Show patches with: Archived = No       |   24460 patches
« 1 29 10 11244 245 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[v3,25/32] elf: Move most of the _dl_find_object data to the protected heap RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,24/32] elf: Implement a basic protected memory allocator RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,23/32] elf: Bootstrap allocation for future protected memory allocator RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,22/32] elf: Introduce GLPM accessor for the protected memory area RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,21/32] elf: _dl_rtld_map should not exist in static builds RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,20/32] elf: Add l_soname accessor function for DT_SONAME values RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,19/32] elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,18/32] elf: Move link map fields used by dependency sorting to writable part RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,17/32] elf: Allocate auditor state after read-write link map RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,16/32] elf: Move l_tls_offset into read-write part of link map RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,15/32] elf: Remove run-time-writable fields from struct link_map_private RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,14/32] elf: Use struct link_map_private for the internal link map RELRO linkmaps - - 11- 2023-12-07 Florian Weimer New
[v3,13/32] elf: Merge __dl_libc_freemem into __rtld_libc_freeres RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,12/32] elf: Move __rtld_malloc_init_stubs call into _dl_start_final RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,11/32] elf: Merge the three implementations of _dl_dst_substitute RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,10/32] elf: Make <alloc_buffer.h> usable in ld.so RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,09/32] Do not export <alloc_buffer.h> functions from libc RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,08/32] elf: Eliminate alloca in open_verify RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,07/32] elf: Disambiguate some failures in _dl_load_cache_lookup RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,06/32] elf: Remove version assert in check_match in elf/dl-lookup.c RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,05/32] elf: In rtld_setup_main_map, assume ld.so has a DYNAMIC segment RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,04/32] elf: Eliminate second loop in find_version in dl-version.c RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,03/32] elf: Remove _dl_sysdep_open_object hook function RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,02/32] misc: Enable internal use of memory protection keys RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
[v3,01/32] support: Add <support/memprobe.h> for protection flags probing RELRO linkmaps - - 1-- 2023-12-07 Florian Weimer New
stdlib: Reinstate stable mergesort implementation on qsort stdlib: Reinstate stable mergesort implementation on qsort - - 6-- 2023-12-06 Adhemerval Zanella Netto Superseded
[v5] Add rseq extensible ABI support [v5] Add rseq extensible ABI support - - 4-2 2023-12-06 Michael Jeanson Superseded
[17/17] x86/cet: Run some CET tests with shadow stack x86/cet: Update CET kernel interface - - 6-- 2023-12-06 H.J. Lu Superseded
[16/17] x86/cet: Don't set CET active by default x86/cet: Update CET kernel interface - - 5-- 2023-12-06 H.J. Lu Superseded
[15/17] x86/cet: Don't disable CET if not single threaded x86/cet: Update CET kernel interface - - 5-- 2023-12-06 H.J. Lu Superseded
[14/17] x86/cet: Check feature_1 in TCB for active IBT and SHSTK x86/cet: Update CET kernel interface - - 5-- 2023-12-06 H.J. Lu Superseded
[13/17] x86/cet: Enable shadow stack during startup x86/cet: Update CET kernel interface - - 2-2 2023-12-06 H.J. Lu Superseded
[12/17] elf: Always provide _dl_get_dl_main_map in libc.a x86/cet: Update CET kernel interface - - 1-2 2023-12-06 H.J. Lu Superseded
[11/17] x86/cet: Sync with Linux kernel 6.6 shadow stack interface x86/cet: Update CET kernel interface - - 1-2 2023-12-06 H.J. Lu Superseded
[10/17] x86: Modularize sysdeps/x86/dl-cet.c x86/cet: Update CET kernel interface - - 1-2 2023-12-06 H.J. Lu Superseded
[09/17] x86: Check PT_GNU_PROPERTY early x86/cet: Update CET kernel interface - - 1-2 2023-12-06 H.J. Lu Committed
[08/17] x86/cet: Check CPU_FEATURE_ACTIVE in permissive mode x86/cet: Update CET kernel interface - - 1-1 2023-12-06 H.J. Lu Committed
[07/17] x86/cet: Check legacy shadow stack code in .init_array section x86/cet: Update CET kernel interface - - 1-- 2023-12-06 H.J. Lu Committed
[06/17] x86/cet: Add tests for GLIBC_TUNABLES=glibc.cpu.hwcaps=-SHSTK x86/cet: Update CET kernel interface - - 1-- 2023-12-06 H.J. Lu Committed
[05/17] x86/cet: Check CPU_FEATURE_ACTIVE when CET is disabled x86/cet: Update CET kernel interface - - 1-- 2023-12-06 H.J. Lu Superseded
[04/17] x86/cet: Check legacy shadow stack applications x86/cet: Update CET kernel interface - - 1-- 2023-12-06 H.J. Lu Superseded
[03/17] x86/cet: Don't assume that SHSTK implies IBT x86/cet: Update CET kernel interface - - 1-- 2023-12-06 H.J. Lu Committed
[02/17] x86/cet: Update tst-cet-vfork-1 x86/cet: Update CET kernel interface - - 1-- 2023-12-06 H.J. Lu Superseded
[01/17] x86/cet: Check user_shstk in /proc/cpuinfo x86/cet: Update CET kernel interface - - 1-- 2023-12-06 H.J. Lu Committed
[V6] powerpc: Optimized strcmp for power10 [V6] powerpc: Optimized strcmp for power10 1 - 6-- 2023-12-06 Amrita H S Committed
[v6,2/2] elf: Do not set invalid tunables values Improve loader environment variable handling 1 - 6-- 2023-12-06 Adhemerval Zanella Netto siddhesh Committed
[v6,1/2] elf: Do not duplicate the GLIBC_TUNABLES string Improve loader environment variable handling 1 - 5-- 2023-12-06 Adhemerval Zanella Netto siddhesh Committed
[2/2] localedata: Convert day names in nn_NO locale to UTF-8 [1/2] localedata: Remove trailing whitespace in weekday names in nn_NO locale - - 5-1 2023-12-05 Mike FABIAN Committed
[1/2] localedata: Remove trailing whitespace in weekday names in nn_NO locale [1/2] localedata: Remove trailing whitespace in weekday names in nn_NO locale - - 1-2 2023-12-05 Mike FABIAN Committed
[v2] rtld: Add glibc.rtld.enable_secure tunable. [v2] rtld: Add glibc.rtld.enable_secure tunable. - - 6-- 2023-12-05 Joe Simmons-Talbott siddhesh Superseded
[V5] powerpc: Optimized strcmp for power10 [V5] powerpc: Optimized strcmp for power10 - - 6-- 2023-12-05 Amrita H S Superseded
rtld: Add glibc.rtld.enable_secure tunable. rtld: Add glibc.rtld.enable_secure tunable. - - 6-- 2023-12-05 Joe Simmons-Talbott Superseded
[committed,glibc-htdocs] Mention the security page in the bugs page [committed,glibc-htdocs] Mention the security page in the bugs page - - --- 2023-12-05 Siddhesh Poyarekar Not applicable
[committed] Adapt the security policy for the security page [committed] Adapt the security policy for the security page - - --- 2023-12-05 Siddhesh Poyarekar Committed
[v2,2/2] powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture. [v2,1/2] powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power. 1 - 6-- 2023-12-05 Manjunath Matti Committed
[v2,1/2] powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power. [v2,1/2] powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power. 1 - 5-- 2023-12-05 Manjunath Matti Committed
debug/getwd_chk.c: warning should be emitted for the __getwd_chk symbol. debug/getwd_chk.c: warning should be emitted for the __getwd_chk symbol. 1 - 6-- 2023-12-05 Frederic Cambus Committed
aarch64: correct CFI in rawmemchr (bug 31113) aarch64: correct CFI in rawmemchr (bug 31113) - - 22- 2023-12-05 Andreas Schwab Committed
RFD/patch:system-wide tunables: parser preview RFD/patch:system-wide tunables: parser preview - - 2-3 2023-12-05 DJ Delorie fweimer Under Review
[v2,2/2] stdlib: Adjust the factor in tst-qsort5 stdlib: Optimize number of calls to comparison function in qsort - - 61- 2023-12-05 Kuan-Wei Chiu New
[v2,1/2] stdlib: Optimize number of calls to comparison function in qsort stdlib: Optimize number of calls to comparison function in qsort - - 5-- 2023-12-05 Kuan-Wei Chiu New
Chain stpcpy(3) to terminate strings after mempcpy(3) Chain stpcpy(3) to terminate strings after mempcpy(3) - - 6-- 2023-12-04 Alejandro Colomar New
[hurd,commited] Revert "Update code to handle the new ABI for sending inlined port rights." [hurd,commited] Revert "Update code to handle the new ABI for sending inlined port rights." - - -11 2023-12-03 Samuel Thibault Committed
[hurd,commited] Revert "hurd: Fix build" [hurd,commited] Revert "hurd: Fix build" - - --2 2023-12-03 Samuel Thibault Committed
[hurd,commited] hurd: Fix build [hurd,commited] hurd: Fix build - - -11 2023-12-03 Samuel Thibault Committed
[hurd,commited] Update code to handle the new ABI for sending inlined port rights. [hurd,commited] Update code to handle the new ABI for sending inlined port rights. - - -11 2023-12-03 Samuel Thibault Committed
stdlib: Optimize number of calls to comparison function stdlib: Optimize number of calls to comparison function - - 6-- 2023-12-02 Kuan-Wei Chiu Superseded
[hurd,commited] hurd: [!__USE_MISC] Do not #undef BSD macros in ioctls [hurd,commited] hurd: [!__USE_MISC] Do not #undef BSD macros in ioctls - - -11 2023-12-02 Samuel Thibault Committed
[RFC,v4] Add rseq extensible ABI support [RFC,v4] Add rseq extensible ABI support - - 6-- 2023-12-01 Michael Jeanson Superseded
LoongArch: Add support for TLS Descriptors LoongArch: Add support for TLS Descriptors - - 6-- 2023-12-01 mengqinggang Superseded
[v2] math: Add new exp10 implementation [v2] math: Add new exp10 implementation 1 - 6-- 2023-12-01 Joe Ramsay Committed
[v9,6/6] riscv: Add and use alignment-ignorant memcpy RISC-V: ifunced memcpy using new kernel hwprobe interface 1 - 6-- 2023-11-30 Evan Green Superseded
[v9,5/6] riscv: Add ifunc helper method to hwprobe.h RISC-V: ifunced memcpy using new kernel hwprobe interface - - 5-- 2023-11-30 Evan Green Superseded
[v9,4/6] riscv: Enable multi-arg ifunc resolvers RISC-V: ifunced memcpy using new kernel hwprobe interface - - 5-- 2023-11-30 Evan Green Superseded
[v9,3/6] riscv: Add __riscv_hwprobe pointer to ifunc calls RISC-V: ifunced memcpy using new kernel hwprobe interface - - 5-- 2023-11-30 Evan Green Superseded
[v9,2/6] riscv: Add hwprobe vdso call support RISC-V: ifunced memcpy using new kernel hwprobe interface 1 - 5-- 2023-11-30 Evan Green Superseded
[v9,1/6] riscv: Add Linux hwprobe syscall support RISC-V: ifunced memcpy using new kernel hwprobe interface 1 - 5-- 2023-11-30 Evan Green Superseded
[V4] powerpc: Optimized strcmp for power10 [V4] powerpc: Optimized strcmp for power10 - - 6-- 2023-11-30 Amrita H S Superseded
powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture. powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture. - - --2 2023-11-30 Manjunath Matti Failed CI
[v2] Move CVE information into advisories directory [v2] Move CVE information into advisories directory - - 6-- 2023-11-30 Siddhesh Poyarekar Superseded
[RFC] resolv: Align buf before second query for A_AAA in __res_context_query [RFC] resolv: Align buf before second query for A_AAA in __res_context_query - - 6-- 2023-11-30 Ludwig Rydberg Changes Requested
aarch64: fix tested ifunc variants aarch64: fix tested ifunc variants - - 6-- 2023-11-30 Szabolcs Nagy Committed
elf: Add TLS modid reuse test for bug 29039 elf: Add TLS modid reuse test for bug 29039 1 - 6-- 2023-11-30 Szabolcs Nagy azanella Committed
elf: Avoid type aliasing violation on __tunable_get_{default, val} elf: Avoid type aliasing violation on __tunable_get_{default, val} - - 6-- 2023-11-29 Adhemerval Zanella Netto siddhesh Changes Requested
powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power. powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power. - - 6-- 2023-11-29 Manjunath Matti Superseded
[2/2] Add single-threaded fast path to rand() [1/2] Add random benchmark - - 4-2 2023-11-28 Wilco Dijkstra Superseded
[1/2] Add random benchmark [1/2] Add random benchmark - - 3-2 2023-11-28 Wilco Dijkstra Superseded
strcasestr: try to find non-alpha char in NEEDLE strcasestr: try to find non-alpha char in NEEDLE - - 6-- 2023-11-28 James Tirta Halim Superseded
math: Add new exp10 implementation math: Add new exp10 implementation - - 6-- 2023-11-28 Joe Ramsay Superseded
Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h. Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h. 1 - 22- 2023-11-28 Tobias Klauser Committed
elf: Fix TLS modid reuse generation assignment elf: Fix TLS modid reuse generation assignment 1 - 51- 2023-11-28 Hector Martin Committed
[RFC,v3] Add rseq extensible ABI support [RFC,v3] Add rseq extensible ABI support - - 3-3 2023-11-27 Michael Jeanson Superseded
aarch64: Improve special-case handling in AdvSIMD double-precision libmvec routines aarch64: Improve special-case handling in AdvSIMD double-precision libmvec routines - - 6-- 2023-11-27 Joe Ramsay Committed
[RFC,2/2] RISC-V: Attempt to enable TSO mode for TSO binaries RISC-V: Add dynamic TSO support - - 6-- 2023-11-27 Christoph Müllner New
[RFC,1/2] RISC-V: Move TSO check to elf_machine_matches_host() RISC-V: Add dynamic TSO support - - 5-- 2023-11-27 Christoph Müllner New
stdlib: Fix array bounds protection in insertion sort phase of qsort stdlib: Fix array bounds protection in insertion sort phase of qsort 1 - 6-- 2023-11-24 Florian Weimer Committed
[3/3] elf: Relocate libc.so early during startup and dlmopen (bug 31083) Compatibility improvement for underlinked objects 1 - 4-1 2023-11-24 Florian Weimer Committed
[2/3] elf: Introduce the _dl_open_relocate_one_object function Compatibility improvement for underlinked objects 1 - 1-2 2023-11-24 Florian Weimer Committed
[1/3] elf: In _dl_relocate_object, skip processing if object is relocated Compatibility improvement for underlinked objects 1 - 1-2 2023-11-24 Florian Weimer Committed
[RFC,v2] Add rseq extensible ABI support [RFC,v2] Add rseq extensible ABI support - - 3-3 2023-11-23 Michael Jeanson Superseded
« 1 29 10 11244 245 »