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
"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
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(
"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
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
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,
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