lkml.org 
[lkml]   [2022]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH -next v2 0/6] nbd: bugfix and cleanup patches
Date
Changes in v2:
- in patch 3, instead of clear and then reset the flag if rq is not
completed, test first and clear if rq is going to complete.

path 1-2 fix races between nbd setup and module removal.
patch 3 fix io can't be completed in some error path.
patch 4 fix io hung when disconnecting failed.
patch 5 fix sysfs warning about duplicate creation.
patch 6 use pr_err to output error message.

Previous versions:
v1: https://patchwork.kernel.org/project/linux-block/cover/20220426130746.885140-1-yukuai3@huawei.com/

Yu Kuai (5):
nbd: call genl_unregister_family() first in nbd_cleanup()
nbd: fix race between nbd_alloc_config() and module removal
nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completed
nbd: fix io hung while disconnecting device
nbd: use pr_err to output error message

Zhang Wensheng (1):
nbd: fix possible overflow on 'first_minor' in nbd_dev_add()

drivers/block/nbd.c | 110 +++++++++++++++++++++++++++-----------------
1 file changed, 68 insertions(+), 42 deletions(-)

--
2.31.1

\
 
 \ /
  Last update: 2022-05-18 14:14    [W:2.351 / U:0.944 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site