Re: [PATCH 0/5] Enable PAC support in elfutils

2024-08-22 Thread Steve Capper
On 21/08/2024 00:34, Mark Wielaard wrote: Hi Steve, Hey Mark, On Fri, Jun 14, 2024 at 03:47:14PM +0100, Steve Capper wrote: This series enables Pointer Authentication (PAC) support in elfutils. The first four patches were originally posted by German Gomez. I've rebased to the latest elf

Re: [PATCH 0/5] Enable PAC support in elfutils

2024-08-20 Thread Mark Wielaard
Hi Steve, On Fri, Jun 14, 2024 at 03:47:14PM +0100, Steve Capper wrote: > This series enables Pointer Authentication (PAC) support in elfutils. > > The first four patches were originally posted by German Gomez. I've > rebased to the latest elfutils and added an extra patch that was > required to

[PATCH 0/5] Enable PAC support in elfutils

2024-06-14 Thread Steve Capper
Hello, This series enables Pointer Authentication (PAC) support in elfutils. The first four patches were originally posted by German Gomez. I've rebased to the latest elfutils and added an extra patch that was required to debug core dumps from PAC enabled applications. These patches were tested o