Commit bda6132
committed
netfilter: nf_tables: reject duplicate device on updates
JIRA: https://issues.redhat.com/browse/RHEL-115630
Upstream Status: commit cf5fb87
CS9 lacks
b9703ed ("netfilter: nf_tables: support for adding new devices to an existing netdev chain").
Associated hunks are discarded.
commit cf5fb87
Author: Pablo Neira Ayuso <pablo@netfilter.org>
Date: Wed Aug 13 02:38:50 2025 +0200
netfilter: nf_tables: reject duplicate device on updates
A chain/flowtable update with duplicated devices in the same batch is
possible. Unfortunately, netdev event path only removes the first
device that is found, leaving unregistered the hook of the duplicated
device.
Check if a duplicated device exists in the transaction batch, bail out
with EEXIST in such case.
WARNING is hit when unregistering the hook:
[49042.221275] WARNING: CPU: 4 PID: 8425 at net/netfilter/core.c:340 nf_hook_entry_head+0xaa/0x150
[49042.221375] CPU: 4 UID: 0 PID: 8425 Comm: nft Tainted: G S 6.16.0+ #170 PREEMPT(full)
[...]
[49042.221382] RIP: 0010:nf_hook_entry_head+0xaa/0x150
Fixes: 78d9f48 ("netfilter: nf_tables: add devices to existing flowtable")
Fixes: b9703ed ("netfilter: nf_tables: support for adding new devices to an existing netdev chain")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Florian Westphal <fwestpha@redhat.com>1 parent 9097580 commit bda6132
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8211 | 8211 | | |
8212 | 8212 | | |
8213 | 8213 | | |
| 8214 | + | |
8214 | 8215 | | |
8215 | 8216 | | |
8216 | 8217 | | |
| |||
8226 | 8227 | | |
8227 | 8228 | | |
8228 | 8229 | | |
| 8230 | + | |
| 8231 | + | |
| 8232 | + | |
| 8233 | + | |
| 8234 | + | |
| 8235 | + | |
| 8236 | + | |
| 8237 | + | |
| 8238 | + | |
| 8239 | + | |
| 8240 | + | |
| 8241 | + | |
| 8242 | + | |
| 8243 | + | |
8229 | 8244 | | |
8230 | 8245 | | |
8231 | 8246 | | |
| |||
0 commit comments