Revision a84b2c0d5fa23da6d6c8c0d5f5c93184a2744d3e authored by Ayush Sawal on 06 January 2021, 04:29:10 UTC, committed by Jakub Kicinski on 08 January 2021, 01:06:02 UTC
The skb is unlinked twice, one in __skb_dequeue in function
chtls_reset_synq() and another in cleanup_syn_rcv_conn().
So in this patch using skb_peek() instead of __skb_dequeue(),
so that unlink will be handled only in cleanup_syn_rcv_conn().

Fixes: cc35c88ae4db ("crypto : chtls - CPL handler definition")
Signed-off-by: Vinay Kumar Yadav <vinay.yadav@chelsio.com>
Signed-off-by: Ayush Sawal <ayush.sawal@chelsio.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent f8d15d2
History

back to top