In the Linux kernel, the following vulnerability has been resolved:
netfilter: nftables: use listdel_rcu for netlink hooks
nftnetdevunregister_hooks and __nftunregisterflowtablenethooks need to use listdelrcu(), this list can be walked by concurrent dumpers.
Add a new helper and use it consistently.