]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: introduce CONFIG_PER_VMA_LOCK
authorSuren Baghdasaryan <surenb@google.com>
Wed, 11 May 2022 23:31:37 +0000 (16:31 -0700)
committerSuren Baghdasaryan <surenb@google.com>
Wed, 23 Nov 2022 02:09:43 +0000 (02:09 +0000)
commitdb9cb6111c53e4125bef22a5a02d9322ca0d344d
treef1568d5e661c6440ee3ed19e5fe55e649edd1970
parente99359a3cc2cf28032e8dbf156c24532bc4cbadd
mm: introduce CONFIG_PER_VMA_LOCK

This configuration variable will be used to build the support for VMA
locking during page fault handling.

This is enabled by default on supported architectures with SMP and MMU
set.

The architecture support is needed since the page fault handler is called
from the architecture's page faulting code which needs modifications to
handle faults under VMA lock.

Signed-off-by: Suren Baghdasaryan <surenb@google.com>
mm/Kconfig