[PATCH 0/2] arm64: Fix syzkaller splat in ioremap_prot()

Will Deacon will at kernel.org
Mon Feb 23 14:10:09 PST 2026


Hi folks,

These two patches aim to resolve the syzkaller splat reported by
Jinjiang at [1].

Rather than introduce a new arch hook, as was proposed in [1], this
series instead augments the existing ioremap_prot() hook on arm64.

Cheers,

Will

[1] https://lore.kernel.org/r/20260130073807.99474-1-tujinjiang@huawei.com

Cc: Zeng Heng <zengheng4 at huawei.com>
Cc: Jinjiang Tu <tujinjiang at huawei.com>
Cc: Catalin Marinas <catalin.marinas at arm.com>
Cc: Andrew Morton <akpm at linux-foundation.org>

--->8

Will Deacon (2):
  arm64: io: Rename ioremap_prot() to __ioremap_prot()
  arm64: io: Extract user memory type in ioremap_prot()

 arch/arm64/include/asm/io.h | 26 ++++++++++++++++++++------
 arch/arm64/kernel/acpi.c    |  2 +-
 arch/arm64/mm/ioremap.c     |  6 +++---
 3 files changed, 24 insertions(+), 10 deletions(-)

-- 
2.53.0.371.g1d285c8824-goog




More information about the linux-arm-kernel mailing list