Re: [PATCH v8 7/7] selftest: test system mappings are sealed.

2025-03-04 Thread Jeff Xu
On Mon, Mar 3, 2025 at 12:20 PM Jeff Xu wrote: > > On Mon, Mar 3, 2025 at 9:01 AM Kees Cook wrote: > > > > On Mon, Mar 03, 2025 at 05:09:21AM +, jef...@chromium.org wrote: > > > From: Jeff Xu > > > > > > Add sysmap_is_sealed.c to test system mappings are sealed. > > > > > > Note: CONFIG_MSEA

Re: [PATCH v8 7/7] selftest: test system mappings are sealed.

2025-03-03 Thread Jeff Xu
On Mon, Mar 3, 2025 at 9:01 AM Kees Cook wrote: > > On Mon, Mar 03, 2025 at 05:09:21AM +, jef...@chromium.org wrote: > > From: Jeff Xu > > > > Add sysmap_is_sealed.c to test system mappings are sealed. > > > > Note: CONFIG_MSEAL_SYSTEM_MAPPINGS must be set, as indicated in > > config file. >

Re: [PATCH v8 7/7] selftest: test system mappings are sealed.

2025-03-03 Thread Jeff Xu
On Mon, Mar 3, 2025 at 8:43 AM Lorenzo Stoakes wrote: > > On Mon, Mar 03, 2025 at 12:08:49PM +, Lorenzo Stoakes wrote: > > > > On Mon, Mar 03, 2025 at 05:09:21AM +, jef...@chromium.org wrote: > > > From: Jeff Xu > > > > > > Add sysmap_is_sealed.c to test system mappings are sealed. > > >

Re: [PATCH v8 7/7] selftest: test system mappings are sealed.

2025-03-03 Thread Lorenzo Stoakes
On Mon, Mar 03, 2025 at 08:47:13AM -0800, Kees Cook wrote: > On Mon, Mar 03, 2025 at 12:08:49PM +, Lorenzo Stoakes wrote: > > > > On Mon, Mar 03, 2025 at 05:09:21AM +, jef...@chromium.org wrote: > > > From: Jeff Xu > > > > > > Add sysmap_is_sealed.c to test system mappings are sealed. > >

Re: [PATCH v8 7/7] selftest: test system mappings are sealed.

2025-03-03 Thread Kees Cook
On Mon, Mar 03, 2025 at 05:09:21AM +, jef...@chromium.org wrote: > From: Jeff Xu > > Add sysmap_is_sealed.c to test system mappings are sealed. > > Note: CONFIG_MSEAL_SYSTEM_MAPPINGS must be set, as indicated in > config file. > > Signed-off-by: Jeff Xu > --- > .../mseal_system_mappings/.

Re: [PATCH v8 7/7] selftest: test system mappings are sealed.

2025-03-03 Thread Kees Cook
On Mon, Mar 03, 2025 at 04:43:47PM +, Lorenzo Stoakes wrote: > On Mon, Mar 03, 2025 at 12:08:49PM +, Lorenzo Stoakes wrote: > > > > On Mon, Mar 03, 2025 at 05:09:21AM +, jef...@chromium.org wrote: > > > From: Jeff Xu > > > > > > Add sysmap_is_sealed.c to test system mappings are sealed

Re: [PATCH v8 7/7] selftest: test system mappings are sealed.

2025-03-03 Thread Kees Cook
On Mon, Mar 03, 2025 at 12:08:49PM +, Lorenzo Stoakes wrote: > > On Mon, Mar 03, 2025 at 05:09:21AM +, jef...@chromium.org wrote: > > From: Jeff Xu > > > > Add sysmap_is_sealed.c to test system mappings are sealed. > > > > Note: CONFIG_MSEAL_SYSTEM_MAPPINGS must be set, as indicated in >

Re: [PATCH v8 7/7] selftest: test system mappings are sealed.

2025-03-03 Thread Lorenzo Stoakes
On Mon, Mar 03, 2025 at 12:08:49PM +, Lorenzo Stoakes wrote: > > On Mon, Mar 03, 2025 at 05:09:21AM +, jef...@chromium.org wrote: > > From: Jeff Xu > > > > Add sysmap_is_sealed.c to test system mappings are sealed. > > > > Note: CONFIG_MSEAL_SYSTEM_MAPPINGS must be set, as indicated in > >

Re: [PATCH v8 7/7] selftest: test system mappings are sealed.

2025-03-03 Thread Lorenzo Stoakes
On Mon, Mar 03, 2025 at 05:09:21AM +, jef...@chromium.org wrote: > From: Jeff Xu > > Add sysmap_is_sealed.c to test system mappings are sealed. > > Note: CONFIG_MSEAL_SYSTEM_MAPPINGS must be set, as indicated in > config file. > > Signed-off-by: Jeff Xu We do need to add this to the genera

[PATCH v8 7/7] selftest: test system mappings are sealed.

2025-03-02 Thread jeffxu
From: Jeff Xu Add sysmap_is_sealed.c to test system mappings are sealed. Note: CONFIG_MSEAL_SYSTEM_MAPPINGS must be set, as indicated in config file. Signed-off-by: Jeff Xu --- .../mseal_system_mappings/.gitignore | 2 + .../selftests/mseal_system_mappings/Makefile | 6 + .../se