mbox series

[GIT,PULL] ata fixes for 5.19-rc2

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

Pull-request

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

Message

Damien Le Moal June 10, 2022, 11:27 a.m. UTC
Linus,

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 481f7017c37a8c722a0b09985db1a35f15749d5d:

  MAINTAINERS: add ATA sysfs file documentation to libata entry (2022-06-09 09:25:38 +0900)

----------------------------------------------------------------
ATA fixes for 5.19-rc2

Several small fixes for rc2:

* Remove unused field in struct ata_port, from Hannes.

* Fix a potential (very unlikely) NULL pointer dereference in
  ata_host_alloc_pinfo(), from Sergey.

* Fix a device reference leak in the pata_octeon_cf driver, from
  Miaoqian.

* Fixes for handling access to the concurrent positioning ranges log
  page used with multi-actuator HDDs, from Tyler.

* Fix the values shown by the pio_mode and dma_mode sysfs device
  attributes, from Sergey.

* Update the MAINTAINERS file to add libata sysfs ABI documentation
  file, from Sergey.

----------------------------------------------------------------
Hannes Reinecke (1):
      ata: libata: drop 'sas_last_tag'

Miaoqian Lin (1):
      ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe

Sergey Shtylyov (3):
      ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
      ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files
      MAINTAINERS: add ATA sysfs file documentation to libata entry

Tyler Erickson (2):
      libata: fix reading concurrent positioning ranges log
      libata: fix translation of concurrent positioning ranges

 Documentation/ABI/testing/sysfs-ata | 11 ++++++-----
 MAINTAINERS                         |  1 +
 drivers/ata/libata-core.c           | 25 +++++++++++++++----------
 drivers/ata/libata-scsi.c           |  2 +-
 drivers/ata/libata-transport.c      |  2 +-
 drivers/ata/pata_octeon_cf.c        |  3 +++
 include/linux/libata.h              |  1 -
 7 files changed, 27 insertions(+), 18 deletions(-)

Comments

pr-tracker-bot@kernel.org June 10, 2022, 6:25 p.m. UTC | #1
The pull request you sent on Fri, 10 Jun 2022 20:27:00 +0900:

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

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

Thank you!