Re: [PATCH net v2 0/2] Fix use-after-free after the TLS device goes down and up
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-06-01 21:57:33
On Tue, 1 Jun 2021 15:07:58 +0300 Maxim Mikityanskiy wrote:
This small series fixes a use-after-free bug in the TLS offload code.
The first patch is a preparation for the second one, and the second is
the fix itself.