Re: Crypto Update for 4.21

2018-12-26 Thread Herbert Xu
On Wed, Dec 26, 2018 at 10:49:08AM -0600, Eric Biggers wrote: > On Wed, Dec 26, 2018 at 09:22:57PM +0800, Herbert Xu wrote: > > > > Please pull from > > > > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus > > > > Hi Herbert, that branch is still on an old commit. Pro

Re: [PATCH] char: hw_random: Fix missing check during driver release

2018-12-26 Thread Michael Büsch
On Wed, 26 Dec 2018 11:23:31 -0600 Aditya Pakki wrote: > devres_release can return -ENOENT if the device is not freed. The fix > throws a warning consistent with other invocations. > > Signed-off-by: Aditya Pakki > --- > drivers/char/hw_random/core.c | 6 +- > 1 file changed, 5 insertions(

Re: [PATCH] char: hw_random: Fix missing check during driver release

2018-12-26 Thread Michael S. Tsirkin
On Wed, Dec 26, 2018 at 11:23:31AM -0600, Aditya Pakki wrote: > devres_release can return -ENOENT if the device is not freed. The fix > throws a warning consistent with other invocations. > > Signed-off-by: Aditya Pakki Well why not Acked-by: Michael S. Tsirkin > --- > drivers/char/hw_rando

[PATCH] char: hw_random: Fix missing check during driver release

2018-12-26 Thread Aditya Pakki
devres_release can return -ENOENT if the device is not freed. The fix throws a warning consistent with other invocations. Signed-off-by: Aditya Pakki --- drivers/char/hw_random/core.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/char/hw_random/core.c b/drivers

Re: Crypto Update for 4.21

2018-12-26 Thread Eric Biggers
On Wed, Dec 26, 2018 at 09:22:57PM +0800, Herbert Xu wrote: > > Please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus > Hi Herbert, that branch is still on an old commit. Probably you forgot to push. - Eric

Crypto Update for 4.21

2018-12-26 Thread Herbert Xu
Hi Linus: Here is the crypto update for 4.21: API: - Add 1472-byte test to tcrypt for IPsec. - Reintroduced crypto stats interface with numerous changes. - Support incremental algorithm dumps. Algorithms: - Add xchacha12/20. - Add nhpoly1305. - Add adiantum. - Add streebog hash. - Mark cts(cb

Re: IPSec ESN: Packets decryption fail with ESN enabled connection

2018-12-26 Thread Harsh Jain
+linux-crypto On 26-12-2018 14:54, Harsh Jain wrote: > Hi All, > > Kernel version on both machines: 4.19.7. > > Packet drops with EBADMSG is observed on receive end of connection. It seems > that sometimes crypto driver receives packet with wrong "seq_hi" value in > AAD. See below the dump of as