linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next 0/2] mm: fix some page table check related issues
@ 2022-05-17  7:45 Tong Tiangen
  2022-05-17  7:45 ` [PATCH -next 1/2] riscv/mm: fix two " Tong Tiangen
  2022-05-17  7:45 ` [PATCH -next 2/2] arm64/mm: fix page table check compile error for CONFIG_PGTABLE_LEVELS=2 Tong Tiangen
  0 siblings, 2 replies; 5+ messages in thread
From: Tong Tiangen @ 2022-05-17  7:45 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Paul Walmsley, Palmer Dabbelt,
	Palmer Dabbelt, Albert Ou, Arnd Bergmann
  Cc: linux-arm-kernel, linux-riscv, linux-arch, linux-kernel,
	Tong Tiangen, wangkefeng.wang, Guohanjun, Xie XiuQi

This patchset solves some ptc-related issues found recently.

Tong Tiangen (2):
  riscv/mm: fix two page table check related issues
  arm64/mm: fix page table check compile error for
    CONFIG_PGTABLE_LEVELS=2

 arch/arm64/include/asm/pgtable.h    | 33 +++++++++++++++--------------
 arch/riscv/include/asm/pgtable-64.h |  5 +++++
 arch/riscv/include/asm/pgtable.h    |  5 -----
 include/asm-generic/pgtable-nopmd.h |  2 ++
 4 files changed, 24 insertions(+), 21 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-18 17:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17  7:45 [PATCH -next 0/2] mm: fix some page table check related issues Tong Tiangen
2022-05-17  7:45 ` [PATCH -next 1/2] riscv/mm: fix two " Tong Tiangen
2022-05-17  7:45 ` [PATCH -next 2/2] arm64/mm: fix page table check compile error for CONFIG_PGTABLE_LEVELS=2 Tong Tiangen
2022-05-18 16:28   ` Catalin Marinas
2022-05-18 17:13     ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).