Show patches with: Submitter = Szabolcs Nagy       |    State = Action Required       |    Archived = No       |   503 patches
« 1 2 3 45 6 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,1/2] malloc: Fix a realloc crash with heap tagging [BZ 27468] malloc: split the mtag realloc fix patch - - 1 - --- 2021-03-11 Szabolcs Nagy New
[16/16] aarch64: Optimize __libc_mtag_tag_zero_region memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[15/16] aarch64: Optimize __libc_mtag_tag_region memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[14/16] aarch64: inline __libc_mtag_new_tag memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[13/16] aarch64: inline __libc_mtag_address_get_tag memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[12/16] malloc: Use mtag_enabled instead of USE_MTAG memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[11/16] malloc: Use branches instead of mtag_granule_mask memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[10/16] malloc: Change calloc when tagging is disabled memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[09/16] malloc: Only support zeroing and not arbitrary memset with mtag memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[08/16] malloc: Use global flag instead of function pointer dispatch for mtag memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[07/16] malloc: Refactor TAG_ macros to avoid indirection memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[06/16] malloc: Ensure the generic mtag hooks are not used memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[05/16] malloc: Avoid taggig mmaped memory on free memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[04/16] malloc: Simplify __mtag_tag_new_usable memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[03/16] malloc: Move MTAG_MMAP_FLAGS definition memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[02/16] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[01/16] malloc: Fix a realloc crash with heap tagging [BZ 27468] memory tagging improvements - - - - --- 2021-03-04 Szabolcs Nagy New
[COMMITTED] aarch64: update ulps. [COMMITTED] aarch64: update ulps. - - - - --- 2021-03-01 Szabolcs Nagy New
[COMMITTED] aarch64: Remove the unused __read_tp symbol [COMMITTED] aarch64: Remove the unused __read_tp symbol - - - - --- 2021-02-22 Szabolcs Nagy New
[COMMITTED] aarch64: Fix sys/ptrace.h if linux headers are included [COMMITTED] aarch64: Fix sys/ptrace.h if linux headers are included - - - - --- 2021-02-15 Szabolcs Nagy New
[06/15] elf: Fix comments and logic in _dl_add_to_slotinfo Untitled series #229547 - - - - --- 2021-02-15 Szabolcs Nagy New
[03/15] Add test case for [BZ #19329] Untitled series #229546 - - - - --- 2021-02-15 Szabolcs Nagy New
[15/15] elf: Remove lazy tlsdesc relocation related code Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[14/15] i386: Remove lazy tlsdesc relocation related code Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[13/15] x86_64: Remove lazy tlsdesc relocation related code Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[12/15] i386: Avoid lazy relocation of tlsdesc [BZ #27137] Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[11/15] x86_64: Avoid lazy relocation of tlsdesc [BZ #27137] Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[10/15] elf: Fix DTV gap reuse logic [BZ #27135] Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[09/15] elf: Use relaxed atomics for racy accesses [BZ #19329] Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[08/15] elf: Fix data races in pthread_create and TLS access [BZ #19329] Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[07/15] elf: Refactor _dl_update_slotinfo to avoid use after free Dynamic TLS related data race fixes - - 1 - --- 2021-02-15 Szabolcs Nagy New
[06/15] elf: Fix comments and logic in _dl_add_to_slotinfo Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[05/15] elf: Fix a DTV setup issue [BZ #27136] Dynamic TLS related data race fixes - - 1 - --- 2021-02-15 Szabolcs Nagy New
[04/15] Add a DTV setup test [BZ #27136] Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[03/15] Add test case for [BZ #19329] Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[02/15] elf: Fix data race in _dl_name_match_p [BZ #21349] Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
[01/15] aarch64: free tlsdesc data on dlclose [BZ #27403] Dynamic TLS related data race fixes - - - - --- 2021-02-15 Szabolcs Nagy New
Revert "Make libc symbols hidden in static PIE" [BZ #27237] Revert "Make libc symbols hidden in static PIE" [BZ #27237] - - - - --- 2021-01-27 Szabolcs Nagy New
[v2] aarch64: Fix the list of tested IFUNC variants [BZ #26818] [v2] aarch64: Fix the list of tested IFUNC variants [BZ #26818] - - - - --- 2021-01-25 Szabolcs Nagy New
[2/2] aarch64: Fix the list of tested IFUNC variants [BZ #26818] aarch64: fix string tests [BZ #26818] - - - - --- 2021-01-25 Szabolcs Nagy New
[1/2] aarch64: Move and update the definition of MTE_ENABLED aarch64: fix string tests [BZ #26818] - - - - --- 2021-01-25 Szabolcs Nagy New
[v5,7/7] Make libc symbols hidden in static PIE fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-20 Szabolcs Nagy New
[v5,6/7] csu: Move static pie self relocation later [BZ #27072] fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-20 Szabolcs Nagy New
[v5,5/7] Use hidden visibility for early static PIE code fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-20 Szabolcs Nagy New
[v5,4/7] csu: Avoid weak ref for __ehdr_start in static PIE fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-20 Szabolcs Nagy New
[v5,3/7] configure: Check for static PIE support fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-20 Szabolcs Nagy New
[v5,2/7] elf: Avoid RELATIVE relocs in __tunables_init fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-20 Szabolcs Nagy New
[v5,1/7] elf: Make the tunable struct definition internal only fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-20 Szabolcs Nagy New
[v4,fixed] csu: Move static pie self relocation later [BZ #27072] [v4,fixed] csu: Move static pie self relocation later [BZ #27072] - - - - --- 2021-01-19 Szabolcs Nagy New
[v4,10/10] Make libc symbols hidden in static PIE fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-18 Szabolcs Nagy New
[v4,09/10] x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072] fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-18 Szabolcs Nagy New
[v4,08/10] csu: Move static pie self relocation later [BZ #27072] fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-18 Szabolcs Nagy New
[v4,07/10] Use <startup.h> in __libc_init_secure fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-18 Szabolcs Nagy New
[v4,06/10] elf: Avoid RELATIVE relocation for _dl_sysinfo fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-18 Szabolcs Nagy New
[v4,05/10] Use hidden visibility for early static PIE code fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-18 Szabolcs Nagy New
[v4,04/10] elf: Avoid RELATIVE relocs in __tunables_init fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-18 Szabolcs Nagy New
[v4,03/10] elf: Make the tunable struct definition internal only fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-18 Szabolcs Nagy New
[v4,02/10] libmvec: Add extra-test-objs to test-extras fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-18 Szabolcs Nagy New
[v4,01/10] configure: Require PI_STATIC_AND_HIDDEN for static pie fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-18 Szabolcs Nagy New
[COMMITTED] elf: work around a gcc bug in elf_get_dynamic_info [COMMITTED] elf: work around a gcc bug in elf_get_dynamic_info - - 1 - --- 2021-01-13 Szabolcs Nagy New
[v3,5/5] csu: Move static pie self relocation later [BZ #27072] fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-12 Szabolcs Nagy New
[v3,4/5] elf: Avoid RELATIVE relocs in __tunables_init fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-12 Szabolcs Nagy New
[v3,3/5] elf: Make the tunable struct definition internal only fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-12 Szabolcs Nagy New
[v3,2/5] Make libc symbols hidden in static PIE fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-12 Szabolcs Nagy New
[v3,1/5] configure: Require PI_STATIC_AND_HIDDEN for static pie fix ifunc with static pie [BZ #27072] - - 1 - --- 2021-01-12 Szabolcs Nagy New
elf: work around a gcc bug in elf_get_dynamic_info elf: work around a gcc bug in elf_get_dynamic_info - - 1 - --- 2021-01-11 Szabolcs Nagy New
[v2,4/4] csu: Move static pie self relocation later [BZ #27072] fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-08 Szabolcs Nagy New
[v2,3/4] elf: Avoid RELATIVE relocs in __tunables_init fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-08 Szabolcs Nagy New
[v2,2/4] Make libc symbols hidden in static PIE fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-08 Szabolcs Nagy New
[v2,1/4] configure: Require PI_STATIC_AND_HIDDEN for static pie fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-08 Szabolcs Nagy New
[3/3] csu: Move static pie self relocation later [BZ #27072] fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-07 Szabolcs Nagy New
[2/3,RFC] elf: hack up tunables to avoid RELATIVE relocs fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-07 Szabolcs Nagy New
[1/3] Make libc symbols hidden in static PIE fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-07 Szabolcs Nagy New
aarch64: define PI_STATIC_AND_HIDDEN aarch64: define PI_STATIC_AND_HIDDEN - - - - --- 2021-01-06 Szabolcs Nagy New
[COMMITTED] aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE [COMMITTED] aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE - - - - --- 2020-12-31 Szabolcs Nagy New
[COMMITTED] aarch64: update ulps. [COMMITTED] aarch64: update ulps. - - - - --- 2020-12-21 Szabolcs Nagy New
[COMMITTED] aarch64: remove the strlen_asimd symbol [COMMITTED] aarch64: remove the strlen_asimd symbol - - - - --- 2020-12-15 Szabolcs Nagy New
aarch64: fix static PIE start code for BTI [BZ #27068] aarch64: fix static PIE start code for BTI [BZ #27068] - - - - --- 2020-12-15 Szabolcs Nagy New
[2/2] elf: Fix failure handling in _dl_map_object_from_fd elf: dl-load error handling refactoring - - 1 - --- 2020-12-11 Szabolcs Nagy New
[1/2] elf: inline lose for error handling elf: dl-load error handling refactoring - - 1 - --- 2020-12-11 Szabolcs Nagy New
[v3,2/2] aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] [v3,1/2] aarch64: align address for BTI protection [BZ #26988] - - 1 - --- 2020-12-02 Szabolcs Nagy New
[v3,1/2] aarch64: align address for BTI protection [BZ #26988] [v3,1/2] aarch64: align address for BTI protection [BZ #26988] - - 1 - --- 2020-12-02 Szabolcs Nagy New
[v2,6/6] aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831] - - - - --- 2020-11-27 Szabolcs Nagy New
[v2,5/6] elf: Pass the fd to note processing aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831] - - 1 - --- 2020-11-27 Szabolcs Nagy New
[v2,4/6] elf: Move note processing after l_phdr is updated aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831] - - 1 - --- 2020-11-27 Szabolcs Nagy New
[v2,3/6] elf: Fix failure handling in _dl_map_object_from_fd aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831] - - - - --- 2020-11-27 Szabolcs Nagy New
[v2,2/6] elf: lose is closely tied to _dl_map_object_from_fd aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831] - - - - --- 2020-11-27 Szabolcs Nagy New
[v2,1/6] aarch64: Fix missing BTI protection from dependencies [BZ #26926] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831] - - - - --- 2020-11-27 Szabolcs Nagy New
[4/4] aarch64: Remove the bti link_map field [BZ #26831] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831] - - - - --- 2020-11-03 Szabolcs Nagy New
[3/4] aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831] - - - - --- 2020-11-03 Szabolcs Nagy New
[2/4] elf: Move note processing after l_phdr is updated [BZ #26831] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831] - - - - --- 2020-11-03 Szabolcs Nagy New
[1/4] elf: Pass the fd to note processing [BZ #26831] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831] - - - - --- 2020-11-03 Szabolcs Nagy New
[2/2] aarch64: Add variant PCS lazy binding test [BZ #26798] aarch64: Fix variant PCS support [BZ #26978] - - - - --- 2020-10-29 Szabolcs Nagy New
[1/2] aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] aarch64: Fix variant PCS support [BZ #26978] - - - - --- 2020-10-29 Szabolcs Nagy New
Fix aliasing violation in __vfscanf_internal [BZ #26690] Fix aliasing violation in __vfscanf_internal [BZ #26690] - - - - --- 2020-10-07 Szabolcs Nagy New
[v5] aarch64: enforce >=64K guard size [v5] aarch64: enforce >=64K guard size - - - - --- 2020-10-01 Szabolcs Nagy New
[COMMITTED] aarch64: update ulps. [COMMITTED] aarch64: update ulps. - - - - --- 2020-08-13 Szabolcs Nagy New
aarch64: update NEWS about branch protection aarch64: update NEWS about branch protection - - 1 - --- 2020-07-29 Szabolcs Nagy New
aarch64: Use future HWCAP2_MTE in ifunc resolver aarch64: Use future HWCAP2_MTE in ifunc resolver - - - - --- 2020-07-27 Szabolcs Nagy New
aarch64: Respect p_flags when protecting code with PROT_BTI aarch64: Respect p_flags when protecting code with PROT_BTI - - - - --- 2020-07-15 Szabolcs Nagy New
« 1 2 3 45 6 »