Re: [RFC PATCH v2 8/8] clavis: Introduce new LSM called clavis

2024-06-10 Thread Randy Dunlap
Hi Eric, On 5/30/24 5:39 PM, Eric Snowberg wrote: > > Signed-off-by: Eric Snowberg > --- > Documentation/admin-guide/LSM/clavis.rst | 198 +++ > MAINTAINERS | 7 + > crypto/asymmetric_keys/signature.c | 4 + > include/linux/lsm_hook_def

Re: [PATCH] crypto: arm/crc32 - add kCFI annotations to asm routines

2024-06-10 Thread Kees Cook
On Mon, Jun 10, 2024 at 05:26:39PM +0200, Ard Biesheuvel wrote: > From: Ard Biesheuvel > > The crc32/crc32c implementations using the scalar CRC32 instructions are > accessed via indirect calls, and so they must be annotated with type ids > in order to execute correctly when kCFI is enabled. > >

[PATCH] crypto: arm/crc32 - add kCFI annotations to asm routines

2024-06-10 Thread Ard Biesheuvel
From: Ard Biesheuvel The crc32/crc32c implementations using the scalar CRC32 instructions are accessed via indirect calls, and so they must be annotated with type ids in order to execute correctly when kCFI is enabled. Cc: Kees Cook Cc: Linus Walleij Signed-off-by: Ard Biesheuvel --- arch/ar