[PATCH] arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()

Linus Torvalds torvalds at linux-foundation.org
Mon Jul 3 18:48:24 PDT 2023


On Mon, 3 Jul 2023 at 18:00, SeongJae Park <sj at kernel.org> wrote:
>
> Commit ae870a68b5d1 ("arm64/mm: Convert to using
> lock_mm_and_find_vma()") made do_page_fault() to use 'vma' even if
> CONFIG_PER_VMA_LOCK is not defined, but the declaration is still in the
> ifdef.

Duh. Thanks. Applied.

              Linus



More information about the linux-arm-kernel mailing list