From: Vastargazing <[email protected]> Commit f8dca15a1b19 ("netfilter: nft_ct: fix use-after-free in timeout object destroy") fixed a slab-use-after-free but no regression test was added. This patch adds one to tools/testing/selftests/net/netfilter/.
Vastargazing (1): selftests: netfilter: add nft_ct timeout destroy race test .../testing/selftests/net/netfilter/Makefile | 1 + .../netfilter/nft_ct_timeout_concurrency.sh | 116 ++++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 tools/testing/selftests/net/netfilter/nft_ct_timeout_concurrency.sh -- 2.51.0

