KVM: s390/mm: Fix page table locking vs. split pmd lock
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 25 Jul 2014 12:23:29 +0000 (14:23 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 1 Aug 2014 09:16:23 +0000 (11:16 +0200)
commit55e4283c3eb1d850893f645dd695c9c75d5fa1fc
tree73b921638494fa3923c94a3930b48bb4f3b20242
parenta94fa154291bb11b1537ac2ff1ae2fd28428e054
KVM: s390/mm: Fix page table locking vs. split pmd lock

commit ec66ad66a0de87866be347b5ecc83bd46427f53b (s390/mm: enable
split page table lock for PMD level) activated the split pmd lock
for s390. Turns out that we missed one place: We also have to take
the pmd lock instead of the page table lock when we reallocate the
page tables (==> changing entries in the PMD) during sie enablement.

Cc: stable@vger.kernel.org # 3.15+
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/pgtable.c