Re: [LTP] [PATCH] crypto/crypto_user02.c: new test that tries to delete larval algorithm

2019-07-10 Thread Cyril Hrubis
Hi! Pushed, thanks. -- Cyril Hrubis chru...@suse.cz

[PATCH] crypto/crypto_user02.c: new test that tries to delete larval algorithm

2019-07-09 Thread Eric Biggers
From: Eric Biggers Test for a bug in the crypto user configuration API (NETLINK_CRYPTO) where it incorrectly allowed operating on "larval" algorithms. Signed-off-by: Eric Biggers --- runtest/crypto | 1 + testcases/kernel/crypto/.gitignore | 1 + testcases/ker