Searched hist:"691 d5264158e58004904f285417fefaf8650ffe6" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/include/asm/ |
H A D | mmu_context.h | diff 691d5264158e58004904f285417fefaf8650ffe6 Sun Mar 01 15:56:45 CET 2015 Martin Schwidefsky <schwidefsky@de.ibm.com> s390/mm: fix incorrect ASCE after crst_table_downgrade
The switch_mm function does nothing in case the prev and next mm are the same. It can happen that a crst_table_downgrade has changed the top-level pgd in the meantime on a different CPU. Always store the new ASCE to be picked up in entry.S.
[heiko.carstens@de.ibm.com]: Bug was introduced with git commit 53e857f30867 ("s390/mm,tlb: race of lazy TLB flush vs. recreation of TLB entries") and causes random crashes due to broken page tables being used.
Reported-by: Dominik Vogt <vogt@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|