On Thu, Jan 09, 2025 at 06:38:57PM +0000, Ihor Solodrai wrote: > On Thursday, January 9th, 2025 at 10:32 AM, Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote: > > > > > > > On Tue, Jan 07, 2025 at 07:08:59PM +0000, Ihor Solodrai wrote: > > > > > This is v4 of the series aiming to speed up parallel reproducible BTF > > > encoding. This version mostly addresses feedback from Jiri Olsa on v3. > > > > > > b4 is having trouble with this series, I'm trying to cherry pick > > things... > > Sorry, I think I messed up some patches with manual changes before submitting. > I'll resend a clean series in a bit. Better now: ⬢ [acme@toolbox pahole]$ b4 am -ctsl --cc-trailers 20250109185950.653110-2-ihor.solodrai@xxxxx Grabbing thread from lore.kernel.org/all/20250109185950.653110-2-ihor.solodrai@xxxxx/t.mbox.gz Checking for newer revisions Grabbing search results from lore.kernel.org Analyzing 15 messages in the thread Looking for additional code-review trailers on lore.kernel.org Checking attestation on all messages, may take a moment... --- ✗ [PATCH v4 1/10] btf_encoder: simplify function encoding + Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> (✗ DKIM/gmail.com) + Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx> (✗ DKIM/gmail.com) + Link: https://lore.kernel.org/r/20250109185950.653110-2-ihor.solodrai@xxxxx + Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> ✗ [PATCH v4 2/10] btf_encoder: free encoder->secinfo in btf_encoder__delete + Link: https://lore.kernel.org/r/20250109185950.653110-3-ihor.solodrai@xxxxx + Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> ✗ [PATCH v4 3/10] btf_encoder: separate elf function, saved function representations + Link: https://lore.kernel.org/r/20250109185950.653110-4-ihor.solodrai@xxxxx + Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> ✗ [PATCH v4 4/10] btf_encoder: introduce elf_functions struct type + Link: https://lore.kernel.org/r/20250109185950.653110-5-ihor.solodrai@xxxxx + Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> ✗ [PATCH v4 5/10] btf_encoder: introduce elf_functions_list + Link: https://lore.kernel.org/r/20250109185950.653110-6-ihor.solodrai@xxxxx + Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> ✗ [PATCH v4 6/10] btf_encoder: remove skip_encoding_inconsistent_proto + Link: https://lore.kernel.org/r/20250109185950.653110-7-ihor.solodrai@xxxxx + Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> ✗ [PATCH v4 7/10] dwarf_loader: introduce cu->id + Link: https://lore.kernel.org/r/20250109185950.653110-8-ihor.solodrai@xxxxx + Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> ✗ [PATCH v4 8/10] dwarf_loader: multithreading with a job/worker model + Link: https://lore.kernel.org/r/20250109185950.653110-9-ihor.solodrai@xxxxx + Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> ✗ [PATCH v4 9/10] btf_encoder: clean up global encoders list + Link: https://lore.kernel.org/r/20250109185950.653110-10-ihor.solodrai@xxxxx + Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> ✗ [PATCH v4 10/10] btf_encoder: switch func_states from a list to an array + Link: https://lore.kernel.org/r/20250109185950.653110-11-ihor.solodrai@xxxxx + Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> --- ✗ BADSIG: DKIM/pm.me --- Total patches: 10 --- Cover: ./v4_20250109_ihor_solodrai_pahole_faster_reproducible_btf_encoding.cover Link: https://lore.kernel.org/r/20250109185950.653110-1-ihor.solodrai@xxxxx Base: not specified git am ./v4_20250109_ihor_solodrai_pahole_faster_reproducible_btf_encoding.mbx ⬢ [acme@toolbox pahole]$ git am ./v4_20250109_ihor_solodrai_pahole_faster_reproducible_btf_encoding.mbx Applying: btf_encoder: simplify function encoding Applying: btf_encoder: free encoder->secinfo in btf_encoder__delete Applying: btf_encoder: separate elf function, saved function representations Applying: btf_encoder: introduce elf_functions struct type Applying: btf_encoder: introduce elf_functions_list Applying: btf_encoder: remove skip_encoding_inconsistent_proto Applying: dwarf_loader: introduce cu->id Applying: dwarf_loader: multithreading with a job/worker model Applying: btf_encoder: clean up global encoders list Applying: btf_encoder: switch func_states from a list to an array ⬢ [acme@toolbox pahole]$