Patchset of CVE-2021-47131.
v5: - Fix KABI break. v4: - Resend for PR create failed. v3: - Delete "Reference" head comment. 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
Ziyang Xuan (1): net/tls: Resolve KABI break when backport bugfix of CVE-2021-47131
include/net/tls.h | 21 +++++++- net/tls/tls_device.c | 91 +++++++++++++++++++++++++++++------ net/tls/tls_device_fallback.c | 9 +++- net/tls/tls_main.c | 7 ++- 4 files changed, 107 insertions(+), 21 deletions(-)