Re: [PATCH 1/1] Fix Kernel Panic due to dereference of the invalid handle. First validate the handle and then derefer it in BUG_ON.

2015-01-17 Thread Greg Kroah-Hartman
On Sat, Jan 17, 2015 at 11:42:41AM +0530, Shailendra Verma wrote: > > Signed-off-by: Shailendra Verma > --- > drivers/staging/android/ion/ion.c |3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Something went wrong with your subject line, please fix it up and resend. thanks, greg

Re: [PATCH 1/1] Fix Kernel Panic due to dereference of the invalid handle. First validate the handle and then derefer it in BUG_ON.

2015-01-17 Thread Greg Kroah-Hartman
On Sat, Jan 17, 2015 at 11:42:41AM +0530, Shailendra Verma wrote: Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/staging/android/ion/ion.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Something went wrong with your subject line, please fix it up

[PATCH 1/1] Fix Kernel Panic due to dereference of the invalid handle. First validate the handle and then derefer it in BUG_ON.

2015-01-16 Thread Shailendra Verma
Signed-off-by: Shailendra Verma --- drivers/staging/android/ion/ion.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c index 296d347..9e56d32 100644 --- a/drivers/staging/android/ion/ion.c +++

[PATCH 1/1] Fix Kernel Panic due to dereference of the invalid handle. First validate the handle and then derefer it in BUG_ON.

2015-01-16 Thread Shailendra Verma
Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/staging/android/ion/ion.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c index 296d347..9e56d32 100644 ---