Patrick McHardy
ec68e97ded
[NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops
...
Fix {nf,ip}_ct_iterate_cleanup unconfirmed list handling:
- unconfirmed entries can not be killed manually, they are removed on
confirmation or final destruction of the conntrack entry, which means
we might iterate forever without making forward progress.
This can happen in combination with the conntrack event cache, which
holds a reference to the conntrack entry, which is only released when
the packet makes it all the way through the stack or a different
packet is handled.
- taking references to an unconfirmed entry and using it outside the
locked section doesn't work, the list entries are not refcounted and
another CPU might already be waiting to destroy the entry
What the code really wants to do is make sure the references of the hash
table to the selected conntrack entries are released, so they will be
destroyed once all references from skbs and the event cache are dropped.
Since unconfirmed entries haven't even entered the hash yet, simply mark
them as dying and skip confirmation based on that.
Reported and tested by Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-03-05 13:25:18 -08:00
..
2007-02-11 10:51:34 -08:00
2006-09-19 12:43:58 +01:00
2006-09-26 17:40:24 -04:00
2007-03-01 14:53:39 -08:00
2006-12-13 09:05:52 -08:00
2007-02-04 20:54:10 +01:00
2007-02-09 15:27:50 +00:00
2007-02-08 12:39:16 -08:00
2007-01-09 14:33:11 -08:00
2006-12-02 21:32:05 -08:00
2007-03-05 13:25:18 -08:00
2007-02-08 12:39:23 -08:00
2007-02-14 08:09:53 -08:00
2007-02-09 09:25:47 -08:00
2007-02-12 09:48:31 -08:00
2007-02-20 17:10:12 -08:00
2006-09-19 12:43:58 +01:00
2006-09-19 12:43:58 +01:00
2007-02-23 15:03:46 -08:00
2006-10-04 07:55:32 -07:00
2006-12-04 02:00:22 -05:00
2007-02-16 08:13:58 -08:00
2007-02-13 02:58:52 -05:00
2006-10-05 15:10:12 +01:00
2006-09-24 11:13:19 -04:00
2006-09-26 17:43:53 -07:00
2007-02-03 17:16:24 -05:00
2006-10-03 23:01:26 +02:00
2006-12-13 09:05:50 -08:00
2007-02-09 17:08:57 +00:00
2006-10-05 15:10:12 +01:00
2007-02-23 05:37:11 -05:00
2007-02-12 09:48:44 -08:00
2007-02-08 16:01:09 -08:00
2006-12-02 21:22:55 -08:00
2006-09-06 11:00:02 -07:00
2007-02-08 15:13:47 +00:00
2006-09-29 17:13:24 -07:00
2006-12-02 21:22:55 -08:00
2007-02-17 21:30:15 -05:00
2007-02-20 17:10:15 -08:00
2006-10-03 23:01:26 +02:00
2006-10-20 10:26:35 -07:00
2007-02-20 09:26:53 +00:00
2007-02-13 13:26:26 +01:00
2006-12-13 09:05:50 -08:00
2006-10-11 11:14:22 -07:00
2007-01-26 13:51:00 -08:00
2006-12-08 08:28:39 -08:00
2007-02-11 23:14:44 +01:00
2006-12-01 10:39:12 +01:00
2006-12-07 08:39:37 -08:00
2006-12-07 08:39:20 -08:00
2007-02-12 09:48:29 -08:00
2006-12-08 08:28:39 -08:00
2006-12-07 08:39:30 -08:00
2007-01-30 08:26:45 -08:00
2007-02-20 17:10:14 -08:00
2007-02-20 17:10:14 -08:00
2007-02-16 08:13:59 -08:00
2007-02-16 08:14:00 -08:00
2006-07-31 13:28:36 -07:00
2007-02-12 09:48:46 -08:00
2006-09-24 11:13:19 -04:00
2006-10-21 13:35:05 -07:00
2006-11-03 12:27:59 -08:00
2007-02-11 10:51:35 -08:00
2006-12-12 19:28:50 +01:00
2006-07-10 13:24:14 -07:00
2006-12-12 20:05:50 +01:00
2006-12-18 01:53:58 -08:00
2007-02-11 10:51:24 -08:00
2007-02-11 10:51:27 -08:00
2006-10-03 08:04:12 -07:00
2007-02-12 09:48:40 -08:00
2007-02-26 14:55:48 -08:00
2007-02-20 17:10:13 -08:00
2007-02-12 09:48:44 -08:00
2006-09-29 09:18:20 -07:00
2006-12-08 08:28:39 -08:00
2007-02-07 09:21:02 +11:00
2006-10-11 11:14:25 -07:00
2006-12-11 14:35:00 -08:00
2006-12-22 08:55:48 -08:00
2007-02-16 15:19:17 -08:00
2006-06-21 15:01:33 +10:00
2006-12-07 08:39:25 -08:00
2006-12-08 08:29:09 -08:00
2007-02-23 14:52:08 -08:00
2006-06-09 16:14:20 -04:00
2006-12-08 08:29:09 -08:00
2007-02-09 17:39:36 -05:00
2006-07-03 19:44:51 -07:00
2007-02-09 17:39:36 -05:00
2006-10-21 18:37:02 +02:00
2007-02-11 11:18:07 -08:00
2006-06-30 18:25:18 +02:00
2006-09-26 10:52:38 +02:00
2007-02-01 16:17:06 -08:00
2006-09-24 11:13:19 -04:00
2007-02-12 09:48:46 -08:00
2007-02-09 16:23:18 +00:00
2006-12-20 11:04:12 +01:00
2006-09-26 08:48:54 -07:00
2006-12-07 08:39:48 -08:00
2006-07-10 13:24:22 -07:00
2006-09-26 08:48:56 -07:00
2006-09-27 08:26:18 -07:00
2006-09-28 18:02:08 -07:00
2006-06-23 02:07:36 -07:00
2006-06-25 10:01:13 -07:00
2006-09-30 20:52:28 +02:00
2006-09-27 08:26:10 -07:00
2007-02-12 09:48:46 -08:00
2006-12-07 08:39:35 -08:00
2007-02-17 19:20:16 +01:00
2006-10-11 11:14:18 -07:00
2006-10-11 11:14:18 -07:00
2007-02-12 09:48:46 -08:00
2006-12-07 08:39:35 -08:00
2006-12-08 08:29:03 -08:00
2007-02-20 08:38:46 +00:00
2006-06-25 10:01:22 -07:00
2006-12-02 21:21:42 -08:00
2006-12-22 08:55:50 -08:00
2006-09-22 15:18:47 -07:00
2006-05-21 12:59:19 -07:00
2006-12-13 09:05:49 -08:00
2006-09-21 22:38:05 +04:00
2006-12-08 08:28:40 -08:00
2006-12-07 08:39:23 -08:00
2006-09-21 22:38:05 +04:00
2007-02-12 09:48:47 -08:00
2006-12-10 23:26:16 -06:00
2006-12-08 08:28:41 -08:00
2006-12-07 08:39:32 -08:00
2006-12-10 09:55:41 -08:00
2006-12-13 09:05:52 -08:00
2006-10-02 07:57:12 -07:00
2006-09-29 09:18:24 -07:00
2006-12-08 08:28:57 -08:00
2006-12-06 18:38:41 -08:00
2007-02-11 11:37:45 -08:00
2006-09-30 01:47:55 +02:00
2007-02-11 10:51:18 -08:00
2006-11-30 10:34:36 -05:00
2007-02-12 09:48:30 -08:00
2007-03-05 07:57:51 -08:00
2007-02-16 08:13:59 -08:00
2006-10-03 23:01:26 +02:00
2006-09-26 17:40:24 -04:00
2007-01-30 08:26:45 -08:00
2007-02-05 10:00:38 +01:00
2007-03-01 09:54:44 +01:00
2006-10-05 15:10:12 +01:00
2007-01-08 19:49:54 +00:00
2007-03-01 14:53:37 -08:00
2006-11-08 18:29:25 -08:00
2007-03-01 17:18:39 -08:00
2006-06-26 09:58:19 -07:00
2006-12-10 21:21:33 +01:00
2006-12-10 21:21:33 +01:00
2006-12-10 21:21:33 +01:00
2006-12-10 21:21:33 +01:00
2007-02-13 22:09:01 +01:00
2006-06-22 11:10:33 -07:00
2006-12-10 21:21:29 +01:00
2006-11-30 12:24:45 +00:00
2007-02-13 22:09:00 +01:00
2007-01-30 08:26:45 -08:00
2006-12-07 08:39:40 -08:00
2006-12-02 21:23:26 -08:00
2006-12-02 21:23:26 -08:00
2007-03-03 17:48:53 +01:00
2006-07-03 15:27:02 -07:00
2006-12-08 17:19:33 -08:00
2006-09-28 18:02:13 -07:00
2006-12-22 08:55:50 -08:00
2006-12-08 17:19:33 -08:00
2007-02-08 12:38:46 -08:00
2007-01-23 22:17:23 -08:00
2007-03-02 20:44:51 -08:00
2006-09-28 18:02:50 -07:00
2006-12-04 02:00:34 -05:00
2006-12-02 21:21:21 -08:00
2006-12-02 21:22:46 -08:00
2006-09-28 18:02:29 -07:00
2006-12-02 22:04:04 -08:00
2006-12-02 21:22:50 -08:00
2007-02-12 09:48:32 -08:00
2007-02-12 09:48:37 -08:00
2006-06-20 05:25:19 -04:00
2006-12-14 13:37:24 +01:00
2007-02-19 14:21:50 -08:00
2007-02-11 11:18:07 -08:00
2006-10-05 15:10:12 +01:00
2006-10-10 15:37:22 -07:00
2007-02-09 17:39:36 -05:00
2006-08-21 10:02:50 +02:00
2006-12-02 21:21:21 -08:00
2006-12-02 21:23:26 -08:00
2006-10-04 07:55:12 -07:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-10-04 00:31:09 -07:00
2006-12-02 21:21:21 -08:00
2006-11-05 14:11:24 -08:00
2007-03-01 14:53:38 -08:00
2006-11-26 16:27:17 -08:00
2006-06-23 07:43:08 -07:00
2006-06-21 12:40:49 -07:00
2006-12-08 08:28:57 -08:00
2006-09-24 11:13:19 -04:00
2006-12-08 08:29:00 -08:00
2006-11-30 05:24:39 +01:00
2006-12-07 08:39:40 -08:00
2006-12-07 08:39:40 -08:00
2006-09-24 11:13:19 -04:00
2007-02-16 08:13:56 -08:00
2006-06-03 00:27:53 +01:00
2006-10-03 08:03:41 -07:00
2006-11-22 14:54:01 +00:00
2007-02-12 09:48:30 -08:00
2007-02-20 17:10:13 -08:00
2007-02-12 09:48:31 -08:00
2006-12-04 12:45:29 -08:00
2007-02-16 14:37:06 +00:00
2006-06-29 10:26:20 -07:00
2007-02-11 10:51:32 -08:00
2007-02-23 14:54:57 -08:00
2007-02-07 10:37:14 -08:00
2006-12-07 08:39:38 -08:00
2007-02-20 17:10:14 -08:00
2006-07-14 21:53:52 -07:00
2007-02-16 08:13:59 -08:00
2007-03-04 11:12:40 +02:00
2007-03-04 11:12:42 +02:00
2006-10-01 00:39:19 -07:00
2007-02-20 09:26:53 +00:00
2006-09-29 09:18:13 -07:00
2007-03-02 18:30:35 -05:00
2006-09-14 01:31:27 -04:00
2006-06-09 21:53:55 +02:00
2006-09-26 10:52:34 +02:00
2007-02-11 10:51:32 -08:00
2006-09-19 08:45:18 -04:00
2006-07-31 15:44:29 -04:00
2007-02-12 09:48:29 -08:00
2007-02-17 19:17:37 +01:00
2006-09-29 09:18:06 -07:00
2006-06-22 11:10:32 -07:00
2006-06-05 12:29:17 -07:00
2007-03-04 11:12:43 +02:00
2007-02-11 10:51:32 -08:00
2006-10-01 00:39:18 -07:00
2006-10-01 00:39:18 -07:00
2006-10-21 13:35:06 -07:00
2007-03-05 07:57:51 -08:00
2007-02-20 17:10:13 -08:00
2006-12-01 14:51:59 -08:00
2007-02-11 10:51:17 -08:00
2006-09-27 08:26:12 -07:00
2007-03-01 14:53:35 -08:00
2007-02-11 10:51:18 -08:00
2006-12-08 08:28:51 -08:00
2007-02-17 01:09:12 -05:00
2007-02-16 15:19:18 -08:00
2007-02-19 13:29:02 -08:00
2007-02-11 10:51:25 -08:00
2006-09-30 20:52:31 +02:00
2006-11-30 04:40:22 +01:00
2006-09-28 18:02:22 -07:00
2007-02-12 09:48:46 -08:00
2006-12-07 08:39:38 -08:00
2007-02-07 15:50:08 -08:00
2007-01-23 00:34:54 -05:00
2006-07-03 15:27:04 -07:00
2007-01-26 13:51:00 -08:00
2007-03-02 20:16:10 -05:00
2006-12-13 09:05:53 -08:00
2006-12-08 08:28:40 -08:00
2006-12-07 08:39:47 -08:00
2006-11-22 14:57:56 +00:00
2007-02-12 09:48:46 -08:00
2006-12-13 09:05:53 -08:00
2006-09-22 14:54:04 -07:00
2007-02-08 13:51:54 -08:00
2007-02-08 12:39:06 -08:00
2006-12-13 16:54:25 -08:00
2006-12-13 16:54:25 -08:00
2006-12-13 16:54:25 -08:00
2007-02-12 11:11:55 -08:00
2007-02-12 09:48:36 -08:00
2006-12-05 19:36:26 +00:00
2007-02-16 08:14:01 -08:00
2007-02-16 08:14:01 -08:00
2006-11-22 14:54:01 +00:00
2007-02-12 22:43:25 -08:00
2006-09-22 23:24:32 -04:00
2006-12-06 10:46:39 -05:00
2007-02-12 22:43:25 -08:00
2007-02-13 13:26:24 +01:00
2006-08-27 11:01:32 -07:00
2007-02-20 17:10:13 -08:00
2006-10-04 07:55:30 -07:00
2006-07-14 21:53:54 -07:00
2007-01-30 13:35:18 -08:00
2006-10-20 10:26:38 -07:00
2007-03-01 14:53:37 -08:00
2007-02-09 08:06:14 -08:00
2006-10-05 15:10:12 +01:00
2006-12-01 22:40:28 -05:00
2006-10-18 11:36:12 -07:00
2007-02-17 15:17:05 -05:00
2007-03-05 07:57:50 -08:00
2006-06-11 14:02:27 -07:00
2007-03-05 07:57:50 -08:00
2006-09-26 17:43:53 -07:00
2006-06-23 07:43:06 -07:00
2006-10-06 08:53:41 -07:00
2006-11-13 07:40:42 -08:00
2007-02-08 15:25:18 -08:00
2007-02-12 09:48:46 -08:00
2006-12-02 00:33:11 -05:00
2007-01-30 13:40:36 -08:00
2007-02-12 09:48:32 -08:00
2006-12-13 09:05:48 -08:00
2006-09-22 15:18:12 -07:00
2006-12-08 08:28:38 -08:00
2006-12-13 15:38:46 -08:00
2006-06-28 15:54:27 -07:00
2006-07-12 16:09:08 -07:00
2007-02-23 14:52:09 -08:00
2006-07-31 13:28:45 -07:00
2007-02-11 10:51:28 -08:00
2006-07-03 19:48:25 -07:00
2006-12-04 02:00:36 -05:00
2006-09-29 09:18:15 -07:00
2006-10-03 23:01:26 +02:00
2006-06-09 21:24:13 +10:00
2007-02-14 08:10:00 -08:00
2007-01-11 18:18:21 -08:00
2006-09-29 09:18:16 -07:00
2007-02-12 09:48:46 -08:00
2007-02-12 09:48:28 -08:00
2006-12-07 08:39:44 -08:00
2006-12-07 08:39:25 -08:00
2006-10-04 13:27:26 -05:00
2006-09-30 20:52:18 +02:00
2007-02-12 09:48:44 -08:00
2006-09-30 20:26:56 +02:00
2006-10-04 07:55:31 -07:00
2006-06-25 10:01:06 -07:00
2006-12-13 09:05:49 -08:00
2006-09-29 09:18:11 -07:00
2007-01-23 07:52:06 -08:00
2006-12-05 14:37:56 +00:00
2007-02-12 09:48:46 -08:00
2007-02-11 11:18:05 -08:00
2007-02-11 10:51:28 -08:00
2006-06-25 10:01:06 -07:00
2006-09-26 08:49:04 -07:00
2007-02-11 11:18:07 -08:00
2006-12-22 08:55:49 -08:00
2006-07-13 13:21:35 -07:00
2006-06-25 10:01:14 -07:00
2006-12-10 09:55:40 -08:00
2007-01-26 13:51:00 -08:00
2006-12-08 17:19:27 -08:00
2006-12-07 08:39:36 -08:00
2006-07-10 13:24:14 -07:00
2006-09-21 11:46:16 +10:00
2007-03-05 07:57:51 -08:00
2006-12-07 02:14:04 +01:00
2006-12-22 11:12:04 -08:00
2006-09-29 09:18:06 -07:00
2006-10-04 07:55:14 -07:00
2007-02-12 09:48:44 -08:00
2006-09-26 08:48:52 -07:00
2006-12-07 08:39:46 -08:00
2007-02-17 19:07:33 +01:00
2006-12-07 08:39:35 -08:00
2007-02-14 08:09:52 -08:00
2007-02-14 08:09:52 -08:00
2007-02-18 01:40:30 -05:00
2007-03-01 17:18:39 -08:00
2006-09-29 09:18:24 -07:00
2006-12-07 08:39:22 -08:00
2006-12-07 08:39:25 -08:00
2007-02-11 10:51:18 -08:00
2006-12-13 09:05:49 -08:00
2007-02-20 17:10:14 -08:00
2007-02-20 17:10:14 -08:00
2006-12-13 09:05:53 -08:00
2006-10-10 16:15:34 -07:00
2006-09-27 08:26:18 -07:00
2006-12-07 08:39:38 -08:00
2006-09-22 14:55:16 -07:00
2007-02-28 09:41:59 -08:00
2006-12-02 21:22:23 -08:00
2006-10-04 07:55:32 -07:00
2006-11-25 13:28:34 -08:00
2006-07-03 15:27:04 -07:00
2006-07-03 15:27:04 -07:00
2006-07-03 15:27:04 -07:00
2006-07-03 15:27:04 -07:00
2007-03-05 07:57:53 -08:00
2006-10-04 07:55:30 -07:00
2006-09-26 10:52:34 +02:00
2006-12-08 08:28:59 -08:00
2006-12-07 02:14:08 +01:00
2007-02-28 09:41:59 -08:00
2006-10-01 00:39:18 -07:00
2006-10-01 00:39:19 -07:00
2006-12-07 08:39:27 -08:00
2007-02-12 09:48:41 -08:00
2007-02-11 10:51:18 -08:00
2007-02-20 17:10:13 -08:00
2006-10-01 00:39:22 -07:00
2006-10-11 11:14:21 -07:00
2007-02-14 08:10:00 -08:00
2007-02-07 14:03:19 +11:00
2007-03-01 17:22:04 -08:00
2006-12-13 09:05:50 -08:00
2006-12-10 09:55:41 -08:00
2006-12-10 09:55:41 -08:00
2006-12-07 08:39:34 -08:00
2006-12-10 09:55:41 -08:00
2007-02-09 16:23:15 +00:00
2007-02-08 12:38:49 -08:00
2006-11-30 05:32:19 +01:00
2006-12-11 14:34:42 -08:00
2007-02-16 08:13:59 -08:00
2007-02-04 20:54:10 +01:00
2007-02-16 08:13:57 -08:00
2007-02-16 08:13:59 -08:00
2007-02-16 08:13:56 -08:00
2006-12-02 21:21:08 -08:00
2006-10-18 19:55:22 -07:00
2007-03-05 07:57:51 -08:00
2007-02-12 09:48:42 -08:00
2006-09-28 17:53:59 -07:00
2006-10-01 00:39:29 -07:00
2006-12-08 08:28:56 -08:00
2006-06-28 14:59:05 -07:00
2006-12-08 08:28:56 -08:00
2007-02-12 09:48:32 -08:00
2006-12-04 19:41:15 -08:00
2006-12-07 08:59:11 -08:00
2006-12-02 21:23:26 -08:00
2007-02-12 09:48:40 -08:00
2007-02-12 09:48:30 -08:00
2007-02-12 09:48:46 -08:00
2006-07-19 01:41:09 -04:00
2006-10-02 07:57:23 -07:00
2006-12-15 08:47:51 -08:00
2006-07-12 16:03:24 -07:00
2007-02-07 15:44:32 -08:00
2007-02-16 15:32:19 -08:00
2007-02-23 15:03:46 -08:00
2007-02-16 15:32:20 -08:00
2006-10-01 00:39:19 -07:00
2006-10-04 07:55:12 -07:00
2006-09-26 10:52:37 +02:00
2006-12-20 01:46:41 -05:00
2007-03-01 13:09:46 -02:00
2006-09-10 13:45:55 -03:00
2006-11-13 07:40:42 -08:00
2007-02-11 10:51:25 -08:00
2006-10-02 07:57:13 -07:00
2006-08-27 11:01:29 -07:00
2006-10-30 12:08:40 -08:00
2007-02-08 12:38:54 -08:00
2006-06-20 19:00:30 +02:00
2007-02-14 15:45:03 -05:00
2006-12-16 09:53:50 -08:00
2007-03-01 14:53:38 -08:00
2007-02-11 11:18:05 -08:00
2007-02-08 13:11:42 -08:00
2006-06-22 15:05:58 -07:00
2006-06-22 15:05:58 -07:00
2006-06-23 07:43:00 -07:00
2006-06-22 15:05:58 -07:00