On 07/11/2025 13:56, Ryan Roberts wrote: >> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig >> index 6663ffd23f25..e6bf5c7311b5 100644 >> --- a/arch/arm64/Kconfig >> +++ b/arch/arm64/Kconfig >> @@ -122,6 +122,7 @@ config ARM64 >> select ARCH_WANTS_NO_INSTR >> select ARCH_WANTS_THP_SWAP if ARM64_4K_PAGES >> select ARCH_HAS_UBSAN >> + select ARCH_HAS_LAZY_MMU_MODE > nit: This list is mostly in alphabetical order. Further up the list there are > a > lot of ARCH_HAS_* entries. Perhaps move it to the correct position in that > lot? > Then ARCH_HAS_UBSAN stays out of order on its own.
That's fair, it does look like it's mostly in order apart from ARCH_HAS_UBSAN. Will move it further up. - Kevin
