mbox series

[-next,v3,0/2] Fix hungtask when nbd_config_put

Message ID 20211101062956.791573-1-yebin10@huawei.com (mailing list archive)
Headers show
Series Fix hungtask when nbd_config_put | expand

Message

Ye Bin Nov. 1, 2021, 6:29 a.m. UTC
Ye Bin (2):
  nbd: Fix incorrect error handle when first_minor big than '0xff' in
    nbd_dev_add
  nbd: Fix hungtask when nbd_config_put

 drivers/block/nbd.c | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

Comments

Josef Bacik Nov. 1, 2021, 10:27 p.m. UTC | #1
On Mon, Nov 01, 2021 at 02:29:54PM +0800, Ye Bin wrote:
> Ye Bin (2):
>   nbd: Fix incorrect error handle when first_minor big than '0xff' in
>     nbd_dev_add
>   nbd: Fix hungtask when nbd_config_put
> 
>  drivers/block/nbd.c | 36 ++++++++++++++++--------------------
>  1 file changed, 16 insertions(+), 20 deletions(-)
> 

Hmm this seems to overlap with the series

https://lore.kernel.org/linux-block/20211021122936.758221-1-yukuai3@huawei.com/

and they are different checks, can y'all work out what this is supposed to look
like and send one series to integrate both sets of fixes?  Thanks,

Josef