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

2013-12-27 Thread David Miller
From: Sasha Levin Date: Wed, 18 Dec 2013 23:49:42 -0500 > Binding might result in a NULL device, which is dereferenced > causing this BUG: ... > Signed-off-by: Sasha Levin Applied and queued up for -stable, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

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

2013-12-27 Thread David Miller
From: Sasha Levin sasha.le...@oracle.com Date: Wed, 18 Dec 2013 23:49:42 -0500 Binding might result in a NULL device, which is dereferenced causing this BUG: ... Signed-off-by: Sasha Levin sasha.le...@oracle.com Applied and queued up for -stable, thanks. -- To unsubscribe from this list:

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

2013-12-20 Thread Sergei Shtylyov
Hello. On 12/21/2013 02:18 AM, Sasha Levin wrote: 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

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

2013-12-20 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

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

2013-12-20 Thread Sasha Levin
Binding might result in a NULL device which is later dereferenced without checking. Signed-off-by: Sasha Levin sasha.le...@oracle.com --- 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 ---

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

2013-12-20 Thread Sergei Shtylyov
Hello. On 12/21/2013 02:18 AM, Sasha Levin wrote: Binding might result in a NULL device which is later dereferenced without checking. Signed-off-by: Sasha Levin sasha.le...@oracle.com --- net/rds/iw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/rds/iw.c

RE: [PATCH] rds: prevent dereference of a NULL device

2013-12-19 Thread Venkat Venkatsubra
> > Signed-off-by: Sasha Levin > --- Acked-by: Venkat Venkatsubra Venkat -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

RE: [PATCH] rds: prevent dereference of a NULL device

2013-12-19 Thread Venkat Venkatsubra
Signed-off-by: Sasha Levin sasha.le...@oracle.com --- Acked-by: Venkat Venkatsubra venkat.x.venkatsu...@oracle.com Venkat -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] rds: prevent dereference of a NULL device

2013-12-18 Thread Sasha Levin
Binding might result in a NULL device, which is dereferenced causing this BUG: [ 1317.260548] BUG: unable to handle kernel NULL pointer dereference at 097 4 [ 1317.261847] IP: [] rds_ib_laddr_check+0x82/0x110 [ 1317.263315] PGD 418bcb067 PUD 3ceb21067 PMD 0 [ 1317.263502] Oops:

[PATCH] rds: prevent dereference of a NULL device

2013-12-18 Thread Sasha Levin
Binding might result in a NULL device, which is dereferenced causing this BUG: [ 1317.260548] BUG: unable to handle kernel NULL pointer dereference at 097 4 [ 1317.261847] IP: [84225f52] rds_ib_laddr_check+0x82/0x110 [ 1317.263315] PGD 418bcb067 PUD 3ceb21067 PMD 0 [