]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/mm: try VMA lock-based page fault handling first
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 14 Mar 2023 13:28:08 +0000 (14:28 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 5 Apr 2023 23:02:13 +0000 (16:02 -0700)
commit58dc3dd13ffcf21fe8c40cea14d7931b690cfb43
tree98286ae9783437f6fbb64974fc66deb41dd11e1b
parent28d12470d32b671ecd7810984e5878e57a81e4c3
s390/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.

This is the s390 variant of "x86/mm: try VMA lock-based page fault handling
first".

Link: https://lkml.kernel.org/r/20230314132808.1266335-1-hca@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
Cc: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Sven Schnelle <svens@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/s390/Kconfig
arch/s390/mm/fault.c