mbox series

[GIT,PULL] ata fixes for 6.2-rc4

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

Pull-request

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

Message

Damien Le Moal Jan. 13, 2023, 11:22 p.m. UTC
Linus,

The following changes since commit 37e14e4f3715428b809e4df9a9958baa64c77d51:

  ata: ahci: Fix PCS quirk application for suspend (2022-12-27 11:06:57 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 22eebaa631c40f3dac169ba781e0de471b83bf45:

  ata: pata_cs5535: Don't build on UML (2023-01-14 07:38:48 +0900)

----------------------------------------------------------------
ATA fixes for 6.2-rc4

A single fix for rc4 to prevent building the pata_cs5535 driver with
user mode linux as it uses msr operations that are not defined with UML.

----------------------------------------------------------------
Peter Foley (1):
      ata: pata_cs5535: Don't build on UML

 drivers/ata/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

pr-tracker-bot@kernel.org Jan. 14, 2023, 2:17 p.m. UTC | #1
The pull request you sent on Sat, 14 Jan 2023 08:22:55 +0900:

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

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

Thank you!