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

From: Linus Torvalds
Date: Mon Jul 03 2023 - 21:48:51 EST


On Mon, 3 Jul 2023 at 18:00, SeongJae Park <sj@xxxxxxxxxx> 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