mbox series

[PATCHv2,0/2] Fixups for LDT remap placement change

Message ID 20181130202328.65359-1-kirill.shutemov@linux.intel.com (mailing list archive)
Headers show
Series Fixups for LDT remap placement change | expand

Message

Kirill A . Shutemov Nov. 30, 2018, 8:23 p.m. UTC
There's a couple fixes for the recent LDT remap placement change.

The first patch fixes crash when kernel booted as Xen dom0.

The second patch fixes address space markers in dump_pagetables output.
It's purely cosmetic change, backporting to the stable tree is optional.

v2:
 - Fix typo

Kirill A. Shutemov (2):
  x86/mm: Fix guard hole handling
  x86/dump_pagetables: Fix LDT remap address marker

 arch/x86/include/asm/pgtable_64_types.h |  5 +++++
 arch/x86/mm/dump_pagetables.c           | 15 ++++++---------
 arch/x86/xen/mmu_pv.c                   | 11 ++++++-----
 3 files changed, 17 insertions(+), 14 deletions(-)

Comments

Kirill A . Shutemov Dec. 10, 2018, 1:09 p.m. UTC | #1
On Fri, Nov 30, 2018 at 08:23:26PM +0000, Kirill A. Shutemov wrote:
> There's a couple fixes for the recent LDT remap placement change.

Ping?