From: Jakub Kicinski <[email protected]> Date: Sun, 23 Jun 2019 21:26:58 -0700
> From: Dirk van der Merwe <[email protected]> > > With commit 94850257cf0f ("tls: Fix tls_device handling of partial records") > a new path was introduced to cleanup partial records during sk_proto_close. > This path does not handle the SW KTLS tx_list cleanup. > > This is unnecessary though since the free_resources calls for both > SW and offload paths will cleanup a partial record. > > The visible effect is the following warning, but this bug also causes > a page double free. ... > Fixes: 94850257cf0f ("tls: Fix tls_device handling of partial records") > Signed-off-by: Dirk van der Merwe <[email protected]> > Signed-off-by: Jakub Kicinski <[email protected]> Applied and queued up for -stable, thanks.
