The quilt patch titled Subject: kgdb: add HAS_IOPORT dependency has been removed from the -mm tree. Its filename was kgdb-add-has_ioport-dependency.patch This patch was dropped because it was merged into the mm-nonmm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx> Subject: kgdb: add HAS_IOPORT dependency Date: Wed, 3 Apr 2024 15:25:47 +0200 In a future patch HAS_IOPORT=n will disable inb()/outb() and friends at compile time. We thus need to add HAS_IOPORT as dependency for those drivers using them. Link: https://lkml.kernel.org/r/20240403132547.762429-2-schnelle@xxxxxxxxxxxxx Co-developed-by: Arnd Bergmann <arnd@xxxxxxxxxx> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxxxx> Signed-off-by: Niklas Schnelle <schnelle@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.kgdb | 1 + 1 file changed, 1 insertion(+) --- a/lib/Kconfig.kgdb~kgdb-add-has_ioport-dependency +++ a/lib/Kconfig.kgdb @@ -122,6 +122,7 @@ config KDB_DEFAULT_ENABLE config KDB_KEYBOARD bool "KGDB_KDB: keyboard as input device" depends on VT && KGDB_KDB && !PARISC + depends on HAS_IOPORT default n help KDB can use a PS/2 type keyboard for an input device _ Patches currently in -mm which might be from schnelle@xxxxxxxxxxxxx are