All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 pahole 0/2] fix two more DWARF/BTF discrepancies
@ 2019-02-26  1:19 Andrii Nakryiko
  2019-02-26  1:19 ` [PATCH v2 pahole 1/2] btf_loader: simplify fixup code by relying on BTF data more Andrii Nakryiko
  2019-02-26  1:19 ` [PATCH v2 pahole 2/2] btf_encoder: don't special case packed enums Andrii Nakryiko
  0 siblings, 2 replies; 4+ messages in thread
From: Andrii Nakryiko @ 2019-02-26  1:19 UTC (permalink / raw)
  To: acme, yhs, ast, dwarves, bpf, andrii.nakryiko; +Cc: Andrii Nakryiko

This patchset fixes two more issues where DWARF/BTF encoding/loading
produce different result:
  - patch #1 fixes incorrect handling of "unknown" base types;
  - patch #2 fixes incorrect handling of packed enums during encoding.

Andrii Nakryiko (2):
  btf_loader: simplify fixup code by relying on BTF data more
  btf_encoder: don't special case packed enums

 btf_encoder.c |  9 --------
 btf_loader.c  | 59 ++++++++++-----------------------------------------
 2 files changed, 11 insertions(+), 57 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-26 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-26  1:19 [PATCH v2 pahole 0/2] fix two more DWARF/BTF discrepancies Andrii Nakryiko
2019-02-26  1:19 ` [PATCH v2 pahole 1/2] btf_loader: simplify fixup code by relying on BTF data more Andrii Nakryiko
2019-02-26  1:19 ` [PATCH v2 pahole 2/2] btf_encoder: don't special case packed enums Andrii Nakryiko
2019-02-26 14:07   ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.