Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata

Pull ATA fix from Damien Le Moal:

- a single patch to fix tracing of command completion (Edward)

* tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata:
ata: libata: add qc->flags in ata_qc_complete_template tracepoint

+1
+1
include/trace/events/libata.h
··· 288 288 __entry->hob_feature = qc->result_tf.hob_feature; 289 289 __entry->nsect = qc->result_tf.nsect; 290 290 __entry->hob_nsect = qc->result_tf.hob_nsect; 291 + __entry->flags = qc->flags; 291 292 ), 292 293 293 294 TP_printk("ata_port=%u ata_dev=%u tag=%d flags=%s status=%s " \