mbox series

[GIT,PULL] libata fixes for 5.16-rc2

Message ID 20211119221349.130509-1-damien.lemoal@opensource.wdc.com
State New
Headers show
Series [GIT,PULL] libata fixes for 5.16-rc2 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc2

Message

Damien Le Moal Nov. 19, 2021, 10:13 p.m. UTC
Linus,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc2

for you to fetch changes up to cac7e8b5f5fa94e28d581fbb9e76cb1c0c7fd56a:

  ata: libata-sata: Declare ata_ncq_sdev_attrs static (2021-11-18 14:34:25 +0900)

----------------------------------------------------------------
libata fixes for 5.16-rc2

* Prevent accesses to unsupported log pages as that causes device scan
  failures with LLDDs using libsas (from me).
* A couple of fixes for AMD AHCI adapters handling of low power modes
  and resume (from Mario).
* Fix a compilation warning (from me).

----------------------------------------------------------------
Damien Le Moal (3):
      ata: libata: improve ata_read_log_page() error message
      ata: libata: add missing ata_identify_page_supported() calls
      ata: libata-sata: Declare ata_ncq_sdev_attrs static

Mario Limonciello (2):
      ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile
      ata: libahci: Adjust behavior when StorageD3Enable _DSD is set

 drivers/ata/ahci.c        |  1 +
 drivers/ata/libahci.c     | 15 +++++++++++++++
 drivers/ata/libata-core.c | 11 ++++++++---
 drivers/ata/libata-sata.c |  2 +-
 4 files changed, 25 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 19, 2021, 10:21 p.m. UTC | #1
The pull request you sent on Sat, 20 Nov 2021 07:13:49 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a90af8f15bdc9449ee2d24e1d73fa3f7e8633f81

Thank you!