]> Git Repo - linux.git/commit
s390/mm: take the mmap_sem in kvm_s390_shadow_fault()
authorDavid Hildenbrand <[email protected]>
Tue, 2 Feb 2016 11:26:00 +0000 (12:26 +0100)
committerChristian Borntraeger <[email protected]>
Mon, 20 Jun 2016 07:54:33 +0000 (09:54 +0200)
commite52f8b6112353e9e8eac64f082bfbc65e64bb2dd
treec6a4ef5a83a70a8ec09cdbff45316cb1ce1ea956
parent0f7f84891516dc1ff7500fae12143710d2d9d11f
s390/mm: take the mmap_sem in kvm_s390_shadow_fault()

Instead of doing it in the caller, let's just take the mmap_sem
in kvm_s390_shadow_fault(). By taking it as read, we allow parallel
faulting on shadow page tables, gmap shadow code is prepared for that.

Acked-by: Martin Schwidefsky <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
arch/s390/kvm/gaccess.c
This page took 0.050644 seconds and 4 git commands to generate.