Show patches with: State = Action Required       |   31770 patches
« 1 2 3 4317 318 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2] NEWS: Mention changes to setjmp on aarch64 [v2] NEWS: Mention changes to setjmp on aarch64 - - 1 - --- 2025-07-09 Yury Khrustalev New
NEWS: Mention changes to setjmp on aarch64 NEWS: Mention changes to setjmp on aarch64 - - - - --- 2025-07-09 Yury Khrustalev New
aarch64: Implement exp2m1(f) and exp10m1(f) routines aarch64: Implement exp2m1(f) and exp10m1(f) routines - - - - --- 2025-07-09 Hasaan Khan New
replace atan2-inputs with more meaningful inputs replace atan2-inputs with more meaningful inputs - - - - --- 2025-07-09 Paul Zimmermann New
malloc: fix definition for MAX_TCACHE_SMALL_SIZE malloc: fix definition for MAX_TCACHE_SMALL_SIZE - - - - --- 2025-07-08 Cupertino Miranda New
malloc: Enable THP always support on hugetlb tunable malloc: Enable THP always support on hugetlb tunable - - 1 - --- 2025-07-08 William Hunt New
NEWS: Mention tcache improvements NEWS: Mention tcache improvements - - 1 - --- 2025-07-08 Wilco Dijkstra New
Mark support for lock elision as deprecated. Mark support for lock elision as deprecated. - - 1 - --- 2025-07-08 Stefan Liebler New
x86: Avoid vector/r16-r31 registers and memcpy/memset in mcount_internal x86: Avoid vector/r16-r31 registers and memcpy/memset in mcount_internal - - - - --- 2025-07-08 H.J. Lu New
[v6] malloc: add free_sized and free_aligned_sized from C23 [v6] malloc: add free_sized and free_aligned_sized from C23 - - - - --- 2025-07-07 Justin King New
[v3] elf: early conversion of elf p_flags to mprotect flags [v3] elf: early conversion of elf p_flags to mprotect flags - - - - --- 2025-07-07 Cupertino Miranda New
[v5] malloc: add free_sized and free_aligned_sized from C23 [v5] malloc: add free_sized and free_aligned_sized from C23 - - - - --- 2025-07-07 Justin King New
[v2,3/3] aarch64: GCS: add clone3 tests for shadow stack aarch64: support shadow stack in clone3 - - - - --- 2025-07-07 Yury Khrustalev New
[v2,2/3] nptl: Add libc allocated shadow stack for new threads aarch64: support shadow stack in clone3 - - - - --- 2025-07-07 Yury Khrustalev New
[v2,1/3] clone: Add clone_arg field for shadow stack aarch64: support shadow stack in clone3 - - - - --- 2025-07-07 Yury Khrustalev New
[10/10,2.37] nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786) nptl: Backport pthread condvar lost wake-up fix [BZ #25847] - - - - --- 2025-07-07 Dora, Sunil Kumar New
[09/10,2.37] nptl: Use all of g1_start and g_signals nptl: Backport pthread condvar lost wake-up fix [BZ #25847] - - - - --- 2025-07-07 Dora, Sunil Kumar New
[08/10,2.37] nptl: rename __condvar_quiesce_and_switch_g1 nptl: Backport pthread condvar lost wake-up fix [BZ #25847] - - - - --- 2025-07-07 Dora, Sunil Kumar New
[07/10,2.37] nptl: Fix indentation nptl: Backport pthread condvar lost wake-up fix [BZ #25847] - - - - --- 2025-07-07 Dora, Sunil Kumar New
[06/10,2.37] nptl: Use a single loop in pthread_cond_wait instaed of a nested loop nptl: Backport pthread condvar lost wake-up fix [BZ #25847] - - - - --- 2025-07-07 Dora, Sunil Kumar New
[05/10,2.37] nptl: Remove g_refs from condition variables nptl: Backport pthread condvar lost wake-up fix [BZ #25847] - - - - --- 2025-07-07 Dora, Sunil Kumar New
[04/10,2.37] nptl: Remove unnecessary quadruple check in pthread_cond_wait nptl: Backport pthread condvar lost wake-up fix [BZ #25847] - - - - --- 2025-07-07 Dora, Sunil Kumar New
[03/10,2.37] nptl: Remove unnecessary catch-all-wake in condvar group switch nptl: Backport pthread condvar lost wake-up fix [BZ #25847] - - - - --- 2025-07-07 Dora, Sunil Kumar New
[02/10,2.37] nptl: Update comments and indentation for new condvar implementation nptl: Backport pthread condvar lost wake-up fix [BZ #25847] - - - - --- 2025-07-07 Dora, Sunil Kumar New
[01/10,2.37] pthreads NPTL: lost wakeup fix 2 nptl: Backport pthread condvar lost wake-up fix [BZ #25847] - - - - --- 2025-07-07 Dora, Sunil Kumar New
[hurd,commited] htl: move __pthread_get_cleanup_stack to libc [hurd,commited] htl: move __pthread_get_cleanup_stack to libc - - - - --- 2025-07-07 Samuel Thibault New
[hurd,commited] htl: Drop ptr_pthread_once from pthread_functions [hurd,commited] htl: Drop ptr_pthread_once from pthread_functions - - - - --- 2025-07-06 Samuel Thibault New
[hurd,commited] hurd: Mark more xfails for missing RLIMIT_AS support [hurd,commited] hurd: Mark more xfails for missing RLIMIT_AS support - - - - --- 2025-07-05 Samuel Thibault New
x86-64: Add GLIBC_ABI_GNU2_TLS [BZ #33129] x86-64: Add GLIBC_ABI_GNU2_TLS [BZ #33129] - - - - --- 2025-07-04 H.J. Lu New
[v8,3/3] elf: Restore support for _r_debug interpositions and copy relocations elf: Restore support for _r_debug interpositions and copy relocations - - 1 - --- 2025-07-04 Florian Weimer New
[v8,2/3] elf: Introduce _dl_debug_change_state elf: Restore support for _r_debug interpositions and copy relocations - - 1 - --- 2025-07-04 Florian Weimer New
[v8,1/3] elf: Introduce separate _r_debug_array variable elf: Restore support for _r_debug interpositions and copy relocations - - 1 - --- 2025-07-04 Florian Weimer New
[v7,6/6] SFrame: Add tests that uses DWARF backtracer glibc: Add SFrame support for stack backtracing - - 1 - --- 2025-07-04 Claudiu Zissulescu-Ianculescu New
[v7,5/6] configure: Add --enable-sframe option glibc: Add SFrame support for stack backtracing - - 1 - --- 2025-07-04 Claudiu Zissulescu-Ianculescu New
[v7,4/6] elf: Add SFrame stack tracing glibc: Add SFrame support for stack backtracing - - 1 - --- 2025-07-04 Claudiu Zissulescu-Ianculescu New
[v7,3/6] aarch64: Add SFrame support for aarch64 architecture glibc: Add SFrame support for stack backtracing - - 1 - --- 2025-07-04 Claudiu Zissulescu-Ianculescu New
[v7,2/6] x86: Add SFrame support for x86 architecture glibc: Add SFrame support for stack backtracing - - 1 - --- 2025-07-04 Claudiu Zissulescu-Ianculescu New
[v7,1/6] elf: Add SFrame support to _dl_find_object function glibc: Add SFrame support for stack backtracing - - 1 - --- 2025-07-04 Claudiu Zissulescu-Ianculescu New
Linux: Define struct termios2 and its ioctls on all architectures Linux: Define struct termios2 and its ioctls on all architectures - - - - --- 2025-07-04 Florian Weimer New
Linux: Fix typo in comment in termios_internals.h Linux: Fix typo in comment in termios_internals.h - - - - --- 2025-07-04 Florian Weimer New
[v7,3/3] elf: Restore support for _r_debug interpositions and copy relocations elf: Restore support for _r_debug interpositions and copy relocations - - - - --- 2025-07-04 Florian Weimer New
[v7,2/3] elf: Introduce _dl_debug_change_state elf: Restore support for _r_debug interpositions and copy relocations - - - - --- 2025-07-04 Florian Weimer New
[v7,1/3] elf: Introduce separate _r_debug_array variable elf: Restore support for _r_debug interpositions and copy relocations - - - - --- 2025-07-04 Florian Weimer New
[v6,3/3] elf: Restore support for _r_debug interpositions and copy relocations elf: Restore support for _r_debug interpositions and copy relocations - - - - --- 2025-07-03 Florian Weimer New
[v6,2/3] elf: Introduce _dl_debug_change_state elf: Restore support for _r_debug interpositions and copy relocations - - - - --- 2025-07-03 Florian Weimer New
[v6,1/3] elf: Introduce separate _r_debug_array variable elf: Restore support for _r_debug interpositions and copy relocations - - - - --- 2025-07-03 Florian Weimer New
[v2] elf: early conversion of elf p_flags to mprotect flags [v2] elf: early conversion of elf p_flags to mprotect flags - - - - --- 2025-07-03 Cupertino Miranda New
x86-64: Compile gmon tests with -mfentry [BZ #33121] x86-64: Compile gmon tests with -mfentry [BZ #33121] - - - - --- 2025-07-02 H.J. Lu New
Reword statement about filing private security issues Reword statement about filing private security issues - - - - --- 2025-07-02 Siddhesh Poyarekar New
stdlib/Makefile: Remove deleted test's libm dependency stdlib/Makefile: Remove deleted test's libm dependency - - 1 - --- 2025-07-02 Arjun Shankar New
S390: Remove support for lock elision. S390: Remove support for lock elision. - - - - --- 2025-07-01 Stefan Liebler New
[v4] stdlib: Consolidate getentropy and adapt to POSIX 2024 semantics [v4] stdlib: Consolidate getentropy and adapt to POSIX 2024 semantics - - - - --- 2025-06-30 Adhemerval Zanella Netto New
elf: prevent NULL-dereference in _dl_map_new_object() elf: prevent NULL-dereference in _dl_map_new_object() - - - - --- 2025-06-30 Anastasia Belova New
[2/2] rt/Makefile: Split and sort tests [1/2] resolv/Makefile: Split and sort tests lines - - - - --- 2025-06-30 Petr Menšík New
[1/2] resolv/Makefile: Split and sort tests lines [1/2] resolv/Makefile: Split and sort tests lines - - - - --- 2025-06-30 Petr Menšík New
Compile gmon tests with $(no-stack-protector) [BZ #33121] Compile gmon tests with $(no-stack-protector) [BZ #33121] - - - - --- 2025-06-30 H.J. Lu New
[v5] elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088] [v5] elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088] - - 1 - --- 2025-06-30 H.J. Lu New
[v2,5/5] termios: manual: document the _SPEED_MAX and _BAUD_MAX constants termios: _SPEED_MAX and _BAUD_MAX, manual improvements - - - - --- 2025-06-29 H. Peter Anvin New
[v2,4/5] termios: _SPEED_MAX and _BAUD_MAX constants termios: _SPEED_MAX and _BAUD_MAX, manual improvements - - - - --- 2025-06-29 H. Peter Anvin New
[v2,3/5] termios: manual: improve the explanation of various tty concepts termios: _SPEED_MAX and _BAUD_MAX, manual improvements - - - - --- 2025-06-29 H. Peter Anvin New
[v2,2/5] termios: manual: remove duplicate cfgetospeed() definition termios: _SPEED_MAX and _BAUD_MAX, manual improvements - - 1 - --- 2025-06-29 H. Peter Anvin New
[v2,1/5] termios: manual: fix typo: tcsettattr -> tcsetattr termios: _SPEED_MAX and _BAUD_MAX, manual improvements - - 1 - --- 2025-06-29 H. Peter Anvin New
[5/5] termios: manual: document the _SPEED_MAX and _BAUD_MAX constants termios: _SPEED_MAX and _BAUD_MAX, manual improvements - - - - --- 2025-06-29 H. Peter Anvin New
[4/5] termios: _SPEED_MAX and _BAUD_MAX constants termios: _SPEED_MAX and _BAUD_MAX, manual improvements - - - - --- 2025-06-29 H. Peter Anvin New
[3/5] termios: manual: improve the explanation of various tty concepts termios: _SPEED_MAX and _BAUD_MAX, manual improvements - - - - --- 2025-06-29 H. Peter Anvin New
[2/5] termios: manual: remove duplicate cfgetospeed() definition termios: _SPEED_MAX and _BAUD_MAX, manual improvements - - - - --- 2025-06-29 H. Peter Anvin New
[1/5] termios: manual: fix typo: tcsettattr -> tcsetattr termios: _SPEED_MAX and _BAUD_MAX, manual improvements - - - - --- 2025-06-29 H. Peter Anvin New
manual: document getsubopt standardization. manual: document getsubopt standardization. - - 1 - --- 2025-06-28 Collin Funk New
sunrpc/Makefile: Split and sort tests sunrpc/Makefile: Split and sort tests - - - - --- 2025-06-27 Avinal Kumar New
[v2] AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112] [v2] AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112] - - 1 - --- 2025-06-27 Wilco Dijkstra New
[RFC,v2,2/2] s390: Add SFrame support for s390 64-bit (s390x) architecture s390x: Add support for SFrame stack backtracing - - - - --- 2025-06-27 Jens Remus New
[RFC,v2,1/2] elf: Start SFrame stack trace from PC and CFA s390x: Add support for SFrame stack backtracing - - - - --- 2025-06-27 Jens Remus New
csu: Disable zero-init on stack in libc-start.c [BZ #33112] csu: Disable zero-init on stack in libc-start.c [BZ #33112] - - - - --- 2025-06-27 Wilco Dijkstra New
[v2] localedata: Add en_ID locale for Indonesian English [v2] localedata: Add en_ID locale for Indonesian English - - - - --- 2025-06-27 Gary Dean New
regcomp: fix double free in parse_bracket_exp() regcomp: fix double free in parse_bracket_exp() - - - - --- 2025-06-26 Anastasia Belova New
[COMMITTED] manual: Clarify renameat documentation [COMMITTED] manual: Clarify renameat documentation - - 1 - --- 2025-06-26 Florian Weimer New
[COMMITTED] Revert "manual: Clarify renameat documentation" [COMMITTED] Revert "manual: Clarify renameat documentation" - - - - --- 2025-06-26 Florian Weimer New
elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload} elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload} - - 1 - --- 2025-06-26 Florian Weimer New
[v4] stdlib: Fix __libc_message_impl iovec size (BZ 32947) [v4] stdlib: Fix __libc_message_impl iovec size (BZ 32947) - - 1 1 --- 2025-06-25 Adhemerval Zanella Netto New
[v2] malloc: replace instances of __builtin_expect with __glibc_unlikely [v2] malloc: replace instances of __builtin_expect with __glibc_unlikely - - 1 - --- 2025-06-25 William Hunt New
malloc: replace instances of __builtin_expect with __glibc_unlikely in malloc.c malloc: replace instances of __builtin_expect with __glibc_unlikely in malloc.c - - 1 - --- 2025-06-24 William Hunt New
[v5] fstat: add test and documentation for an edge case. [v5] fstat: add test and documentation for an edge case. - - 1 - --- 2025-06-24 Matteo Croce New
[v3] stdlib: Fix __libc_message_impl iovec size (BZ 32947) [v3] stdlib: Fix __libc_message_impl iovec size (BZ 32947) - - - - --- 2025-06-24 Adhemerval Zanella Netto New
manual: Add missing free to open_memstream example [BZ #27866] manual: Add missing free to open_memstream example [BZ #27866] - - 1 - --- 2025-06-24 Ravina Jain New
[v9,8/8] posix: Add getopt_long_collision Support translated long option names in getopt and argp - - - - --- 2025-06-23 Vivien Kraus New
[v9,7/8] argp: do not display option name translations if __libc_enable_secure Support translated long option names in getopt and argp - - - - --- 2025-06-23 Vivien Kraus New
[v9,6/8] posix, argp: Support deprecation of long option name translations Support translated long option names in getopt and argp - - - - --- 2025-06-23 Vivien Kraus New
[v9,5/8] posix: do not allow option name translations for secure programs Support translated long option names in getopt and argp - - - - --- 2025-06-23 Vivien Kraus New
[v9,4/8] posix: let the getopt caller choose the textdomain for translation Support translated long option names in getopt and argp - - - - --- 2025-06-23 Vivien Kraus New
[v9,3/8] argp: document translated names in --help and --usage Support translated long option names in getopt and argp - - - - --- 2025-06-23 Vivien Kraus New
[v9,2/8] posix: let the getopt caller set the translation context Support translated long option names in getopt and argp - - - - --- 2025-06-23 Vivien Kraus New
[v9,1/8] posix: allow getopt_long to match translated option names Support translated long option names in getopt and argp - - - - --- 2025-06-23 Vivien Kraus New
[v4] malloc: add free_sized and free_aligned_sized from C23 [v4] malloc: add free_sized and free_aligned_sized from C23 - - - - --- 2025-06-23 Justin King New
[v4] fstat: add test and documentation for an edge case. [v4] fstat: add test and documentation for an edge case. - - 1 - --- 2025-06-23 Matteo Croce New
[v3,4/4] elf: Remove now pointless empty ld.so.conf files in single tests [v3,1/4] Makeconfig: Add libgcc directory to rtld-prefix search path - - 1 - --- 2025-06-23 Andreas K. Huettel New
[v3,3/4] support: Always run ldconfig in containered tests [v3,1/4] Makeconfig: Add libgcc directory to rtld-prefix search path - - 1 - --- 2025-06-23 Andreas K. Huettel New
[v3,2/4] Makefile: Add ld.so.conf with libgcc dir to testroot.pristine [v3,1/4] Makeconfig: Add libgcc directory to rtld-prefix search path - - 1 - --- 2025-06-23 Andreas K. Huettel New
[v3,1/4] Makeconfig: Add libgcc directory to rtld-prefix search path [v3,1/4] Makeconfig: Add libgcc directory to rtld-prefix search path - - 1 - --- 2025-06-23 Andreas K. Huettel New
powerpc: use .machine power10 in POWER10 assembler sources powerpc: use .machine power10 in POWER10 assembler sources - - 1 - --- 2025-06-23 Andreas Schwab New
glibc/manual/examples: add missing free to open_memstream example glibc/manual/examples: add missing free to open_memstream example - - - - --- 2025-06-23 Ravina Jain New
« 1 2 3 4317 318 »