Re: [PATCH] crypto: s5p-sss - Enable COMPILE_TEST

2016-03-14 Thread Vladimir Zapolskiy
On 14.03.2016 06:20, Krzysztof Kozlowski wrote: > Get some build coverage of S5P/Exynos AES H/W acceleration driver. > Driver uses DMA and devm_ioremap_resource() so add DMA and IOMEM > dependencies for the compile testing. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Compile-tested on x8

Re: [PATCH v2 3/3] crypto: s5p-sss - Sort the headers to improve readability

2016-03-14 Thread Vladimir Zapolskiy
On 10.03.2016 03:31, Krzysztof Kozlowski wrote: > Sort the headers alphabetically to improve readability and to spot > duplications easier. > > Suggested-by: Vladimir Zapolskiy > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. New patch. > > My email differs from one use

Re: [PATCH] vti6: Add pmtu handling to vti6_xmit.

2016-03-14 Thread Mark McKinstry
On 04/03/16 20:05, Steffen Klassert wrote: > On Wed, Feb 24, 2016 at 09:37:39PM +, Mark McKinstry wrote: >> On 19/02/16 01:19, Steffen Klassert wrote: >>> On Thu, Feb 18, 2016 at 01:40:00AM +, Mark McKinstry wrote: This patch fixes our issue, thanks. In our scenario the tunnel path MTU

Re: [PATCH] crypto: ccp - Use different flag vars for nested locks

2016-03-14 Thread Gary R Hook
On 03/11/2016 08:22 PM, Herbert Xu wrote: On Fri, Mar 11, 2016 at 10:40:11AM -0600, Gary R Hook wrote: @@ -128,14 +128,14 @@ static struct ccp_device *ccp_get_device(void) */ read_lock_irqsave(&ccp_unit_lock, flags); if (!list_empty(&ccp_units)) { - write