Taehee Yoo
bbb8c61f97
netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()
...
When a chain is updated, a counter can be attached. if so,
the nft_counters_enabled should be increased.
test commands:
%nft add table ip filter
%nft add chain ip filter input { type filter hook input priority 4\; }
%iptables-compat -Z input
%nft delete chain ip filter input
we can see below messages.
[ 286.443720] jump label: negative count!
[ 286.448278] WARNING: CPU: 0 PID: 1459 at kernel/jump_label.c:197 __static_key_slow_dec_cpuslocked+0x6f/0xf0
[ 286.449144] Modules linked in: nf_tables nfnetlink ip_tables x_tables
[ 286.449144] CPU: 0 PID: 1459 Comm: nft Tainted: G W 4.17.0-rc2+ #12
[ 286.449144] RIP: 0010:__static_key_slow_dec_cpuslocked+0x6f/0xf0
[ 286.449144] RSP: 0018:ffff88010e5176f0 EFLAGS: 00010286
[ 286.449144] RAX: 000000000000001b RBX: ffffffffc0179500 RCX: ffffffffb8a82522
[ 286.449144] RDX: 0000000000000001 RSI: 0000000000000008 RDI: ffff88011b7e5eac
[ 286.449144] RBP: 0000000000000000 R08: ffffed00236fce5c R09: ffffed00236fce5b
[ 286.449144] R10: ffffffffc0179503 R11: ffffed00236fce5c R12: 0000000000000000
[ 286.449144] R13: ffff88011a28e448 R14: ffff88011a28e470 R15: dffffc0000000000
[ 286.449144] FS: 00007f0384328700(0000) GS:ffff88011b600000(0000) knlGS:0000000000000000
[ 286.449144] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 286.449144] CR2: 00007f038394bf10 CR3: 0000000104a86000 CR4: 00000000001006f0
[ 286.449144] Call Trace:
[ 286.449144] static_key_slow_dec+0x6a/0x70
[ 286.449144] nf_tables_chain_destroy+0x19d/0x210 [nf_tables]
[ 286.449144] nf_tables_commit+0x1891/0x1c50 [nf_tables]
[ 286.449144] nfnetlink_rcv+0x1148/0x13d0 [nfnetlink]
[ ... ]
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2018-05-29 00:15:12 +02:00
..
2018-03-30 11:41:18 -04:00
2018-05-23 11:24:11 +02:00
2018-05-08 14:15:30 +02:00
2018-04-16 17:47:25 +02:00
2018-03-30 11:29:19 +02:00
2018-03-20 13:27:18 +01:00
2018-03-20 13:44:14 +01:00
2017-06-19 19:13:21 +02:00
2018-03-05 23:15:43 +01:00
2018-03-29 13:47:54 -04:00
2018-03-20 13:44:14 +01:00
2018-04-09 17:05:27 +02:00
2018-04-17 10:59:43 +02:00
2017-04-19 17:55:17 +02:00
2018-01-08 18:01:05 +01:00
2018-01-08 18:01:26 +01:00
2017-07-31 19:09:38 +02:00
2017-04-19 17:55:17 +02:00
2017-08-24 18:52:32 +02:00
2017-04-26 09:30:22 +02:00
2018-03-30 11:41:18 -04:00
2018-03-30 11:41:18 -04:00
2017-07-24 13:24:46 +02:00
2018-01-08 18:00:54 +01:00
2018-01-08 18:01:02 +01:00
2018-03-27 13:18:09 -04:00
2018-01-08 18:01:02 +01:00
2018-04-27 00:39:29 +02:00
2018-01-08 18:01:02 +01:00
2018-01-08 16:47:14 +01:00
2017-04-19 17:55:17 +02:00
2017-04-26 09:30:22 +02:00
2018-04-09 17:05:27 +02:00
2018-03-30 11:41:18 -04:00
2018-03-27 13:18:09 -04:00
2017-04-19 17:55:17 +02:00
2017-04-26 09:30:22 +02:00
2018-03-20 13:44:14 +01:00
2017-05-29 11:32:36 +02:00
2018-02-07 00:58:57 +01:00
2018-02-07 11:55:52 +01:00
2018-01-08 18:01:06 +01:00
2016-12-04 20:45:33 +01:00
2018-03-27 13:18:09 -04:00
2018-03-27 13:18:09 -04:00
2017-04-06 22:01:38 +02:00
2018-03-20 13:44:14 +01:00
2018-03-20 13:44:14 +01:00
2017-04-06 22:01:38 +02:00
2018-03-20 13:44:14 +01:00
2018-02-14 21:05:40 +01:00
2016-12-04 20:45:30 +01:00
2017-07-01 09:08:41 -07:00
2015-08-17 21:33:06 -07:00
2017-01-03 14:33:25 +01:00
2017-09-04 13:25:19 +02:00
2018-01-10 15:32:15 +01:00
2017-11-02 11:10:55 +01:00
2018-03-27 13:18:09 -04:00
2018-05-29 00:15:12 +02:00
2018-05-29 00:10:03 +02:00
2017-07-31 20:41:57 +02:00
2018-05-24 00:52:35 +02:00
2018-05-24 00:52:35 +02:00
2018-03-27 13:18:09 -04:00
2018-03-27 13:18:09 -04:00
2018-03-27 13:18:09 -04:00
2018-03-27 13:18:09 -04:00
2017-05-15 12:51:41 +02:00
2016-11-09 23:42:23 +01:00
2018-03-30 11:29:19 +02:00
2018-01-08 18:01:01 +01:00
2018-05-09 10:09:27 +02:00
2017-09-04 13:25:09 +02:00
2018-05-17 13:03:46 +02:00
2016-01-03 21:04:23 +01:00
2018-03-30 11:29:20 +02:00
2017-12-11 13:46:04 +01:00
2016-11-03 11:52:34 +01:00
2017-07-31 19:01:40 +02:00
2017-03-13 13:45:36 +01:00
2018-02-07 00:58:57 +01:00
2016-12-06 21:48:22 +01:00
2017-05-01 10:47:53 -04:00
2018-05-09 10:09:30 +02:00
2018-05-23 09:50:28 +02:00
2018-01-10 15:32:08 +01:00
2018-03-30 11:29:20 +02:00
2018-01-10 15:32:08 +01:00
2018-05-23 09:29:05 +02:00
2018-01-10 15:32:08 +01:00
2017-04-07 18:24:47 +02:00
2018-03-30 11:29:20 +02:00
2017-08-28 17:42:56 +02:00
2017-04-07 18:24:47 +02:00
2017-09-04 13:25:09 +02:00
2017-05-15 12:51:41 +02:00
2018-01-10 15:32:08 +01:00
2017-03-06 18:22:12 +01:00
2017-03-06 18:22:12 +01:00
2018-01-08 18:01:26 +01:00
2017-11-07 01:00:31 +01:00
2018-03-20 13:52:10 +01:00
2017-11-07 01:00:31 +01:00
2018-01-08 18:10:53 +01:00
2018-04-27 00:40:11 +02:00
2018-02-14 21:05:37 +01:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:38 +01:00
2018-03-05 23:15:43 +01:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:38 +01:00
2018-03-20 13:27:17 +01:00
2018-04-19 16:19:28 +02:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:34 +01:00
2016-11-03 10:56:21 +01:00
2018-02-14 21:05:33 +01:00
2018-02-14 21:05:33 +01:00
2018-02-14 21:05:38 +01:00
2018-03-30 11:41:18 -04:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:33 +01:00
2018-02-14 21:05:37 +01:00
2018-03-26 12:07:48 -04:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:39 +01:00
2018-03-05 23:15:50 +01:00
2016-11-03 10:56:21 +01:00
2015-05-14 13:00:27 +02:00
2016-12-06 21:48:20 +01:00
2018-02-14 21:05:38 +01:00
2017-09-04 13:25:19 +02:00
2018-03-05 23:15:43 +01:00
2016-11-03 10:56:21 +01:00
2018-02-14 21:05:35 +01:00
2017-12-06 09:01:18 +01:00
2017-03-02 08:42:31 +01:00
2018-02-14 21:05:38 +01:00
2017-01-18 20:32:43 +01:00
2018-02-14 21:05:37 +01:00
2017-01-09 17:24:55 +01:00
2018-03-05 23:15:44 +01:00
2018-03-05 23:15:44 +01:00
2018-03-27 13:18:09 -04:00
2016-12-04 21:16:51 +01:00
2017-11-02 11:10:55 +01:00
2017-07-01 09:08:41 -07:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:35 +01:00
2018-02-14 21:05:38 +01:00
2018-02-14 21:05:38 +01:00
2018-01-31 14:59:24 +01:00
2018-03-30 11:04:12 +02:00
2018-02-14 21:05:38 +01:00
2015-08-17 21:33:06 -07:00
2016-07-03 10:55:07 +02:00
2018-03-30 10:59:23 -04:00
2018-03-20 13:44:14 +01:00
2018-02-14 21:05:38 +01:00
2016-06-23 13:26:49 +02:00