The patch titled Subject: mseal sysmap: add arch-support txt has been added to the -mm mm-unstable branch. Its filename is mseal-sysmap-add-arch-support-txt.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mseal-sysmap-add-arch-support-txt.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: jeffxu@xxxxxxxxxxxx Subject: mseal sysmap: add arch-support txt Date: Fri, 21 Mar 2025 03:26:27 +0000 Add Documentation/features/core/mseal_sys_mappings/arch-support.txt Link: https://lkml.kernel.org/r/20250321032627.4147562-2-jeffxu@xxxxxxxxxx Signed-off-by: Jeff Xu <jeffxu@xxxxxxxxxxxx> Cc: Alexander Gordeev <agordeev@xxxxxxxxxxxxx> Cc: Christian Borntraeger <borntraeger@xxxxxxxxxxxxx> Cc: Eric Dumaze <edumazet@xxxxxxxxxx> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: guoweikang <guoweikang.kernel@xxxxxxxxx> Cc: Heiko Carstens <hca@xxxxxxxxxxxxx> Cc: Kevin Brodsky <kevin.brodsky@xxxxxxx> Cc: Liam Howlett <liam.howlett@xxxxxxxxxx> Cc: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Cc: Meghana Malladi <m-malladi@xxxxxx> Cc: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx> Cc: Sven Schnelle <svens@xxxxxxxxxxxxx> Cc: Thomas WeiÃ?schuh <thomas.weissschuh@xxxxxxxxxxxxx> Cc: Vasily Gorbik <gor@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/features/core/mseal_sys_mappings/arch-support.txt | 30 ++++++++++ 1 file changed, 30 insertions(+) diff --git a/Documentation/features/core/mseal_sys_mappings/arch-support.txt a/Documentation/features/core/mseal_sys_mappings/arch-support.txt new file mode 100644 --- /dev/null +++ a/Documentation/features/core/mseal_sys_mappings/arch-support.txt @@ -0,0 +1,30 @@ +# +# Feature name: mseal-system-mappings +# Kconfig: ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS +# description: arch supports mseal system mappings +# + ----------------------- + | arch |status| + ----------------------- + | alpha: | TODO | + | arc: | TODO | + | arm: | N/A | + | arm64: | ok | + | csky: | TODO | + | hexagon: | N/A | + | loongarch: | TODO | + | m68k: | TODO | + | microblaze: | N/A | + | mips: | TODO | + | nios2: | TODO | + | openrisc: | N/A | + | parisc: | TODO | + | powerpc: | TODO | + | riscv: | TODO | + | s390: | ok | + | sh: | N/A | + | sparc: | TODO | + | um: | TODO | + | x86: | ok | + | xtensa: | TODO | + ----------------------- _ Patches currently in -mm which might be from jeffxu@xxxxxxxxxxxx are mseal-sysmap-kernel-config-and-header-change.patch selftests-x86-test_mremap_vdso-skip-if-vdso-is-msealed.patch mseal-sysmap-enable-x86-64.patch mseal-sysmap-enable-arm64.patch mseal-sysmap-uprobe-mapping.patch mseal-sysmap-update-msealrst.patch selftest-test-system-mappings-are-sealed.patch mseal-sysmap-add-arch-support-txt.patch