On Wed, 9 Dec 2020 00:46:23 +0530 Vinay Kumar Yadav wrote:
> On 12/8/2020 11:49 PM, Jakub Kicinski wrote:
> > On Sat, 5 Dec 2020 17:05:30 +0530 Vinay Kumar Yadav wrote:
> >> When socket is in tls-toe (TLS_HW_RECORD) and connections
> >> are established in kernel stack, on every connection close
On 12/8/2020 11:49 PM, Jakub Kicinski wrote:
On Sat, 5 Dec 2020 17:05:30 +0530 Vinay Kumar Yadav wrote:
When socket is in tls-toe (TLS_HW_RECORD) and connections
are established in kernel stack, on every connection close
it clears tls context which is created once on socket creation,
causing
On Sat, 5 Dec 2020 17:05:30 +0530 Vinay Kumar Yadav wrote:
> When socket is in tls-toe (TLS_HW_RECORD) and connections
> are established in kernel stack, on every connection close
> it clears tls context which is created once on socket creation,
> causing kernel panic. fix it by not initializing l
When socket is in tls-toe (TLS_HW_RECORD) and connections
are established in kernel stack, on every connection close
it clears tls context which is created once on socket creation,
causing kernel panic. fix it by not initializing listen in
kernel stack incase of tls-toe, allow listen in only adapte