On 5/17/23 18:00, Ming Lei wrote:
On Wed, May 17, 2023 at 04:09:25PM -0700, Bart Van Assche wrote:
TP_printk("host_no=%u channel=%u id=%u lun=%u data_sgl=%u prot_sgl=%u " \
"prot_op=%s driver_tag=%d scheduler_tag=%d cmnd=(%s %s raw=%s) " \
- "result=(driver=%s host=%s message=%s status=%s)",
+ "result=(driver=%s host=%s message=%s status=%s "
+ "sense_key=%#x asc=%#x ascq=%#x)",
This way probably breaks userspace script or utility, maybe you can
just append "sense(sense_key=%#x asc=%#x ascq=%#x)" only.
I will make this change.
Thanks,
Bart.