On Mon, May 25, 2026 at 12:06:39PM +0000, [email protected] wrote:
> Thank you for your contribution! Sashiko AI review found 1 potential issue(s)
> to consider:
> - [High] Unconditional selection of ARCH_HAS_PTE_PROTNONE on LoongArch
> causes boot-time warnings/panics in debug_vm_pgtable on 32-bit
> configurations.
Confirmed. Will fix in v5 with:
- select ARCH_HAS_PTE_PROTNONE
+ select ARCH_HAS_PTE_PROTNONE if 64BIT
matching the x86 ("if X86_64") and riscv ("if MMU") patterns.
> --
> Sashiko AI review ยท
> https://sashiko.dev/#/patchset/[email protected]?part=1
--
Kiryl Shutsemau / Kirill A. Shutemov