Re: [PATCH v2] rds: prevent dereference of a NULL device in rds_iw_laddr_check

2014-04-04 Thread Luís Henriques
On Fri, Apr 04, 2014 at 10:44:26AM -0400, David Miller wrote: > From: Luís Henriques > Date: Fri, 4 Apr 2014 15:31:36 +0100 > > > Could you please queue this one for stable as well? (Looks like it even > > has CVE-2014-2678 assigned to it.) > > Done. That was fast! Thanks :) Cheers, -- Luís

Re: [PATCH v2] rds: prevent dereference of a NULL device in rds_iw_laddr_check

2014-04-04 Thread David Miller
From: Luís Henriques Date: Fri, 4 Apr 2014 15:31:36 +0100 > Could you please queue this one for stable as well? (Looks like it even > has CVE-2014-2678 assigned to it.) Done. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.ke

Re: [PATCH v2] rds: prevent dereference of a NULL device in rds_iw_laddr_check

2014-04-04 Thread Luís Henriques
Hi David, On Mon, Mar 31, 2014 at 04:26:07PM -0400, David Miller wrote: > From: Sasha Levin > Date: Sat, 29 Mar 2014 20:39:35 -0400 > > > Binding might result in a NULL device which is later dereferenced > > without checking. > > > > Signed-off-by: Sasha Levin > > Applied, thanks Sasha. > --

Re: [PATCH v2] rds: prevent dereference of a NULL device in rds_iw_laddr_check

2014-03-31 Thread David Miller
From: Sasha Levin Date: Sat, 29 Mar 2014 20:39:35 -0400 > Binding might result in a NULL device which is later dereferenced > without checking. > > Signed-off-by: Sasha Levin Applied, thanks Sasha. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

[PATCH v2] rds: prevent dereference of a NULL device in rds_iw_laddr_check

2014-03-29 Thread Sasha Levin
Binding might result in a NULL device which is later dereferenced without checking. Signed-off-by: Sasha Levin --- net/rds/iw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/rds/iw.c b/net/rds/iw.c index 7826d46..0298920 100644 --- a/net/rds/iw.c +++ b/net/rds/iw.c @@