Re: ip_defrag / ip_conntrack issues (was Re: [PATCH] Fix netfilter locking)

2000-12-19 Thread Tom Leete
"David S. Miller" wrote: > This is basically what is in my tree right now. However, there was > one reporter who claimed that after this kind of change he still was > able to lockup/OOPS his machine by logging into X as a user who had > his home directory over NFS. This was with netfilter

Re: ip_defrag / ip_conntrack issues (was Re: [PATCH] Fix netfilter locking)

2000-12-19 Thread David S. Miller
Date: Tue, 19 Dec 2000 08:55:35 -0500 From: Tom Leete <[EMAIL PROTECTED]> The patch only deals with the ip_defrag_queue path. I have not seen the alternate one happen. It's only been up an hour, I'll put some more time on it. --- linux/net/ipv4/ip_fragment.c~Tue Dec 12

Re: ip_defrag / ip_conntrack issues (was Re: [PATCH] Fix netfilter locking)

2000-12-19 Thread Tom Leete
Harald Welte wrote: > > On Mon, Dec 18, 2000 at 10:11:14AM -0800, David S. Miller wrote: > >From: Rusty Russell <[EMAIL PROTECTED]> > >Date: Mon, 18 Dec 2000 14:15:52 +1100 > > > >Alexey is right, locking is screwed (explains some reports of > >occasional failure during rmmod). >

Re: ip_defrag / ip_conntrack issues (was Re: [PATCH] Fix netfilter locking)

2000-12-19 Thread Tom Leete
Harald Welte wrote: On Mon, Dec 18, 2000 at 10:11:14AM -0800, David S. Miller wrote: From: Rusty Russell [EMAIL PROTECTED] Date: Mon, 18 Dec 2000 14:15:52 +1100 Alexey is right, locking is screwed (explains some reports of occasional failure during rmmod). Patch

Re: ip_defrag / ip_conntrack issues (was Re: [PATCH] Fix netfilter locking)

2000-12-19 Thread David S. Miller
Date: Tue, 19 Dec 2000 08:55:35 -0500 From: Tom Leete [EMAIL PROTECTED] The patch only deals with the ip_defrag_queue path. I have not seen the alternate one happen. It's only been up an hour, I'll put some more time on it. --- linux/net/ipv4/ip_fragment.c~Tue Dec 12

Re: ip_defrag / ip_conntrack issues (was Re: [PATCH] Fix netfilter locking)

2000-12-19 Thread Tom Leete
"David S. Miller" wrote: This is basically what is in my tree right now. However, there was one reporter who claimed that after this kind of change he still was able to lockup/OOPS his machine by logging into X as a user who had his home directory over NFS. This was with netfilter enabled

ip_defrag / ip_conntrack issues (was Re: [PATCH] Fix netfilter locking)

2000-12-18 Thread Harald Welte
On Mon, Dec 18, 2000 at 10:11:14AM -0800, David S. Miller wrote: >From: Rusty Russell <[EMAIL PROTECTED]> >Date: Mon, 18 Dec 2000 14:15:52 +1100 > >Alexey is right, locking is screwed (explains some reports of >occasional failure during rmmod). > > Patch applied, thank you. > >

ip_defrag / ip_conntrack issues (was Re: [PATCH] Fix netfilter locking)

2000-12-18 Thread Harald Welte
On Mon, Dec 18, 2000 at 10:11:14AM -0800, David S. Miller wrote: From: Rusty Russell [EMAIL PROTECTED] Date: Mon, 18 Dec 2000 14:15:52 +1100 Alexey is right, locking is screwed (explains some reports of occasional failure during rmmod). Patch applied, thank you. I have