Skip to content

netfilter: nf_tables: fix crash when nf_trace is enabled

Florian Westphal requested to merge fwestpha/centos-stream-9-fw:bz2112751 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2112751 Tested: With included selftest script+kasan

Hangbin reported a crash on aarch64 caused by a regression in the nf_tables trace infra.

Resolve this and also extend the existing nft_trans_stress.sh selftest to specifically test for "trace infra is enabled/disabled with packets in flight".

Signed-off-by: Florian Westphal fwestpha@redhat.com

Merge request reports