Re: [PATCH v2 0/4] Increase mseal test coverage

2024-08-30 Thread Jeff Xu
Hi Pedro On Fri, Aug 30, 2024 at 5:31 AM Pedro Falcato wrote: > > On Thu, Aug 29, 2024 at 09:43:48PM 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

Re: [PATCH v2 0/4] Increase mseal test coverage

2024-08-30 Thread Pedro Falcato
On Thu, Aug 29, 2024 at 09:43:48PM 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 dif

[PATCH v2 0/4] Increase mseal test coverage

2024-08-29 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