mbox series

[GIT,PULL] libata updates for 5.14-rc

Message ID 74d44c00-40df-9376-2c2f-37881547e8fa@kernel.dk
State New
Headers show
Series [GIT,PULL] libata updates for 5.14-rc | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/libata-5.14-2021-07-30

Message

Jens Axboe July 30, 2021, 2:58 p.m. UTC
Hi Linus,

- A fix for PIO highmem (Christoph)

- Kill HAVE_IDE as it's now unused (Lukas)

Please pull!


The following changes since commit f55966571d5eb2876a11e48e798b4592fa1ffbb7:

  Merge tag 'drm-next-2021-07-08-1' of git://anongit.freedesktop.org/drm/drm (2021-07-08 12:28:15 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/libata-5.14-2021-07-30

for you to fetch changes up to 094121ef815f29d9e6a01fafca365831454ce293:

  arch: Kconfig: clean up obsolete use of HAVE_IDE (2021-07-30 08:19:09 -0600)

----------------------------------------------------------------
libata-5.14-2021-07-30

----------------------------------------------------------------
Christoph Hellwig (1):
      libata: fix ata_pio_sector for CONFIG_HIGHMEM

Lukas Bulwahn (1):
      arch: Kconfig: clean up obsolete use of HAVE_IDE

 arch/alpha/Kconfig            |  1 -
 arch/arm/Kconfig              |  6 ------
 arch/arm/mach-davinci/Kconfig |  1 -
 arch/h8300/Kconfig.cpu        |  1 -
 arch/ia64/Kconfig             |  1 -
 arch/m68k/Kconfig             |  1 -
 arch/mips/Kconfig             |  1 -
 arch/parisc/Kconfig           |  1 -
 arch/powerpc/Kconfig          |  1 -
 arch/sh/Kconfig               |  1 -
 arch/sparc/Kconfig            |  1 -
 arch/x86/Kconfig              |  1 -
 arch/xtensa/Kconfig           |  1 -
 drivers/ata/libata-sff.c      | 35 +++++++++++++++++++++++++++--------
 14 files changed, 27 insertions(+), 26 deletions(-)

Comments

pr-tracker-bot@kernel.org July 30, 2021, 6:11 p.m. UTC | #1
The pull request you sent on Fri, 30 Jul 2021 08:58:38 -0600:

> git://git.kernel.dk/linux-block.git tags/libata-5.14-2021-07-30

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

Thank you!