Re: [PATCH v9 1/7] mseal sysmap: kernel config and header change

2025-03-05 Thread Jeff Xu
On Tue, Mar 4, 2025 at 9:57 PM Lorenzo Stoakes wrote: > > On Wed, Mar 05, 2025 at 05:54:24AM +, Lorenzo Stoakes wrote: > > On Wed, Mar 05, 2025 at 02:17:05AM +, jef...@chromium.org wrote: > > > From: Jeff Xu > > > > > > Provide infrastructure to mseal system mappings. Establish > > > two

Re: [PATCH v9 1/7] mseal sysmap: kernel config and header change

2025-03-04 Thread Lorenzo Stoakes
On Wed, Mar 05, 2025 at 05:54:24AM +, Lorenzo Stoakes wrote: > On Wed, Mar 05, 2025 at 02:17:05AM +, jef...@chromium.org wrote: > > From: Jeff Xu > > > > Provide infrastructure to mseal system mappings. Establish > > two kernel configs (CONFIG_MSEAL_SYSTEM_MAPPINGS, > > ARCH_SUPPORTS_MSEAL

Re: [PATCH v9 1/7] mseal sysmap: kernel config and header change

2025-03-04 Thread Lorenzo Stoakes
On Wed, Mar 05, 2025 at 02:17:05AM +, jef...@chromium.org wrote: > From: Jeff Xu > > Provide infrastructure to mseal system mappings. Establish > two kernel configs (CONFIG_MSEAL_SYSTEM_MAPPINGS, > ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS) and VM_SEALED_SYSMAP > macro for future patches. > > Signed

[PATCH v9 1/7] mseal sysmap: kernel config and header change

2025-03-04 Thread jeffxu
From: Jeff Xu Provide infrastructure to mseal system mappings. Establish two kernel configs (CONFIG_MSEAL_SYSTEM_MAPPINGS, ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS) and VM_SEALED_SYSMAP macro for future patches. Signed-off-by: Jeff Xu Reviewed-by: Kees Cook --- include/linux/mm.h | 10 ++