[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/aarc

[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 3e2

[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/aarch64_corenot

[Bug debuginfod/32063] let debuginfod-find locate pre-installed (/usr/lib/.debug or similar) exec / .debug files

2024-08-14 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32063 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

Re: [PATCH] Prevent binaries in src from colliding with libc++ headers

2024-08-14 Thread Aaron Merey
Hi Tristan, On Fri, Aug 9, 2024 at 10:43 AM Tristan ross wrote: > > Well, that's great. Probably should use it instead since it's simpler. > > 日付:Fri, 09 Aug 2024 07:38:05 -0700 差出人:ame...@redhat.com > > (elfutils-devel CC'ed) > > On Fri, Aug 9, 2024 at 10:32 AM Tristan ross > wrote:

[PATCH 1/9] doc: Add elf32_checksum.3 and elf64_checksum.3

2024-08-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/elf32_checksum.3 | 47 doc/elf64_checksum.3 | 47 2 files changed, 94 insertions(+) create mode 100644 doc/elf32_checksum.3 create mode 100644 doc/elf64_checksum.3 diff

[PATCH 2/9] doc: Add elf32_fsize.3 and elf64_fsize.3

2024-08-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/elf32_fsize.3 | 59 +++ doc/elf64_fsize.3 | 59 +++ 2 files changed, 118 insertions(+) create mode 100644 doc/elf32_fsize.3 create mode 100644 doc/elf64_fsize.3 diff --git

[PATCH 4/9] doc: Add elf32_getphdr.3 and elf64_getphdr.3

2024-08-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/elf32_getphdr.3 | 45 + doc/elf64_getphdr.3 | 45 + 2 files changed, 90 insertions(+) create mode 100644 doc/elf32_getphdr.3 create mode 100644 doc/elf64_getphdr.3 diff --

[PATCH 6/9] doc: Add elf32_newehdr.3 and elf64_newehdr.3

2024-08-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/elf32_newehdr.3 | 53 + doc/elf64_newehdr.3 | 53 + 2 files changed, 106 insertions(+) create mode 100644 doc/elf32_newehdr.3 create mode 100644 doc/elf64_newehdr.3 diff -

[PATCH 7/9] doc: Add elf32_newphdr.3 and elf64_newphdr.3

2024-08-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/elf32_newphdr.3 | 62 + doc/elf64_newphdr.3 | 62 + 2 files changed, 124 insertions(+) create mode 100644 doc/elf32_newphdr.3 create mode 100644 doc/elf64_newphdr.3 diff -

[PATCH 5/9] doc: Add elf32_getshdr.3 and elf64_getshdr.3

2024-08-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/elf32_getshdr.3 | 46 + doc/elf64_getshdr.3 | 46 + 2 files changed, 92 insertions(+) create mode 100644 doc/elf32_getshdr.3 create mode 100644 doc/elf64_getshdr.3 diff --

[PATCH 3/9] doc: Add elf32_getchdr.3 and elf64_getchdr.3

2024-08-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/elf32_getchdr.3 | 48 + doc/elf64_getchdr.3 | 48 + 2 files changed, 96 insertions(+) create mode 100644 doc/elf32_getchdr.3 create mode 100644 doc/elf64_getchdr.3 diff --

[PATCH 9/9] doc: Add elf32_xlatetom.3 and elf64_xlatetom.3

2024-08-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/elf32_xlatetom.3 | 61 doc/elf64_xlatetom.3 | 61 2 files changed, 122 insertions(+) create mode 100644 doc/elf32_xlatetom.3 create mode 100644 doc/elf64_xlatetom.3 diff

[PATCH 8/9] doc: Add elf32_xlatetof.3 and elf64_xlatetof.3

2024-08-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/elf32_xlatetof.3 | 61 doc/elf64_xlatetof.3 | 61 2 files changed, 122 insertions(+) create mode 100644 doc/elf32_xlatetof.3 create mode 100644 doc/elf64_xlatetof.3 diff