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

2024-08-30 Thread Mark Wielaard
Hi Kuan-Ying, On Mon, 2024-08-19 at 17:43 +0800, Kuan-Ying Lee wrote: > On Sat, Aug 17, 2024 at 01:36:33AM +0200, Mark Wielaard wrote: > > 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

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 2/3] aarch64: Add NT_ARM_PAC_* regset

2024-08-16 Thread Mark Wielaard
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_pac_mask struct, so two 8 byte words. But for NT_ARM_PAC_ENABLED_KEYS I cannot

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

2024-08-14 Thread Kuan-Ying Lee
Add the NT_ARM_PAC_MASK and NT_ARM_PAC_ENABLED_KEYS for aarch64. Recognize and print the new core item. Signed-off-by: Kuan-Ying Lee --- backends/aarch64_corenote.c | 24 +++- libebl/eblcorenotetypename.c | 2 ++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git