Message ID | 20250321032627.4147562-2-jeffxu@google.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | mseal sysmap: add arch-support txt | expand |
Hi Jeff, On Fri, 21 Mar 2025 at 04:26, <jeffxu@chromium.org> wrote: > From: Jeff Xu <jeffxu@chromium.org> > > Add Documentation/features/core/mseal_sys_mappings/arch-support.txt > > Signed-off-by: Jeff Xu <jeffxu@chromium.org> Thanks for your patch! > --- /dev/null > +++ b/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 | N/A (32-bit only) > + | arm: | N/A | > + | arm64: | ok | > + | csky: | TODO | N/A (32-bit only) > + | hexagon: | N/A | > + | loongarch: | TODO | > + | m68k: | TODO | N/A (32-bit only) > + | microblaze: | N/A | > + | mips: | TODO | > + | nios2: | TODO | N/A (32-bit only) > + | openrisc: | N/A | > + | parisc: | TODO | > + | powerpc: | TODO | > + | riscv: | TODO | > + | s390: | ok | > + | sh: | N/A | > + | sparc: | TODO | > + | um: | TODO | > + | x86: | ok | > + | xtensa: | TODO | N/A (32-bit only) > + ----------------------- > -- > 2.49.0.395.g12beb8f557-goog Gr{oetje,eeting}s, Geert
Hi Geert On Mon, Mar 24, 2025 at 2:03 AM Geert Uytterhoeven <geert@linux-m68k.org> wrote: > > Hi Jeff, > > On Fri, 21 Mar 2025 at 04:26, <jeffxu@chromium.org> wrote: > > From: Jeff Xu <jeffxu@chromium.org> > > > > Add Documentation/features/core/mseal_sys_mappings/arch-support.txt > > > > Signed-off-by: Jeff Xu <jeffxu@chromium.org> > > Thanks for your patch! > > > --- /dev/null > > +++ b/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 | > > N/A (32-bit only) > > > + | arm: | N/A | > > + | arm64: | ok | > > + | csky: | TODO | > > N/A (32-bit only) > > > + | hexagon: | N/A | > > + | loongarch: | TODO | > > + | m68k: | TODO | > > N/A (32-bit only) > > > + | microblaze: | N/A | > > + | mips: | TODO | > > + | nios2: | TODO | > > N/A (32-bit only) > > > + | openrisc: | N/A | > > + | parisc: | TODO | > > + | powerpc: | TODO | > > + | riscv: | TODO | > > + | s390: | ok | > > + | sh: | N/A | > > + | sparc: | TODO | > > + | um: | TODO | > > + | x86: | ok | > > + | xtensa: | TODO | > > N/A (32-bit only) > > > + ----------------------- > > -- > > 2.49.0.395.g12beb8f557-goog > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > Thanks for your expertise! I'll send V3 . -Jeff > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds
diff --git a/Documentation/features/core/mseal_sys_mappings/arch-support.txt b/Documentation/features/core/mseal_sys_mappings/arch-support.txt new file mode 100644 index 000000000000..433c71a2d007 --- /dev/null +++ b/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 | + -----------------------