On Mon, Sep 30, 2024 at 01:20:11PM +0200, Jiri Olsa wrote: > On Mon, Sep 30, 2024 at 09:17:23AM +0100, Alan Maguire wrote: > > This series is identical in effect to [1], it is simply applied > > on top of the "next" branch which now includes v2 of the series. > > > > Patch 1 fixes issues identified in code review around use of > > func->state, strncpy issues. > > > > Patch 2 speeds up the btf_functions.sh test by reducing the > > number of greps/pipes, shaving ~1 minute off execution time. > > > > [1] https://lore.kernel.org/dwarves/20240925091734.1943742-1-alan.maguire@xxxxxxxxxx/ > > > > Changes since v2: > > > > - fixed checks of func->state since it is always non-NULL and removed > > now-unneeded fields from dwarves.h; added assertions that either > > ELF or DWARF data is present for func encoding (Jiri, patch 1) > > lgtm > > Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx> Thanks, applied to next, - Arnaldo