Linus, The following changes since commit cec148c2476a6e06cf8190b20de81f98983b53ca: ata: pata_parport: Add missing protocol modules description (2023-07-17 08:30:41 +0900) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.5-rc4 for you to fetch changes up to 3ac873c76d79f055e1712754d9f2e90e41582f04: ata: libata-core: fix when to fetch sense data for successful commands (2023-07-28 11:30:34 +0900) ---------------------------------------------------------------- ata fixes for 6.5-rc4 - Fix error message output in the pata_arasan_cf driver (Minjie). - Fix invalid error return in the pata_octeon_cf driver initialization (Yingliang). - Fix a compilation warning due to a missing static function declaration in the pata_ns87415 driver (Arnd). - Fix the condition evaluating when to fetch sense data for successful completions, which should be done only when command duration limits are being used (Niklas). ---------------------------------------------------------------- Arnd Bergmann (1): ata: pata_ns87415: mark ns87560_tf_read static Minjie Du (1): ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer() Niklas Cassel (1): ata: libata-core: fix when to fetch sense data for successful commands Yang Yingliang (1): ata: pata_octeon_cf: fix error return code in octeon_cf_probe() drivers/ata/libata-core.c | 4 ++-- drivers/ata/pata_arasan_cf.c | 3 ++- drivers/ata/pata_ns87415.c | 2 +- drivers/ata/pata_octeon_cf.c | 6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-)