Re: [PATCH] mmc: block: Prevent new req entering queue while freeing up the queue

2020-11-11 Thread Veerabhadrarao Badiganti
On 11/3/2020 8:55 PM, Ulf Hansson wrote: On Wed, 28 Oct 2020 at 12:20, Veerabhadrarao Badiganti wrote: The commit bbdc74dc19e0 ("mmc: block: Prevent new req entering queue after its cleanup") has introduced this change but it got moved after del_gendisk() with commit 57678e5a3d51 ("mmc: block

Re: [PATCH] mmc: block: Prevent new req entering queue while freeing up the queue

2020-11-04 Thread Adrian Hunter
On 3/11/20 5:25 pm, Ulf Hansson wrote: > On Wed, 28 Oct 2020 at 12:20, Veerabhadrarao Badiganti > wrote: >> >> The commit bbdc74dc19e0 ("mmc: block: Prevent new req entering queue >> after its cleanup") has introduced this change but it got moved after >> del_gendisk() with commit 57678e5a3d51 ("m

Re: [PATCH] mmc: block: Prevent new req entering queue while freeing up the queue

2020-11-03 Thread Ulf Hansson
On Wed, 28 Oct 2020 at 12:20, Veerabhadrarao Badiganti wrote: > > The commit bbdc74dc19e0 ("mmc: block: Prevent new req entering queue > after its cleanup") has introduced this change but it got moved after > del_gendisk() with commit 57678e5a3d51 ("mmc: block: Delete gendisk > before cleaning up

Re: [PATCH] mmc: block: Prevent new req entering queue while freeing up the queue

2020-11-03 Thread Veerabhadrarao Badiganti
Hi Ulf, Adrian, Gentle reminder. Can you share your comments on this issue and change? Thanks On 10/28/2020 4:49 PM, Veerabhadrarao Badiganti wrote: The commit bbdc74dc19e0 ("mmc: block: Prevent new req entering queue after its cleanup") has introduced this change but it got moved after del_ge

[PATCH] mmc: block: Prevent new req entering queue while freeing up the queue

2020-10-28 Thread Veerabhadrarao Badiganti
The commit bbdc74dc19e0 ("mmc: block: Prevent new req entering queue after its cleanup") has introduced this change but it got moved after del_gendisk() with commit 57678e5a3d51 ("mmc: block: Delete gendisk before cleaning up the request queue"). It is blocking reboot with below Call stack(). INF