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(-) -- Jens Axboe