mbox series

[GIT,PULL] ata fixes for 5.18-rc4

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

Pull-request

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

Message

Damien Le Moal April 22, 2022, 10:17 p.m. UTC
Linus,

The following changes since commit 55b014159ee7af63770cd7f2b6fe926f6dd99335:

  ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back (2022-04-06 11:08:04 +0900)

are available in the Git repository at:

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

for you to fetch changes up to aafa9f958342db36c17ac2a7f1b841032c96feb4:

  ata: pata_marvell: Check the 'bmdma_addr' beforing reading (2022-04-22 08:45:06 +0900)

----------------------------------------------------------------
ATA fixes for 5.18-rc4

A single fix to avoid a NULL pointer dereference in the pata_marvell
driver with adapters not supporting DMA, from Zheyu.

----------------------------------------------------------------
Zheyu Ma (1):
      ata: pata_marvell: Check the 'bmdma_addr' beforing reading

 drivers/ata/pata_marvell.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

pr-tracker-bot@kernel.org April 23, 2022, 1:20 a.m. UTC | #1
The pull request you sent on Sat, 23 Apr 2022 07:17:09 +0900:

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

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

Thank you!