Re: net-2.6.17.git crashes

2006-02-01 Thread David S. Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Wed, 1 Feb 2006 00:30:40 -0800 > "David S. Miller" <[EMAIL PROTECTED]> wrote: > > > > From: Andrew Morton <[EMAIL PROTECTED]> > > Date: Tue, 31 Jan 2006 23:40:33 -0800 > > > > > It's still oopsing, with slab poisoning enabled. > > > > Does this patch

Re: net-2.6.17.git crashes

2006-02-01 Thread Andrew Morton
"David S. Miller" <[EMAIL PROTECTED]> wrote: > > From: Andrew Morton <[EMAIL PROTECTED]> > Date: Tue, 31 Jan 2006 23:40:33 -0800 > > > It's still oopsing, with slab poisoning enabled. > > Does this patch help? yup. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body

Re: net-2.6.17.git crashes

2006-02-01 Thread David S. Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Tue, 31 Jan 2006 23:40:33 -0800 > It's still oopsing, with slab poisoning enabled. Does this patch help? diff --git a/net/socket.c b/net/socket.c index 1ec0168..a2c3b07 100644 --- a/net/socket.c +++ b/net/socket.c @@ -420,7 +420,7 @@ int sock_map_fd(

Re: net-2.6.17.git crashes

2006-01-31 Thread Andrew Morton
"David S. Miller" <[EMAIL PROTECTED]> wrote: > > From: Andrew Morton <[EMAIL PROTECTED]> > Date: Sat, 28 Jan 2006 17:22:40 -0800 > > > David, your tree > > git+ssh://master.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.17.git > > is oopsing all over the place. Reverting "[NET]: Do not los

Re: net-2.6.17.git crashes

2006-01-29 Thread David S. Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Sat, 28 Jan 2006 17:22:40 -0800 > David, your tree > git+ssh://master.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.17.git > is oopsing all over the place. Reverting "[NET]: Do not lose accepted > socket when -ENFILE/-EMFILE." makes it stop: I ju

Re: net-2.6.17.git crashes

2006-01-29 Thread David S. Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Sat, 28 Jan 2006 17:22:40 -0800 > David, your tree > git+ssh://master.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.17.git > is oopsing all over the place. Reverting "[NET]: Do not lose accepted > socket when -ENFILE/-EMFILE." makes it stop: Ok,

net-2.6.17.git crashes

2006-01-28 Thread Andrew Morton
David, your tree git+ssh://master.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.17.git is oopsing all over the place. Reverting "[NET]: Do not lose accepted socket when -ENFILE/-EMFILE." makes it stop: diff -puN net/socket.c~0001-NET-Do-not-lose-accepted-socket-when-ENFILE-EMFILE net/socke