Linus, The following changes since commit 260f6f4fda93c8485c8037865c941b42b9cba5d2: Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel (2025-07-30 19:26:49 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/libata/linux tags/ata-6.17-rc1-fixes for you to fetch changes up to 6cb43739b93c64c4a2148222bd606e6920257752: ata: pata_pdc2027x: Remove space before newline and abbreviations (2025-08-01 08:43:11 +0900) ---------------------------------------------------------------- ata fixes for 6.17-rc1 - Cleanup whitespace in messages in libata-core and the pata_pdc2027x, pata_macio drivers (Colin). - Fix ata_to_sense_error() to avoid seeing nonsensical sense data for rare cases where we fail to get sense data from the drive. The complementary fix to this is to ensure that we always return the generic "ABORTED COMMAND" sense data for a failed command for which we have no status or error fields. - The recent changes to link power management (LPM) which now prevent the user from attempting to set an LPM policy through the link_power_management_policy caused some regressions in test environments because of the error that is now returned when writing to that attribute when LPM is not supported. To allow users to not trip on this, introduce the new link_power_management_supported attribute to allow simple testing of a port/device LPM support (me). ---------------------------------------------------------------- Colin Ian King (3): ata: libata-core: Remove space before newline ata: pata_macio: Remove space before newline ata: pata_pdc2027x: Remove space before newline and abbreviations Damien Le Moal (3): ata: libata-scsi: Fix ata_to_sense_error() status handling ata: libata-scsi: Return aborted command when missing sense and result TF ata: libata-sata: Add link_power_management_supported sysfs attribute drivers/ata/ata_piix.c | 1 + drivers/ata/libahci.c | 1 + drivers/ata/libata-core.c | 2 +- drivers/ata/libata-sata.c | 53 +++++++++++++++++++++++++++++++++++---------- drivers/ata/libata-scsi.c | 38 ++++++++++++++++---------------- drivers/ata/pata_macio.c | 2 +- drivers/ata/pata_pdc2027x.c | 12 +++++----- include/linux/libata.h | 1 + 8 files changed, 71 insertions(+), 39 deletions(-)