From: Nilay Shroff <nilay@linux.ibm.com>
To: Yu Kuai <yukuai@fnnas.com>,
axboe@kernel.dk, linux-block@vger.kernel.org, tj@kernel.org,
ming.lei@redhat.com
Subject: Re: [PATCH v7 08/16] blk-mq-debugfs: warn about possible deadlock
Date: Sun, 4 Jan 2026 22:08:23 +0530 [thread overview]
Message-ID: <e841a29d-e2f7-4328-9d3b-e2e8bd9d3bb1@linux.ibm.com> (raw)
In-Reply-To: <20251231085126.205310-9-yukuai@fnnas.com>
On 12/31/25 2:21 PM, Yu Kuai wrote:
> Creating new debugfs entries can trigger fs reclaim, hence we can't do
> this with queue frozen, meanwhile, other locks that can be held while
> queue is frozen should not be held as well.
>
> Signed-off-by: Yu Kuai <yukuai@fnnas.com>
Looks good to me:
Reviewed-by: Nilay Shroff <nilay@linux.ibm.com>
next prev parent reply other threads:[~2026-01-04 16:38 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-31 8:51 [PATCH v7 00/16] blk-mq: fix possible deadlocks Yu Kuai
2025-12-31 8:51 ` [PATCH v7 01/16] blk-wbt: factor out a helper wbt_set_lat() Yu Kuai
2025-12-31 8:51 ` [PATCH v7 02/16] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter Yu Kuai
2026-01-07 9:30 ` Ming Lei
2025-12-31 8:51 ` [PATCH v7 03/16] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos Yu Kuai
2025-12-31 8:51 ` [PATCH v7 04/16] blk-rq-qos: fix possible debugfs_mutex deadlock Yu Kuai
2026-01-07 9:41 ` Ming Lei
2025-12-31 8:51 ` [PATCH v7 05/16] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static Yu Kuai
2026-01-07 9:42 ` Ming Lei
2025-12-31 8:51 ` [PATCH v7 06/16] blk-mq-debugfs: remove blk_mq_debugfs_unregister_rqos() Yu Kuai
2026-01-04 16:37 ` Nilay Shroff
2026-01-07 9:48 ` Ming Lei
2025-12-31 8:51 ` [PATCH v7 07/16] blk-mq-debugfs: add missing debugfs_mutex in blk_mq_debugfs_register_hctxs() Yu Kuai
2026-01-04 16:37 ` Nilay Shroff
2026-01-07 9:51 ` Ming Lei
2025-12-31 8:51 ` [PATCH v7 08/16] blk-mq-debugfs: warn about possible deadlock Yu Kuai
2026-01-04 16:38 ` Nilay Shroff [this message]
2026-01-07 9:56 ` Ming Lei
2025-12-31 8:51 ` [PATCH v7 09/16] blk-throttle: fix possible deadlock for fs reclaim under rq_qos_mutex Yu Kuai
2026-01-04 16:38 ` Nilay Shroff
2026-01-07 12:04 ` Ming Lei
2026-01-08 16:56 ` Yu Kuai
2026-01-09 2:18 ` Ming Lei
2026-01-09 2:22 ` Yu Kuai
2026-01-09 2:26 ` Ming Lei
2026-01-09 9:09 ` Nilay Shroff
2026-02-11 2:07 ` Yu Kuai
2025-12-31 8:51 ` [PATCH v7 10/16] block/blk-rq-qos: add a new helper rq_qos_add_frozen() Yu Kuai
2026-01-04 16:39 ` Nilay Shroff
2026-01-07 12:14 ` Ming Lei
2025-12-31 8:51 ` [PATCH v7 11/16] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue Yu Kuai
2026-01-04 16:39 ` Nilay Shroff
2026-01-07 12:14 ` Ming Lei
2025-12-31 8:51 ` [PATCH v7 12/16] blk-iocost: " Yu Kuai
2026-01-04 16:39 ` Nilay Shroff
2026-01-07 12:17 ` Ming Lei
2025-12-31 8:51 ` [PATCH v7 13/16] blk-iolatency: " Yu Kuai
2026-01-04 16:40 ` Nilay Shroff
2026-01-07 12:20 ` Ming Lei
2025-12-31 8:51 ` [PATCH v7 14/16] block/blk-rq-qos: cleanup rq_qos_add() Yu Kuai
2026-01-04 16:40 ` Nilay Shroff
2025-12-31 8:51 ` [PATCH v7 15/16] blk-rq-qos: remove queue frozen from rq_qos_del() Yu Kuai
2026-01-04 16:40 ` Nilay Shroff
2025-12-31 8:51 ` [PATCH v7 16/16] blk-cgroup: remove queue frozen from blkcg_activate_policy() Yu Kuai
2026-01-04 16:41 ` Nilay Shroff
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=e841a29d-e2f7-4328-9d3b-e2e8bd9d3bb1@linux.ibm.com \
--to=nilay@linux.ibm.com \
--cc=axboe@kernel.dk \
--cc=linux-block@vger.kernel.org \
--cc=ming.lei@redhat.com \
--cc=tj@kernel.org \
--cc=yukuai@fnnas.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