]> git.itanic.dy.fi Git - linux-stable/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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Jun 2023 21:12:58 +0000 (14:12 -0700)
commitae870a68b5d13d67cf4f18d47bb01ee3fee40acb
tree3a122c2bfd36b1e30ad19d5f89a6b7cb48e03960
parenteda0047296a16d65a7f2bc60a408f70d178b2014
arm64/mm: Convert to using lock_mm_and_find_vma()

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>
arch/arm64/Kconfig
arch/arm64/mm/fault.c