Re: Data size error interrupt with Talitos driver on 4.9.82 kernel

2019-08-25 Thread Christophe Leroy
Hi Mukul Le 24/08/2019 à 18:40, Mukul Joshi a écrit : Hi Christophe, [...] I am working with MPC8360E SoC  and trying to setup IPSEC tunnel between 2 hosts. I am able to setup the tunnel but I am seeing issues with packet decryption. The sender side doesn't seem to have a problem and the

[PATCH] crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c

2019-08-25 Thread Hans de Goede
lib/crypto/sha256.c / lib/crypto/libsha256.o may end up being a module, so it needs a MODULE_LICENSE() line, add this. Signed-off-by: Hans de Goede --- lib/crypto/sha256.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/crypto/sha256.c b/lib/crypto/sha256.c index 45ad87520769..42d75e4

Re: linux-next: build warning after merge of the crypto tree

2019-08-25 Thread Hans de Goede
Hi, On 23-08-19 05:14, Stephen Rothwell wrote: Hi all, After merging the crypto tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in lib/crypto/libsha256.o see include/linux/module.h for more information Presumably introd