Re: [PATCH v4 00/20] blktrace: Add user-space support for zoned command tracing

Jens Axboe <[email protected]> Wed, 10 Dec 2025 23:55:35 -0700
Newsgroups org.kernel.vger.linux-btrace,org.kernel.vger.linux-block
Message-ID <[email protected]>
On Mon, 24 Nov 2025 23:51:46 -0800, Johannes Thumshirn wrote:
> [ Aplogies if you recieve this series twice, my ISP effed up badly ]
> 
> 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.
> 
> The updates include:
> 
> [...]

Applied, thanks!

[01/20] blktrace: fix comment for struct blk_trace_setup:
        commit: 7d93035f63e95a9ff211689a5ee5a9647fe4539d
[02/20] blkparse: fix compiler warning
        commit: ab25c60d012adc83a21e2ba9f5b7fe977aed5a3a
[03/20] blktrace: add definitions for BLKTRACESETUP2
        commit: de46aab777ceb75c9742a09f687e27c602f588c4
[04/20] blktrace: change size of action to 64 bits
        commit: de7027a4c293112b58f27681d3aa2c1706f760ad
[05/20] blktrace: add definitions for blk_io_trace2
        commit: 26281f82c94178e4cd776cfd83b7f6aae61323c0
[06/20] blkparse: pass magic to get_magic
        commit: a40c8fb0d1a56b0fb9bea1c45dfefb3d8376807f
[07/20] blkparse: read 'magic' first
        commit: 43da1fe08510a1c12c15b7a5829e62cf5a1186f4
[08/20] blkparse: factor out reading of a singe blk_io_trace event
        commit: d627b9fd563dbee65a56745b27cd94ba2a5d89cd
[09/20] blkparse: skip unsupported protocol versions
        commit: c1b026f5a0d9f0a537f0e9bbc727893046515334
[10/20] blkparse: make get_pdulen() take the pdu_len
        commit: 5653f26bba9e4969d59907a03853bac6ad29bb18
[11/20] blkiomon: read 'magic' first
        commit: b86ecea48bcb71406df046a1ad2f07a202ac0498
[12/20] blktrace: pass magic to CHECK_MAGIC macro
        commit: 5a4b378ef389584299664ead32185cc42e7eaeb2
[13/20] blktrace: pass magic to verify_trace
        commit: 4475f0f7212d543e54515acb1227504887ebc296
[14/20] blktrace: rename trace_to_cpu to bit_trace_to_cpu
        commit: c79c9cbe395891c64dbfd3c8814144e44058ef90
[15/20] blkparse: use blk_io_trace2 internally
        commit: 7e0e7630d31925f412bf653112de4a3ebef4f169
[16/20] blkparse: natively parse blk_io_trace2
        commit: 294b572943f6cfb355ea941af159fb1e8be5d503
[17/20] blkparse: parse zone (un)plug actions
        commit: d302cb7c8cfcbd9599ec266b68cbfdc5f755e646
[18/20] blkparse: add zoned commands to fill_rwbs()
        commit: 614c58fc23934c77f6c54522a329637e00e72212
[19/20] blktrace: call BLKTRACESETUP2 ioctl per default to setup a trace
        commit: a7cd5b1b05e790c93894a4f00c548d214602d9e7
[20/20] blktrace: support protocol version 8
        commit: ece6cc27ec8b809a0227a9b2aa3ab229883793a2

Best regards,
-- 
Jens Axboe