On Tue, Apr 19, 2022 at 04:28:52PM +0530, Naresh Kamboju wrote:
Linux next 20220419 boot failed on arm architecture qemu_arm and BeagleBoard x15 device.
Was the immediately previous linux-next behaving correctly?
If so, nothing has changed in the ARM32 kernel tree, so this must be someone else's issue - code that someone else has pushed into linux-next.
It looks to me like someone is walking the page tables incorrectly, somewhere buried in handle_mm_fault(), because the PTE pointer is in the upper-2k of a 4k page, which is most definitely illegal on arm32.