]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerc/mm: try VMA lock-based page fault handling first
authorLaurent Dufour <ldufour@linux.ibm.com>
Fri, 3 Jun 2022 13:15:23 +0000 (15:15 +0200)
committerSuren Baghdasaryan <surenb@google.com>
Wed, 23 Nov 2022 02:09:47 +0000 (02:09 +0000)
commit9a5fd532ab1ef485180ad01410680c03bc0161c6
treec145ac88cae96d881247a09d2a9aa27e4d73cf3c
parentc420676035e8d73b0f2a01b3f5258516e5ee8ddc
powerc/mm: try VMA lock-based page fault handling first

Attempt VMA lock-based page fault handling first, and fall back to the
existing mmap_lock-based handling if that fails.
Copied from "x86/mm: try VMA lock-based page fault handling first"

Signed-off-by: Laurent Dufour <ldufour@linux.ibm.com>
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
arch/powerpc/mm/fault.c
arch/powerpc/platforms/powernv/Kconfig
arch/powerpc/platforms/pseries/Kconfig