diff options
author | Joerg Roedel <[email protected]> | 2018-04-19 20:26:00 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2018-04-20 11:52:00 +0200 |
commit | 05189820da23fc87ee2a7d87c20257f298af27f4 (patch) | |
tree | 16d58f879aa85e8cd404b402f425d355569661dc /lib/memory-notifier-error-inject.c | |
parent | d6ef1f194b7569af8b8397876dc9ab07649d63cb (diff) |
x86/power/64: Fix page-table setup for temporary text mapping
On a system with 4-level page-tables there is no p4d, so the pud in the pgd
should be mapped. The old code before commit fb43d6cb91ef already did that.
The change from above commit causes an invalid page-table which causes
undefined behavior. In one report it caused triple faults.
Fix it by changing the p4d back to pud.
Fixes: fb43d6cb91ef ('x86/mm: Do not auto-massage page protections')
Reported-by: Borislav Petkov <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Tested-by: Michal Kubecek <[email protected]>
Tested-by: Borislav Petkov <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Dave Hansen <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions