On Tue, May 28, 2024 at 01:24:06PM +0100, Alan Maguire wrote: > ...as this will allow split BTF modules with a base BTF > representation (rather than the full vmlinux BTF at time of > BTF encoding) to resolve their references to kernel types in a > way that is more resilient to small changes in kernel types. > > This will allow modules that are not built every time the kernel > is to provide more resilient BTF, rather than have it invalidated > every time BTF ids for core kernel types change. > > Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx> Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Luis