Commit 129d6eb266e0 for kernel

commit 129d6eb266e0848c9bf45da6e30291688c12b5ad
Merge: 27d128c1cff6 c6e61c06d606
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Apr 25 07:44:26 2026 -0700

    Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux

    Pull ARM updates from Russell King:

     - fix a race condition handling PG_dcache_clean

     - further cleanups for the fault handling, allowing RT to be enabled

     - fixing nzones validation in adfs filesystem driver

     - fix for module unwinding

    * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux:
      ARM: 9463/1: Allow to enable RT
      ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()
      ARM: 9471/1: module: fix unwind section relocation out of range error
      fs/adfs: validate nzones in adfs_validate_bblk()
      ARM: provide individual is_translation_fault() and is_permission_fault()
      ARM: move FSR fault status definitions before fsr_fs()
      ARM: use BIT() and GENMASK() for fault status register fields
      ARM: move is_permission_fault() and is_translation_fault() to fault.h
      ARM: move vmalloc() lazy-page table population
      ARM: ensure interrupts are enabled in __do_user_fault()