Re: Re: [PATCH] backports: crypto user - make NETLINK_CRYPTO work

2021-04-09 Thread Jianmin Wang
On Fri, Apr 09, 2021 at 08:36:07 +0200, Greg KH > On Thu, Apr 08, 2021 at 07:11:48PM +0000, Jianmin Wang wrote: > > while the new services need to invoke libkcapi in the container environment. > > > > We have verified that the problem doesn't exist on newer kernel ver

Re: Re: [PATCH] backports: crypto user - make NETLINK_CRYPTO work

2021-04-08 Thread Jianmin Wang
On Mon, Apr 05, 2021 at 16:14 UTC, Greg KH wrote: > On Mon, Apr 05, 2021 at 01:55:15PM +0000, Jianmin Wang wrote: > > There is same problem found in linux 4.19.y as upstream commit. The > > changes of crypto_user_* and cryptouser.h files from upstream patch are > > me

[PATCH] backports: crypto user - make NETLINK_CRYPTO work inside netns

2021-04-05 Thread Jianmin Wang
y net/core/sock_diag.c. Signed-off-by: Ondrej Mosnacek Signed-off-by: default avatarHerbert Xu Signed-off-by: Jianmin Wang --- crypto/crypto_user.c| 37 + include/net/net_namespace.h | 3 +++ 2 files changed, 28 insertions(+), 12 dele