On Fri, Sep 5, 2025 at 9:45 AM Mykyta Yatsenko <mykyta.yatsenko5@xxxxxxxxx> wrote: > > From: Mykyta Yatsenko <yatsenko@xxxxxxxx> > > Reduce code duplication in detection of the known special field types in > map values. This refactoring helps to avoid copying a chunk of code in > the next patch of the series. > > Signed-off-by: Mykyta Yatsenko <yatsenko@xxxxxxxx> > --- > kernel/bpf/btf.c | 56 +++++++++++++++++------------------------------- > 1 file changed, 20 insertions(+), 36 deletions(-) > lgtm Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> [...]