Re: [Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-03 Thread Ulf Hansson
On 3 December 2014 at 07:23, Bhuvanesh wrote: > Hi, > > Thanks for guiding. I read through Documentation/SubmittingPatches. > Fixed the warnings given by checkpatch. Kindly review the updated patch. Could you also resend it as a separate patch, not replying to this email thread. Kind regards

Re: [Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-03 Thread Ulf Hansson
On 3 December 2014 at 07:23, Bhuvanesh bhuvanesh_surach...@mentor.com wrote: Hi, Thanks for guiding. I read through Documentation/SubmittingPatches. Fixed the warnings given by checkpatch. Kindly review the updated patch. Could you also resend it as a separate patch, not replying to this

Re: [Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-02 Thread Bhuvanesh
Hi, Thanks for guiding. I read through Documentation/SubmittingPatches. Fixed the warnings given by checkpatch. Kindly review the updated patch. >From 7ea020e32e1fbe4d05d104e31815d908af92f2a5 Mon Sep 17 00:00:00 2001 From: Bhuvanesh Surachari Date: Mon, 1 Dec 2014 02:23:02 -0500 Subject:

Re: [Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-02 Thread Ulf Hansson
On 1 December 2014 at 12:56, Bhuvanesh wrote: > Hi, > > Please find the patch inline. Apparently you didn't read /Documentation/SubmittingPatches. If you want me to review, please follow that guide. For example, I expect you to run checkpatch. Kind regards Uffe -- To unsubscribe from this

Re: [Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-02 Thread Ulf Hansson
On 1 December 2014 at 12:56, Bhuvanesh bhuvanesh_surach...@mentor.com wrote: Hi, Please find the patch inline. Apparently you didn't read /Documentation/SubmittingPatches. If you want me to review, please follow that guide. For example, I expect you to run checkpatch. Kind regards Uffe --

Re: [Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-02 Thread Bhuvanesh
Hi, Thanks for guiding. I read through Documentation/SubmittingPatches. Fixed the warnings given by checkpatch. Kindly review the updated patch. From 7ea020e32e1fbe4d05d104e31815d908af92f2a5 Mon Sep 17 00:00:00 2001 From: Bhuvanesh Surachari bhuvanesh_surach...@mentor.com Date: Mon, 1 Dec

Re: [Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-01 Thread Bhuvanesh
Hi, Please find the patch inline. >From ce326fd60f23f3de75ff7349bf84625cfc6e5378 Mon Sep 17 00:00:00 2001 From: Bhuvanesh Surachari Date: Mon, 1 Dec 2014 02:23:02 -0500 Subject: [PATCH] mmc: queue:Improve error handling during allocation of bounce buffers. Allocation of previous

Re: [Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-01 Thread Ulf Hansson
On 1 December 2014 at 11:24, Bhuvanesh wrote: > Hi, > > During our rigorous testing of inserting and removing SD card, we > found exception in the kernel. Please find the backtrace is as below: > > [ 1899.301985] Backtrace: > [ 1899.325461] [<800117c4>] (dump_backtrace+0x0/0x100) from

[Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-01 Thread Bhuvanesh
Hi, During our rigorous testing of inserting and removing SD card, we found exception in the kernel. Please find the backtrace is as below: [ 1899.301985] Backtrace: [ 1899.325461] [<800117c4>] (dump_backtrace+0x0/0x100) from [<803f2cf4>] (dump_stack+0x18/0x1c) [ 1899.375000] [<803f2cdc>]

[Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-01 Thread Bhuvanesh
Hi, During our rigorous testing of inserting and removing SD card, we found exception in the kernel. Please find the backtrace is as below: [ 1899.301985] Backtrace: [ 1899.325461] [800117c4] (dump_backtrace+0x0/0x100) from [803f2cf4] (dump_stack+0x18/0x1c) [ 1899.375000] [803f2cdc]

Re: [Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-01 Thread Ulf Hansson
On 1 December 2014 at 11:24, Bhuvanesh bhuvanesh_surach...@mentor.com wrote: Hi, During our rigorous testing of inserting and removing SD card, we found exception in the kernel. Please find the backtrace is as below: [ 1899.301985] Backtrace: [ 1899.325461] [800117c4]

Re: [Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-01 Thread Bhuvanesh
Hi, Please find the patch inline. From ce326fd60f23f3de75ff7349bf84625cfc6e5378 Mon Sep 17 00:00:00 2001 From: Bhuvanesh Surachari bhuvanesh_surach...@mentor.com Date: Mon, 1 Dec 2014 02:23:02 -0500 Subject: [PATCH] mmc: queue:Improve error handling during allocation of bounce buffers.