On Tue, 13 Apr 2021 16:14:47 +0530 Rohit Maheshwari wrote: > If tls_toe is supported by any device, tls_toe will be enabled > and tls context will be created for listen sockets. But the > connections established in stack issue context delete for every > connection close, this causes kernel panic. > As part of the fix, if tls_toe is supported, don't initialize > tcp_ulp_ops. Also make sure tls context is freed only for listen > sockets.
Still nack. Kernel TLS does not work on listening sockets, so the bug is that the offload TOE TLS does. Offloaded and non-offload TLS should be the same from uAPI perspective.