]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm64/mm: Convert to using lock_mm_and_find_vma()
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Jun 2023 00:11:44 +0000 (17:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Jul 2023 11:14:45 +0000 (13:14 +0200)
commit4f6263b1fb29302453b9806b435ddd588ee5fb71
tree0ad28721a1c9b59db0e4a04a9cce0cf1acb51d3b
parent88b1d56e3c81d88584d28592b7afe72099739e3d
arm64/mm: Convert to using lock_mm_and_find_vma()

commit ae870a68b5d13d67cf4f18d47bb01ee3fee40acb upstream.

This converts arm64 to use the new page fault helper.  It was very
straightforward, but still needed a fix for the "obvious" conversion I
initially did.  Thanks to Suren for the fix and testing.

Fixed-and-tested-by: Suren Baghdasaryan <surenb@google.com>
Unnecessary-code-removal-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/Kconfig
arch/arm64/mm/fault.c