[Bug backends/30628] New: bpf: relocations are outdated in elfutils

2023-07-11 Thread jose.marchesi at oracle dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30628

Bug ID: 30628
   Summary: bpf: relocations are outdated in elfutils
   Product: elfutils
   Version: unspecified
Status: NEW
  Severity: normal
  Priority: P2
 Component: backends
  Assignee: unassigned at sourceware dot org
  Reporter: jose.marchesi at oracle dot com
CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

The BPF relocations in elfutils (bpf_reloc.def) are outdated and do not reflect
the current set of relocations supported in the architecture.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug backends/30629] New: bpf: complete BPF disassembler in elfutils

2023-07-11 Thread jose.marchesi at oracle dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30629

Bug ID: 30629
   Summary: bpf: complete BPF disassembler in elfutils
   Product: elfutils
   Version: unspecified
Status: NEW
  Severity: normal
  Priority: P2
 Component: backends
  Assignee: unassigned at sourceware dot org
  Reporter: jose.marchesi at oracle dot com
CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

The elfutils BPF disassembler is incomplete and it only emits the pseudo-C
assembly dialect, but not the conventional BPF assembler that is used by the
GNU toolchain.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug tools/28495] Add support for SHT_RELR to eu-readelf

2023-07-11 Thread ajax at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28495

Adam Jackson  changed:

   What|Removed |Added

 CC||ajax at redhat dot com

--- Comment #3 from Adam Jackson  ---
SHT_RELR is shipping now:

datura:~% rpm -q glibc elfutils 
glibc-2.37-4.fc38.x86_64
elfutils-0.189-3.fc38.x86_64

datura:~% eu-readelf -a /usr/lib64/libc.so.6 | grep -m 1 -F .relr.dyn
[13] .relr.dyn: 19 00025180 00025180 0108  8 A
 0   0  8

-- 
You are receiving this mail because:
You are on the CC list for the bug.