Re: [PATCH v3 0/5] Increase mseal test coverage

2024-08-30 Thread Lorenzo Stoakes
On Fri, Aug 30, 2024 at 06:02:32PM GMT, jef...@chromium.org wrote: > From: Jeff Xu > > This series increase the test coverage of mseal_test by: > > Add check for vma_size, prot, and error code for existing tests. > Add more testcases for madvise, munmap, mmap and mremap to cover > sealing in diffe

[PATCH v3 0/5] Increase mseal test coverage

2024-08-30 Thread jeffxu
From: Jeff Xu This series increase the test coverage of mseal_test by: Add check for vma_size, prot, and error code for existing tests. Add more testcases for madvise, munmap, mmap and mremap to cover sealing in different scenarios. The increase test coverage hopefully help to prevent future re