[Bug libelf/32102] elf_compress doesn't handle multiple Elf_Data chunks created with elf_newdata correctly

2024-08-19 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32102 Mark Wielaard changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug libelf/32102] New: elf_compress doesn't handle multiple Elf_Data chunks created with elf_newdata correctly

2024-08-19 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32102 Bug ID: 32102 Summary: elf_compress doesn't handle multiple Elf_Data chunks created with elf_newdata correctly Product: elfutils Version: unspecified Status: NEW

Re: [PATCH 5/5] libdwfl, aarch64: Read PAC mask from core

2024-08-19 Thread Steve Capper
On 17/08/2024 01:13, Mark Wielaard wrote: Hi Steve, Hey Mark, On Fri, Jun 14, 2024 at 03:47:19PM +0100, Steve Capper wrote: We need to read the PAC mask from a core file when debugging offline as the information is still needed to demangle return addresses. This commit pulls out the NT_

Re: [PATCH 2/3] aarch64: Add NT_ARM_PAC_* regset

2024-08-19 Thread Kuan-Ying Lee
On Sat, Aug 17, 2024 at 01:36:33AM +0200, Mark Wielaard wrote: > Hi, > > On Wed, Aug 14, 2024 at 04:51:19PM +0800, Kuan-Ying Lee wrote: > > Add the NT_ARM_PAC_MASK and NT_ARM_PAC_ENABLED_KEYS for aarch64. > > Recognize and print the new core item. > > For NT_ARM_PAC_MASK it looks like the user_pa

Re: [PATCH 0/3] aarch64: add some core note types name

2024-08-19 Thread Kuan-Ying Lee
On Sat, Aug 17, 2024 at 12:47:03AM +0200, Mark Wielaard wrote: > Hi, > > On Wed, Aug 14, 2024 at 04:51:17PM +0800, Kuan-Ying Lee wrote: > > Patch 1: > > - Add MTE related regset in core note > > Patch 2: > > - Add PAC related regset in core note > > Patch 3: > > - Add some core note types name