All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next v2 0/4]mm: page_table_check: add support on arm64 and riscv
@ 2022-03-22 14:44 ` Tong Tiangen
  0 siblings, 0 replies; 36+ messages in thread
From: Tong Tiangen @ 2022-03-22 14:44 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H. Peter Anvin, Pasha Tatashin, Andrew Morton, Catalin Marinas,
	Will Deacon, Paul Walmsley, Palmer Dabbelt, Albert Ou
  Cc: linux-kernel, linux-mm, linux-arm-kernel, linux-riscv, Tong Tiangen

Page table check performs extra verifications at the time when new
pages become accessible from the userspace by getting their page
table entries (PTEs PMDs etc.) added into the table. It is supported
on X86[1].

This patchset made some simple changes and make it easier to support
new architecture, then we support this feature on ARM64 and RISCV.

[1]https://lore.kernel.org/lkml/20211123214814.3756047-1-pasha.tatashin@soleen.com/

v1 -> v2:
  1. Fix arm64's pte/pmd/pud_user_accessible_page() according to the the
     suggestions of Catalin.
  2. Also fix riscv's pte_pmd_pud_user_accessible_page(). 

Kefeng Wang (2):
  mm: page_table_check: move pxx_user_accessible_page into x86
  arm64: mm: add support for page table check

Tong Tiangen (2):
  mm: page_table_check: add hooks to public helpers
  riscv: mm: add support for page table check

 arch/arm64/Kconfig               |  1 +
 arch/arm64/include/asm/pgtable.h | 65 ++++++++++++++++++++++++---
 arch/riscv/Kconfig               |  1 +
 arch/riscv/include/asm/pgtable.h | 77 +++++++++++++++++++++++++++++---
 arch/x86/include/asm/pgtable.h   | 29 +++++++-----
 include/linux/pgtable.h          | 27 +++++++----
 mm/page_table_check.c            | 25 ++++-------
 7 files changed, 179 insertions(+), 46 deletions(-)

-- 
2.18.0.huawei.25


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2022-03-24  2:45 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22 14:44 [PATCH -next v2 0/4]mm: page_table_check: add support on arm64 and riscv Tong Tiangen
2022-03-22 14:44 ` Tong Tiangen
2022-03-22 14:44 ` Tong Tiangen
2022-03-22 14:44 ` [PATCH -next v2 1/4] mm: page_table_check: move pxx_user_accessible_page into x86 Tong Tiangen
2022-03-22 14:44   ` Tong Tiangen
2022-03-22 14:44   ` Tong Tiangen
2022-03-23 17:34   ` Pasha Tatashin
2022-03-23 17:34     ` Pasha Tatashin
2022-03-23 17:34     ` Pasha Tatashin
2022-03-22 14:44 ` [PATCH -next v2 2/4] mm: page_table_check: add hooks to public helpers Tong Tiangen
2022-03-22 14:44   ` Tong Tiangen
2022-03-22 14:44   ` Tong Tiangen
2022-03-23 17:42   ` Pasha Tatashin
2022-03-23 17:42     ` Pasha Tatashin
2022-03-23 17:42     ` Pasha Tatashin
2022-03-24  2:07     ` Tong Tiangen
2022-03-24  2:07       ` Tong Tiangen
2022-03-24  2:07       ` Tong Tiangen
2022-03-24  2:12       ` Pasha Tatashin
2022-03-24  2:12         ` Pasha Tatashin
2022-03-24  2:12         ` Pasha Tatashin
2022-03-24  2:44         ` Tong Tiangen
2022-03-24  2:44           ` Tong Tiangen
2022-03-24  2:44           ` Tong Tiangen
2022-03-22 14:44 ` [PATCH -next v2 3/4] arm64: mm: add support for page table check Tong Tiangen
2022-03-22 14:44   ` Tong Tiangen
2022-03-22 14:44   ` Tong Tiangen
2022-03-23 18:35   ` Pasha Tatashin
2022-03-23 18:35     ` Pasha Tatashin
2022-03-23 18:35     ` Pasha Tatashin
2022-03-22 14:44 ` [PATCH -next v2 4/4] riscv: " Tong Tiangen
2022-03-22 14:44   ` Tong Tiangen
2022-03-22 14:44   ` Tong Tiangen
2022-03-23 18:37   ` Pasha Tatashin
2022-03-23 18:37     ` Pasha Tatashin
2022-03-23 18:37     ` Pasha Tatashin

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.