On Thu, 6 Aug 2026 11:08:50 +0800 Hongfu Li <[email protected]> wrote:
> From: Hongfu Li <[email protected]> > > mseal_test main() invokes test_seal_mprotect_two_vma_with_gap() twice. > The second run repeats all assertions with no benefit. Drop the > duplicate call. Good eyes, thank you for fixing this! > > Signed-off-by: Hongfu Li <[email protected]> > Reviewed-by: Lorenzo Stoakes (ARM) <[email protected]> > Acked-by: David Hildenbrand (Arm) <[email protected]> Reviewed-by: SJ Park <[email protected]> > --- > v2: > - update ksft_set_plan(88) to 87 to match the actual number of tests > after removing the duplicate call. I wonder if there could be an automated way for this. Obviously not a question to the author but just my loud thought. Thanks, SJ [...]

