Displaying 4 results from an estimated 4 matches for "ip_conntrack_cleanup".
2007 Feb 25
0
[Bug 549] New: kernel oops when trying to remove ip_conntrack module
...81011f9bda80 ffffffff8831a18e
ffff810100000000 0000000000000040 0000000000000000 0000000000000080
Call Trace:
[<ffffffff8831b1f9>] :ip_conntrack:destroy_conntrack+0x107/0x112
[<ffffffff8831a18e>] :ip_conntrack:ip_ct_iterate_cleanup+0x3e/0x124
[<ffffffff8831a2ea>] :ip_conntrack:ip_conntrack_cleanup+0x68/0xc5
[<ffffffff802a2c55>] sys_delete_module+0x196/0x1c5
[<ffffffff8025c29c>] tracesys+0xdc/0xf0
[<0000003864ecd817>]
Code: 48 8b 40 50 48 85 c0 74 05 48 89 df ff d0 0f b6 83 36 01 00
RIP [<ffffffff8831b12d>] :ip_conntrack:destroy_conntrack+0x3b/0x112
RSP <ffff...
2003 May 08
0
[Bug 91] New: conntrack unload loops forever (reproducible)
...in conntrack unload path showed it clears out the entire hash table
but loops infinitely to clear some more because ip_conntrack_count doesn't reach
0 which means that there are still packet with references to some conntrack
structures in the stack. this suggests the BR_NETPROTO_LOCK barrier in
ip_conntrack_cleanup doesn't work as expected.
to reproduce try this:
- start downloading something over _slow_ line from the box running ip_conntrack
- rmmod ip_conntrack
i noted it always hangs when netstat shows packets in the sendqueue of a socket.
i don't think data in the write queue has already been wr...
2004 Jan 07
5
[Bug 91] conntrack unload loops forever (reproducible)
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=91
mschwendt@users.sf.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From mschwendt@users.sf.net
2006 Feb 24
2
r56 - trunk/debian
...12/net/ipv4/netfilter/ip_conntrack_core.c 2005-06-17 21:48:29.000000000 +0200
-+++ linux-2.6.12-xen/net/ipv4/netfilter/ip_conntrack_core.c 2006-02-17 00:45:18.236520984 +0100
++++ linux-2.6.12-xen/net/ipv4/netfilter/ip_conntrack_core.c 2006-02-25 00:12:33.778993192 +0100
@@ -1124,6 +1124,9 @@ void ip_conntrack_cleanup(void)
schedule();
goto i_see_dead_people;
@@ -103825,7 +103828,7 @@
kmem_cache_destroy(ip_conntrack_expect_cachep);
diff -Nurp pristine-linux-2.6.12/net/ipv4/netfilter/ip_conntrack_proto_udp.c linux-2.6.12-xen/net/ipv4/netfilter/ip_conntrack_proto_udp.c
--- pristine-linux-2.6.12/net/ip...