public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/6] blk-mq: update_nr_hw_queues related improvement & bugfix
@ 2022-03-02 12:14 Ming Lei
  2022-03-02 12:14 ` [PATCH V2 1/6] blk-mq: figure out correct numa node for hw queue Ming Lei
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Ming Lei @ 2022-03-02 12:14 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Yu Kuai, Ming Lei

Hi,

The 1st patch figures out correct numa node for each kind of hw queue.

The 2nd patch simplifies reallocation of q->queue_hw_ctx a bit.

The 3rd patch re-configures poll capability after queue map is changed.

The 4th patch changes mtip32xx to avoid to refer to q->queue_hw_ctx
directly.

The 5th & 6th patches fix use-after-free on q->queue_hw_ctx.

V2:
	- use xa_for_each() to implement queue_for_each_hw_ctx(5/6 6/6) 
	- patch style change(1/6)
	- rename as suggested by Christoph(3/6)

Ming Lei (6):
  blk-mq: figure out correct numa node for hw queue
  blk-mq: simplify reallocation of hw ctxs a bit
  blk-mq: reconfigure poll after queue map is changed
  block: mtip32xx: don't touch q->queue_hw_ctx
  blk-mq: prepare for implementing hctx table via xarray
  blk-mq: manage hctx map via xarray

 block/blk-mq-debugfs.c            |   6 +-
 block/blk-mq-sched.c              |   9 +-
 block/blk-mq-sysfs.c              |  12 ++-
 block/blk-mq-tag.c                |   4 +-
 block/blk-mq.c                    | 158 +++++++++++++++++-------------
 block/blk-mq.h                    |   2 +-
 drivers/block/mtip32xx/mtip32xx.c |   4 +-
 drivers/block/rnbd/rnbd-clt.c     |   2 +-
 include/linux/blk-mq.h            |   3 +-
 include/linux/blkdev.h            |   2 +-
 10 files changed, 113 insertions(+), 89 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <202203032010.V1VcXGQT-lkp@intel.com>]

end of thread, other threads:[~2022-03-09  3:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-02 12:14 [PATCH V2 0/6] blk-mq: update_nr_hw_queues related improvement & bugfix Ming Lei
2022-03-02 12:14 ` [PATCH V2 1/6] blk-mq: figure out correct numa node for hw queue Ming Lei
2022-03-02 12:39   ` John Garry
2022-03-02 12:14 ` [PATCH V2 2/6] blk-mq: simplify reallocation of hw ctxs a bit Ming Lei
2022-03-02 12:14 ` [PATCH V2 3/6] blk-mq: reconfigure poll after queue map is changed Ming Lei
2022-03-03 15:20   ` John Garry
2022-03-02 12:14 ` [PATCH V2 4/6] block: mtip32xx: don't touch q->queue_hw_ctx Ming Lei
2022-03-02 12:14 ` [PATCH V2 5/6] blk-mq: prepare for implementing hctx table via xarray Ming Lei
2022-03-03  9:08   ` kernel test robot
2022-03-03  9:31     ` Ming Lei
2022-03-02 12:14 ` [PATCH V2 6/6] blk-mq: manage hctx map " Ming Lei
     [not found] <202203032010.V1VcXGQT-lkp@intel.com>
2022-03-09  3:01 ` [PATCH V2 5/6] blk-mq: prepare for implementing hctx table " kernel test robot

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