Hi Mark On Thu, Aug 29, 2024 at 9:16 AM Mark Brown <broonie@xxxxxxxxxx> wrote: > > On Wed, Aug 28, 2024 at 10:55:22PM +0000, jeffxu@xxxxxxxxxxxx wrote: > > > Add more testcases and increase test coverage, e.g. add > > get_vma_size to check VMA size and prot bits. > > I think this needs to be split into multiple patches, for example the > new test cases done separately to the additions to the existing ones, > possibly as multiple patches (eg, should the size changes be split from > the prot ones?). The size check should go with prot., because it is part of verifying the sealed VMAs. I will split the patch into updating existing tests and adding new tests. Thanks -Jeff