On Wed, Oct 23, 2024 at 12:41:33PM +0100, Alan Maguire wrote: > hey Arnaldo > > > > On 17/10/2024 21:27, Arnaldo Carvalho de Melo wrote: > > On Thu, Oct 17, 2024 at 10:24:32AM +0100, Alan Maguire wrote: > >> Among other things, this helps simplify tests/btf_functions.sh. > > > > Thanks, applied both patches. > > > > I'm still not seeing those patches in the next tree; is it possible they > got lost in the flurry of changes? Thanks! It was on my office machine: b77d88003eb53fa1 (HEAD -> master) btf_encoder: Use the ELF_C_READ_MMAP mode with elf_begin() 11b59c00770dbe26 tests/btf_functions: Redirect stderr for pfunct --format_path=btf 0ee47254eae5ae26 btf_loader: Send warnings to stderr e91433cb3bb5bf58 tests: Use PAHOLE_LANG_EXCLUDE=rust to skip Rust CUs 97f2f7ba05508273 pfunct: Use languages__init() to honour PAHOLE_LANG_EXCLUDE cbb1149c4eaf01b1 languages: Introduce languages__cu_filtered() from pahole's cu__filter() fa7458521b6e421f languages: Use PAHOLE_LANG_EXCLUDE env var if present, as a fallback 1f25386486e4d7b5 languages: Introduce language__init() 8fc09fd3315ce934 core: Adopt the languages__parse(), languages__in() and 'struct languages' from pahole b9a0283d24fe31c5 languages: Start making 'struct languages' a class ⬢ [acme@toolbox pahole]$ I'm doing some tests and pushing it out to next. - Arnaldo