From: Johannes Thumshirn <Johannes.Thumshirn@wdc.com>
To: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Jens Axboe <axboe@kernel.dk>,
Steven Rostedt <rostedt@goodmis.org>,
Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-trace-kernel@vger.kernel.org"
<linux-trace-kernel@vger.kernel.org>,
"linux-btrace@vger.kernel.org" <linux-btrace@vger.kernel.org>,
John Garry <john.g.garry@oracle.com>,
Hannes Reinecke <hare@suse.de>,
Damien Le Moal <dlemoal@kernel.org>, hch <hch@lst.de>,
Naohiro Aota <Naohiro.Aota@wdc.com>,
Shinichiro Kawasaki <shinichiro.kawasaki@wdc.com>,
Chaitanya Kulkarni <chaitanyak@nvidia.com>,
"Martin K . Petersen" <martin.petersen@oracle.com>
Subject: Re: [PATCH 00/21] blktrace: Add user-space support for zoned command tracing
Date: Mon, 15 Sep 2025 07:59:11 +0000 [thread overview]
Message-ID: <fd3562c2-559c-49c7-8ef3-6e053cd6a41e@wdc.com> (raw)
In-Reply-To: <20250914181823.a17382ac3a039dc4a8257578@kernel.org>
On 9/14/25 11:18 AM, Masami Hiramatsu wrote:
> Hi Johannes,
>
> On Tue, 9 Sep 2025 13:07:02 +0200
> Johannes Thumshirn <johannes.thumshirn@wdc.com> wrote:
>
>> This patch series extends the user-space blktrace tools to support the new
>> trace events for zoned block device commands introduced in the corresponding
>> kernel patch series.
> I guess this series are patches against for user-space blktrace tool
>
> https://git.kernel.dk/?p=blktrace.git
>
> And the updates depends on the kernel side update of your series;
>
> https://lore.kernel.org/all/20250909110611.75559-1-johannes.thumshirn@wdc.com/
>
> Right?
> I'm not sure how the blktrace tool development is managed, but please make
> sure this series is not for the kernel. (ah, both has blktrace: tag, hmmm)
You're right. I'll add a subject prefix for v2 so they can be better
distinguished.
Thanks,
Johannes
prev parent reply other threads:[~2025-09-15 7:59 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-09 11:07 [PATCH 00/21] blktrace: Add user-space support for zoned command tracing Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 01/21] fix comment for struct blk_trace_setup: Johannes Thumshirn
2025-09-19 7:51 ` Chaitanya Kulkarni
2025-09-09 11:07 ` [PATCH 02/21] add definitions for BLKTRACESETUP2 Johannes Thumshirn
2025-09-19 7:53 ` Chaitanya Kulkarni
2025-09-19 8:10 ` Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 03/21] call BLKTRACESETUP2 ioctl per default to setup a trace Johannes Thumshirn
2025-09-19 8:49 ` Chaitanya Kulkarni
2025-09-09 11:07 ` [PATCH 04/21] blktrace: change size of action to 64 bits Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 05/21] blktrace: add definitions for blk_io_trace2 Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 06/21] blktrace: support protocol version 8 Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 07/21] blkparse: pass magic to get_magic Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 08/21] blkparse: read 'magic' first Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 09/21] blkparse: factor out reading of a singe blk_io_trace event Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 10/21] blkparse: skip unsupported protocol versions Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 11/21] blkparse: make get_pdulen() take the pdu_len Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 12/21] blkiomon: read 'magic' first Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 13/21] blktrace: pass magic to CHECK_MAGIC macro Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 14/21] blktrace: pass magic to verify_trace Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 15/21] blktrace: rename trace_to_cpu to bit_trace_to_cpu Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 16/21] blkparse: use blk_io_trace2 internally Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 17/21] blkparse: natively parse blk_io_trace2 Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 18/21] blkparse: parse zone (un)plug actions Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 19/21] blkparse: add zoned commands to fill_rwbs() Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 20/21] blkparse: parse zone management commands Johannes Thumshirn
2025-09-09 11:07 ` [PATCH 21/21] blkparse: parse zone append completions Johannes Thumshirn
2025-09-14 9:18 ` [PATCH 00/21] blktrace: Add user-space support for zoned command tracing Masami Hiramatsu
2025-09-15 7:59 ` Johannes Thumshirn [this message]
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=fd3562c2-559c-49c7-8ef3-6e053cd6a41e@wdc.com \
--to=johannes.thumshirn@wdc.com \
--cc=Naohiro.Aota@wdc.com \
--cc=axboe@kernel.dk \
--cc=chaitanyak@nvidia.com \
--cc=dlemoal@kernel.org \
--cc=hare@suse.de \
--cc=hch@lst.de \
--cc=john.g.garry@oracle.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-btrace@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=mathieu.desnoyers@efficios.com \
--cc=mhiramat@kernel.org \
--cc=rostedt@goodmis.org \
--cc=shinichiro.kawasaki@wdc.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;
as well as URLs for NNTP newsgroup(s).