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

2024-08-14 Thread Kuan-Ying Lee
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 Kuan-Ying Lee (3): aarch64: Add NT_ARM_TAGGED_ADDR_CTRL regset aarch64: Add NT_ARM_PAC_* regset aarch64: add some new core note types name backends

[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

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

2024-08-14 Thread Kuan-Ying Lee
Recognize names of some new core note types in ebl_core_note_type_name. Signed-off-by: Kuan-Ying Lee --- libebl/eblcorenotetypename.c | 3 +++ libelf/elf.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/libebl/eblcorenotetypename.c b/libebl/eblcorenotetypename.c index

[PATCH 1/3] aarch64: Add NT_ARM_TAGGED_ADDR_CTRL regset

2024-08-14 Thread Kuan-Ying Lee
Add the NT_ARM_TAGGED_ADDR_CTRL regset for aarch64. Recognize and print this new core itme. Signed-off-by: Kuan-Ying Lee --- backends/aarch64_corenote.c | 11 ++- libebl/eblcorenotetypename.c | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/backends

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

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