Re: [RFC PATCH v5 1/4] mseal: Wire up mseal syscall

2024-01-09 Thread Jeff Xu
On Tue, Jan 9, 2024 at 10:32 AM Geert Uytterhoeven wrote: > > Hi Jeff, > > On Tue, Jan 9, 2024 at 4:46 PM wrote: > > From: Jeff Xu > > > > Wire up mseal syscall for all architectures. > > > > Signed-off-by: Jeff Xu > > Thanks for the update! > > > --- a/arch/m68k/kernel/syscalls/syscall.tbl > >

Re: [RFC PATCH v5 1/4] mseal: Wire up mseal syscall

2024-01-09 Thread Geert Uytterhoeven
Hi Jeff, On Tue, Jan 9, 2024 at 4:46 PM wrote: > From: Jeff Xu > > Wire up mseal syscall for all architectures. > > Signed-off-by: Jeff Xu Thanks for the update! > --- a/arch/m68k/kernel/syscalls/syscall.tbl > +++ b/arch/m68k/kernel/syscalls/syscall.tbl > @@ -456,3 +456,4 @@ > 454common

[RFC PATCH v5 1/4] mseal: Wire up mseal syscall

2024-01-09 Thread jeffxu
From: Jeff Xu Wire up mseal syscall for all architectures. Signed-off-by: Jeff Xu --- arch/alpha/kernel/syscalls/syscall.tbl | 1 + arch/arm/tools/syscall.tbl | 1 + arch/arm64/include/asm/unistd.h | 2 +- arch/arm64/include/asm/unistd32.h | 2 ++ ar