Couple of changes for v4.18. One fix for a non-critical bug and the new
kernel command line option to disable 5-level paging.

Kirill A. Shutemov (2):
  x86/boot/compressed/64: Fix trampoline page table address calculation
  x86/mm: Introduce 'no5lvl' kernel parameter

 Documentation/admin-guide/kernel-parameters.txt |  3 +++
 arch/x86/boot/compressed/cmdline.c              |  2 +-
 arch/x86/boot/compressed/head_64.S              |  1 +
 arch/x86/boot/compressed/pgtable_64.c           | 14 +++++++++++---
 arch/x86/kernel/cpu/common.c                    |  6 ++++++
 arch/x86/kernel/head64.c                        | 10 ++++++----
 6 files changed, 28 insertions(+), 8 deletions(-)

-- 
2.17.0

Reply via email to