On 7/14/25 7:38 AM, Johannes Thumshirn wrote:
- ZONE RESET and ZONE RESET ALL will be decoded as 'ZR'
This line from the description is no longer in sync with the code below:
+ case REQ_OP_ZONE_RESET: + case REQ_OP_ZONE_RESET_ALL: + rwbs[i++] = 'Z'; + rwbs[i++] = 'R'; + if ((opf & REQ_OP_MASK) == REQ_OP_ZONE_RESET_ALL) + rwbs[i++] = 'A'; + break;
Otherwise this patch looks good to me. Thanks, Bart.