mbox series

[0/2] s390/dasd: driver unbind fixes

Message ID 20210305125439.568125-1-sth@linux.ibm.com (mailing list archive)
Headers show
Series s390/dasd: driver unbind fixes | expand

Message

Stefan Haberland March 5, 2021, 12:54 p.m. UTC
Hi Jens,

please apply the following patches that fix two issues that may happen
during driver unbind.

Stefan Haberland (2):
  s390/dasd: fix hanging DASD driver unbind
  s390/dasd: fix hanging IO request during DASD driver unbind

 drivers/s390/block/dasd.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Jens Axboe March 5, 2021, 6:30 p.m. UTC | #1
On 3/5/21 5:54 AM, Stefan Haberland wrote:
> Hi Jens,
> 
> please apply the following patches that fix two issues that may happen
> during driver unbind.
> 
> Stefan Haberland (2):
>   s390/dasd: fix hanging DASD driver unbind
>   s390/dasd: fix hanging IO request during DASD driver unbind
> 
>  drivers/s390/block/dasd.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.