• Christian Borntraeger's avatar
    KVM: s390/mm: Fix CMMA reset during reboot · 1c343f7b
    Christian Borntraeger authored
    commit 1e133ab2 ("s390/mm: split arch/s390/mm/pgtable.c") factored
    out the page table handling code from __gmap_zap and  __s390_reset_cmma
    into ptep_zap_unused and added a simple flag that tells which one of the
    function (reset or not) is to be made. This also changed the behaviour,
    as it also zaps unused page table entries on reset.
    Turns out that this is wrong as s390_reset_cmma uses the page walker,
    which DOES NOT take the ptl lock.
    
    The most simple fix is to not do the zapping part on reset (which uses
    the walker)
    Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
    Fixes: 1e133ab2 ("s390/mm: split arch/s390/mm/pgtable.c")
    Cc: stable@vger.kernel.org # 4.6+
    Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
    1c343f7b
pgtable.c 14.4 KB