Hi Steve,
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_ARM_PAC_MASK info from the core and feeds
> it through
Hi,
On Wed, Aug 14, 2024 at 04:51:20PM +0800, Kuan-Ying Lee wrote:
> Recognize names of some new core note types in ebl_core_note_type_name.
Thanks. Pushed the eblcorenotetypename.c part.
I pushed a glibc elf.h sync separately (commit 0abdd2e79).
Cheers,
Mark
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
https://sourceware.org/bugzilla/show_bug.cgi?id=32063
Omar Sandoval changed:
What|Removed |Added
CC||osandov at osandov dot com
--- Commen
On Wed, Aug 14, 2024 at 04:51:18PM +0800, Kuan-Ying Lee wrote:
> Add the NT_ARM_TAGGED_ADDR_CTRL regset for aarch64.
> Recognize and print this new core itme.
Thanks, found the description (The corresponding regset is 1 element
of 8 bytes) here
https://docs.kernel.org/arch/arm64/memory-tagging-ext
* libelf/elf.h: Adds NT_ARM_{SSVE,ZA,ZT,FPRM}
Signed-off-by: Mark Wielaard
---
libelf/elf.h | 4
1 file changed, 4 insertions(+)
diff --git a/libelf/elf.h b/libelf/elf.h
index 081742a9c38c..33aea7f743b8 100644
--- a/libelf/elf.h
+++ b/libelf/elf.h
@@ -831,6 +831,10 @@ typedef struc
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
This look good. Thanks. For elf.h we try to keep it in sync with the
glibc elf/
On Fri, Aug 02, 2024 at 07:38:05PM -0400, Aaron Merey wrote:
> From: Heather McIntyre
>
> * libdw/dwarf_formref_die.c (dwarf_formref_die): Add locking
> around call to __libdw_intern_next_unit.
> * libdw/libdwP.h (__libdw_dieabbrev): Add locking.
>
> Signed-off-by: Heather
Hi,
On Fri, Aug 02, 2024 at 07:38:07PM -0400, Aaron Merey wrote:
> From: Heather McIntyre
>
> * libdw/libdw_findcu.c (__libdw_findcu): Add locking.
>
> Signed-off-by: Heather S. McIntyre
> Signed-off-by: Aaron Merey
> Signed-off-by: Mark Wielaard
>
> ---
> v3 changes:
> Fix indentatio
Hi,
On Fri, Aug 02, 2024 at 07:38:06PM -0400, Aaron Merey wrote:
> From: Heather McIntyre
>
> * libdw/libdwP.h (struct Dwarf_CU): Add split_lock.
> * libdw/libdw_find_split_unit.c (__libdw_find_split_unit):
> Add locking.
>
> Signed-off-by: Heather S. McIntyre
> Signed-off-
Hi,
On Fri, 2024-08-02 at 19:38 -0400, Aaron Merey wrote:
> From: Heather McIntyre
>
> * tests/eu_search_cfi.c: New file.
> * tests/eu_search_die.c: New file.
> * tests/eu_search_lines.c: New file.
> * tests/eu_search_macros.c: New file.
> * tests/run-eu-s
On Fri, 2024-08-02 at 19:38 -0400, Aaron Merey wrote:
> From: Heather McIntyre
>
> * libdw/dwarf_getalt.c (dwarf_getalt): Add locking.
> * libdw/dwarf_setalt.c (dwarf_setalt): Ditto.
>
> Signed-off-by: Heather S. McIntyre
> Signed-off-by: Aaron Merey
> Signed-off-by: Mark Wielaard
Hi Aaron,
On Fri, 2024-08-02 at 19:38 -0400, Aaron Merey wrote:
> From: Heather McIntyre
>
> Add dwarf_lock for Dwarf as well as abbrev_lock for Dwarf_CU.
>
> * libdw/dwarf_begin_elf.c (dwarf_begin_elf): Init dwarf_lock.
> * libdw/dwarf_end.c (cu_free): Free abbrev_lock.
> (dw
13 matches
Mail list logo