Re: [PATCH net] chelsio/chtls: fix panic during unload reload chtls

2020-11-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 26 Nov 2020 03:19:14 +0530 you wrote: > there is kernel panic in inet_twsk_free() while chtls > module unload when socket is in TIME_WAIT state because > sk_prot_creator was not preserved on connection socket. > > Fixes

[PATCH net] chelsio/chtls: fix panic during unload reload chtls

2020-11-25 Thread Vinay Kumar Yadav
there is kernel panic in inet_twsk_free() while chtls module unload when socket is in TIME_WAIT state because sk_prot_creator was not preserved on connection socket. Fixes: cc35c88ae4db ("crypto : chtls - CPL handler definition") Signed-off-by: Udai Sharma Signed-off-by: Vinay Kumar Yadav --- d