On Thu, 2024-06-13 at 10:50 +0100, Alan Maguire wrote: > Ensure relocated BTF looks as expected; in this case identical to > original split BTF, with a few duplicate anonymous types added to > split BTF by the relocation process. Also add relocation tests > for edge cases like missing type in base BTF and multiple types > of the same name. > > Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx> > Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> > --- [...] > +/* ensure we can cope with multiple types with the same name in > + * distilled base BTF. In this case because sizes are different, > + * we can still disambiguate them. > + */ > +static void test_distilled_base_multi(void) Thank you for adding these tests. [...]