public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
From: Hannes Reinecke <hare@suse.de>
To: Ming Lei <ming.lei@redhat.com>, Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org, Yu Kuai <yukuai3@huawei.com>,
	Christoph Hellwig <hch@lst.de>
Subject: Re: [PATCH V3 5/6] blk-mq: prepare for implementing hctx table via xarray
Date: Mon, 7 Mar 2022 08:38:04 +0100	[thread overview]
Message-ID: <ba059185-330b-e752-25bd-737437b48c8d@suse.de> (raw)
In-Reply-To: <20220307064401.30056-6-ming.lei@redhat.com>

On 3/7/22 07:44, Ming Lei wrote:
> It is inevitable to cause use-after-free on q->queue_hw_ctx between
> queue_for_each_hw_ctx() and blk_mq_update_nr_hw_queues(). And converting
> to xarray can fix the uaf, meantime code gets cleaner.
> 
> Prepare for converting q->queue_hctx_ctx into xarray, one thing is that
> xa_for_each() can only accept 'unsigned long' as index, so changes type
> of hctx index of queue_for_each_hw_ctx() into 'unsigned long'.
> 
> Signed-off-by: Ming Lei <ming.lei@redhat.com>
> ---
>   block/blk-mq-debugfs.c        |  6 +++---
>   block/blk-mq-sched.c          |  9 +++++----
>   block/blk-mq-sysfs.c          | 16 ++++++++++------
>   block/blk-mq-tag.c            |  2 +-
>   block/blk-mq.c                | 30 ++++++++++++++++--------------
>   drivers/block/rnbd/rnbd-clt.c |  2 +-
>   6 files changed, 36 insertions(+), 29 deletions(-)
> 
Reviewed-by: Hannes Reinecke <hare@suse.de>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		           Kernel Storage Architect
hare@suse.de			                  +49 911 74053 688
SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg
HRB 36809 (AG Nürnberg), GF: Felix Imendörffer

  parent reply	other threads:[~2022-03-07  7:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-07  6:43 [PATCH V3 0/6] blk-mq: update_nr_hw_queues related improvement & bugfix Ming Lei
2022-03-07  6:43 ` [PATCH V3 1/6] blk-mq: figure out correct numa node for hw queue Ming Lei
2022-03-07  7:34   ` Hannes Reinecke
2022-03-07  6:43 ` [PATCH V3 2/6] blk-mq: simplify reallocation of hw ctxs a bit Ming Lei
2022-03-07  7:35   ` Hannes Reinecke
2022-03-07  6:43 ` [PATCH V3 3/6] blk-mq: reconfigure poll after queue map is changed Ming Lei
2022-03-07  7:10   ` Christoph Hellwig
2022-03-07  7:36   ` Hannes Reinecke
2022-03-07  6:43 ` [PATCH V3 4/6] block: mtip32xx: don't touch q->queue_hw_ctx Ming Lei
2022-03-07  7:36   ` Hannes Reinecke
2022-03-07  6:44 ` [PATCH V3 5/6] blk-mq: prepare for implementing hctx table via xarray Ming Lei
2022-03-07  7:10   ` Christoph Hellwig
2022-03-07  7:38   ` Hannes Reinecke [this message]
2022-03-07  6:44 ` [PATCH V3 6/6] blk-mq: manage hctx map " Ming Lei
2022-03-07  7:13   ` Christoph Hellwig
2022-03-07  7:44     ` Ming Lei
2022-03-07  7:44   ` Hannes Reinecke
2022-03-07  7:49     ` Ming Lei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ba059185-330b-e752-25bd-737437b48c8d@suse.de \
    --to=hare@suse.de \
    --cc=axboe@kernel.dk \
    --cc=hch@lst.de \
    --cc=linux-block@vger.kernel.org \
    --cc=ming.lei@redhat.com \
    --cc=yukuai3@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox