Patchset for CVE-2021-47131.
v2:
- Add bugfix patches for CVE patch.
Maxim Mikityanskiy (5):
net/tls: Replace TLS_RX_SYNC_RUNNING with RCU
net/tls: Fix use-after-free after the TLS device goes down and up
tls: Fix context leak on tls_device_down
net/tls: Remove the context from the list in tls_device_down
net/tls: Use RCU API to access tls_ctx->netdev
include/net/tls.h | 13 ++++-
net/tls/tls_device.c | 89 ++++++++++++++++++++++++++++-------
net/tls/tls_device_fallback.c | 9 +++-
net/tls/tls_main.c | 1 +
4 files changed, 93 insertions(+), 19 deletions(-)
--
2.25.1