public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ublk_drv: make sure that correct flags(features) returned to userspace
@ 2022-07-22  2:36 Ming Lei
  2022-07-22  2:36 ` [PATCH 1/2] ublk_drv: move destroying device out of ublk_add_dev Ming Lei
  2022-07-22  2:36 ` [PATCH 2/2] ublk_drv: make sure that correct flags(features) returned to userspace Ming Lei
  0 siblings, 2 replies; 6+ messages in thread
From: Ming Lei @ 2022-07-22  2:36 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Ming Lei

Hello Jens,

The 1st patch cleans ublk_add_dev a bit, meantime fix one potential
mutex_destroy() issue.

The 2nd one makes sure that driver supported flags returned to
userspace, this way is important for maintaining compatibility.


Ming Lei (2):
  ublk_drv: move destroying device out of ublk_add_dev
  ublk_drv: make sure that correct flags(features) returned to userspace

 drivers/block/ublk_drv.c      | 32 ++++++++++++++++++++++++--------
 include/uapi/linux/ublk_cmd.h | 11 +++++++++--
 2 files changed, 33 insertions(+), 10 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-22  3:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22  2:36 [PATCH 0/2] ublk_drv: make sure that correct flags(features) returned to userspace Ming Lei
2022-07-22  2:36 ` [PATCH 1/2] ublk_drv: move destroying device out of ublk_add_dev Ming Lei
2022-07-22  2:58   ` Ziyang Zhang
2022-07-22  3:28     ` Ming Lei
2022-07-22  2:36 ` [PATCH 2/2] ublk_drv: make sure that correct flags(features) returned to userspace Ming Lei
2022-07-22  3:04   ` Ziyang Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox