Re: [PATCH] Make sure sockets implement splice_read

2008-02-15 Thread David Miller
From: Rémi_Denis-Courmont [EMAIL PROTECTED] Date: Thu, 14 Feb 2008 18:53:34 +0200 Fixes a segmentation fault when trying to splice from a non-TCP socket. Signed-off-by: Rémi Denis-Courmont [EMAIL PROTECTED] Applied, thank you. -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] Make sure sockets implement splice_read

2008-02-15 Thread Andi Kleen
David Miller [EMAIL PROTECTED] writes: From: Rémi_Denis-Courmont [EMAIL PROTECTED] Date: Thu, 14 Feb 2008 18:53:34 +0200 Fixes a segmentation fault when trying to splice from a non-TCP socket. Signed-off-by: Rémi Denis-Courmont [EMAIL PROTECTED] Applied, thank you. That's also a stable

Re: [PATCH] Make sure sockets implement splice_read

2008-02-15 Thread Rémi Denis-Courmont
Le Friday 15 February 2008 18:30:11 Andi Kleen, vous avez écrit : David Miller [EMAIL PROTECTED] writes: From: Rémi_Denis-Courmont [EMAIL PROTECTED] Date: Thu, 14 Feb 2008 18:53:34 +0200 Fixes a segmentation fault when trying to splice from a non-TCP socket. Signed-off-by: Rémi

Re: [PATCH] Make sure sockets implement splice_read

2008-02-15 Thread Andi Kleen
Rémi Denis-Courmont [EMAIL PROTECTED] writes: Le Friday 15 February 2008 18:30:11 Andi Kleen, vous avez écrit : David Miller [EMAIL PROTECTED] writes: From: Rémi_Denis-Courmont [EMAIL PROTECTED] Date: Thu, 14 Feb 2008 18:53:34 +0200 Fixes a segmentation fault when trying to splice from

[PATCH] Make sure sockets implement splice_read

2008-02-14 Thread Rémi Denis-Courmont
Fixes a segmentation fault when trying to splice from a non-TCP socket. Signed-off-by: Rémi Denis-Courmont [EMAIL PROTECTED] --- net/socket.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/net/socket.c b/net/socket.c index 7651de0..b6d35cd 100644 --- a/net/socket.c