Re: [PATCH] cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack

2016-12-13 Thread Sergei Shtylyov
Hello! On 12/12/2016 11:54 PM, Andy Lutomirski wrote: smbencrypt() points a scatterlist to the stack, which is breaks if s/is//. CONFIG_VMAP_STACK=y. Fix it by switching to crypto_cipher_encrypt_one(). The new code should be considerably faster as an added benefit. This code is nearly

Re: [PATCH v2 3/4] hw_random: jz4780-rng: Add RNG node to jz4780.dtsi

2016-08-28 Thread Sergei Shtylyov
Hello. On 8/27/2016 9:14 PM, PrasannaKumar Muralidharan wrote: This patch adds RNG node to jz4780.dtsi. Signed-off-by: PrasannaKumar Muralidharan --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/ingenic/jz

Re: [PATCH 2/4] hw_random: bcm63xx-rng: move register definitions to driver

2015-02-17 Thread Sergei Shtylyov
Hello. On 2/17/2015 5:09 AM, Florian Fainelli wrote: arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h contains the register definitions for this random number generator block, incorporate these register definitions directly into the bcm63xx-rng driver so we do not rely on this header to be pro

Re: [PATCH 3/3] crypto: dcp: rename 'compatible' property to 'fsl,dcp'

2013-08-08 Thread Sergei Shtylyov
Hello. On 08/08/2013 05:30 PM, Lothar Waßmann wrote: Leave the old 'fsl-dcp' value in place with an appropriate comment until external users have updated their DTBs. Signed-off-by: Lothar Waßmann --- arch/arm/boot/dts/imx28.dtsi |2 +- drivers/crypto/dcp.c |2 ++ 2 files