]> www.infradead.org Git - users/hch/xfs.git/commit
netfilter: nfnetlink_queue: drop bogus WARN_ON
authorFlorian Westphal <fw@strlen.de>
Tue, 9 Jul 2024 00:02:26 +0000 (02:02 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 11 Jul 2024 09:26:33 +0000 (11:26 +0200)
commit631a4b3ddc7831b20442c59c28b0476d0704c9af
treeff840aa6944371087cdc62dba8dfb2887fed9ad4
parentc184cf94e73b04ff7048d045f5413899bc664788
netfilter: nfnetlink_queue: drop bogus WARN_ON

Happens when rules get flushed/deleted while packet is out, so remove
this WARN_ON.

This WARN exists in one form or another since v4.14, no need to backport
this to older releases, hence use a more recent fixes tag.

Fixes: 3f8019688894 ("netfilter: move nf_reinject into nfnetlink_queue modules")
Reported-by: kernel test robot <oliver.sang@intel.com>
Closes: https://lore.kernel.org/oe-lkp/202407081453.11ac0f63-lkp@intel.com
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nfnetlink_queue.c