All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: mm: dump: rework and fix
@ 2016-05-31 13:49 Mark Rutland
  2016-05-31 13:49 ` [PATCH 1/2] arm64: mm: dump: make page table dumping reusable Mark Rutland
  2016-05-31 13:49 ` [PATCH 2/2] arm64: mm: dump: log span level Mark Rutland
  0 siblings, 2 replies; 8+ messages in thread
From: Mark Rutland @ 2016-05-31 13:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Will,

Here are a couple of patches for the arm64 pagetable dump code.

The first patch is the final reusable ptdump patch, rebased to v4.7-rc1, as per
your request [1]. Other than the rebase, I have made no changes.

The second patch addresses an ambiguity in the dump output, in that we cannot
determine whether a span of block entries exists at the PGD, PUD, or PMD level.
It's logically unrelated to patch 1, and the two should apply independently,
but I've put them in a series so that I can call that out, and to avoid the
inevitable confusion with patches that appear to intersect.

I've given them both a spin on Juno R1 with v4.7-rc1 defconfig, fiddling with
the page size and number of levels. So far everything seems to work as
expected.

Thanks,
Mark.

[1] http://lkml.kernel.org/r/20160531132508.GJ24936 at arm.com

Mark Rutland (2):
  arm64: mm: dump: make page table dumping reusable
  arm64: mm: dump: log span level

 arch/arm64/include/asm/ptdump.h | 44 +++++++++++++++++++++++++++++++++++++++++
 arch/arm64/mm/dump.c            | 40 +++++++++++++++++++++++++------------
 2 files changed, 71 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm64/include/asm/ptdump.h

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-06-17 17:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-31 13:49 [PATCH 0/2] arm64: mm: dump: rework and fix Mark Rutland
2016-05-31 13:49 ` [PATCH 1/2] arm64: mm: dump: make page table dumping reusable Mark Rutland
2016-06-01  3:01   ` Huang Shijie
2016-06-01  9:58     ` Mark Rutland
2016-06-02  1:48       ` Huang Shijie
2016-06-17 17:18   ` Catalin Marinas
2016-05-31 13:49 ` [PATCH 2/2] arm64: mm: dump: log span level Mark Rutland
2016-06-01  2:39   ` Huang Shijie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.