Show patches with: State = Action Required       |   4631 patches
« 1 2 3 446 47 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[v4,13/15] tests: replace fgets by xfgets Fix warn unused result - - --- 2023-04-28 Frédéric Bérat siddhesh Changes Requested
[v4,11/15] tests: replace fread by xfread Fix warn unused result - - --- 2023-04-28 Frédéric Bérat siddhesh Changes Requested
[v4,10/15] tests: replace system by xsystem Fix warn unused result - - --- 2023-04-28 Frédéric Bérat siddhesh Changes Requested
[v4,09/15] tests: replace read by xread Fix warn unused result - - --- 2023-04-28 Frédéric Bérat siddhesh Changes Requested
[v4,07/15] tests: fix warn unused result on asprintf calls Fix warn unused result - - --- 2023-04-28 Frédéric Bérat siddhesh Changes Requested
[v4,04/15] nptl_db/thread_dbP.h: fix warn unused result Fix warn unused result 1 - --- 2023-04-28 Frédéric Bérat siddhesh Changes Requested
[v4,03/15] malloc/{memusage.c, memusagestat.c}: fix warn unused result Fix warn unused result - - 1-- 2023-04-28 Frédéric Bérat siddhesh Changes Requested
[v4,01/15] catgets/gencat.c: fix warn unused result Fix warn unused result - - 1-- 2023-04-28 Frédéric Bérat siddhesh Changes Requested
elf: Add the soname to the libname_list eagerly on loading a library elf: Add the soname to the libname_list eagerly on loading a library - - 2-- 2023-04-28 Fangrui Song Changes Requested
[v6,3/3] nptl: Use direct syscall numbers in setxid x86_64: aarch64: Set call number just before syscall - - 2-- 2023-04-24 Joe Simmons-Talbott New
[v6,2/3] aarch64: Set the syscall register right before doing the syscall. x86_64: aarch64: Set call number just before syscall 1 - 1-- 2023-04-24 Joe Simmons-Talbott New
[v6,1/3] x86_64: Set the syscall register right before doing the syscall. x86_64: aarch64: Set call number just before syscall - - 1-- 2023-04-24 Joe Simmons-Talbott New
powerpc: Use sysconf (_SC_SIGSTKSZ) to set SIGSTKSZ and MINSIGSTKSZ. powerpc: Use sysconf (_SC_SIGSTKSZ) to set SIGSTKSZ and MINSIGSTKSZ. - - 2-- 2023-04-24 Manjunath Matti tuliom Changes Requested
[v1] Benchtest: Add benchtests for {wcs, str}lcpy and {wcs, str}lcat [v1] Benchtest: Add benchtests for {wcs, str}lcpy and {wcs, str}lcat - - 2-- 2023-04-22 Noah Goldstein New
[v2,5/5] riscv: add vectorized __memcmpeq riscv: Vectorized mem*/str* function - - 2-- 2023-04-21 Hau Hsu New
[v2,4/5] riscv: vectorized strchr and strnlen functions riscv: Vectorized mem*/str* function - - 1-- 2023-04-21 Hau Hsu New
[v2,3/5] riscv: vectorized str* functions riscv: Vectorized mem*/str* function - - 1-- 2023-04-21 Hau Hsu New
[v2,2/5] riscv: vectorized mem* functions riscv: Vectorized mem*/str* function - - 1-- 2023-04-21 Hau Hsu New
[v2,1/5] riscv: Enabling vectorized mem*/str* functions in build time riscv: Vectorized mem*/str* function - - 1-- 2023-04-21 Hau Hsu New
[v2,3/3] manual: Manual update for strlcat, strlcpy, wcslcat, wclscpy strlcpy and related functions - - 2-- 2023-04-20 Florian Weimer siddhesh New
[v2,2/3] Add the wcslcpy, wcslcat functions strlcpy and related functions - - 1-- 2023-04-20 Florian Weimer siddhesh New
[v2,1/3] Implement strlcpy and strlcat [BZ #178] strlcpy and related functions - - 1-- 2023-04-20 Florian Weimer siddhesh New
Added Redirects to longdouble error functions [BZ #29033] Added Redirects to longdouble error functions [BZ #29033] - - 2-- 2023-04-19 Sachin Monga Changes Requested
[RFC,v2,7/7] Use O_IGNORE_CTTY where appropriate O_IGNORE_CTTY everywhere & misc fixes - - 2-- 2023-04-19 Sergey Bugaev RFC
[RFC,v2,6/7] include/fcntl.h: Define O_IGNORE_CTTY O_IGNORE_CTTY everywhere & misc fixes - - 1-- 2023-04-19 Sergey Bugaev RFC
[RFC,v2,2/7] misc: Ignore SIGHUP in daemon () while forking O_IGNORE_CTTY everywhere & misc fixes - - 1-- 2023-04-19 Sergey Bugaev RFC
[v1] nptl: Add single-threaded optimization to ADAPTIVE_NP mutex [v1] nptl: Add single-threaded optimization to ADAPTIVE_NP mutex - - 2-- 2023-04-19 Noah Goldstein New
[v6] Added Redirects to longdouble error functions [BZ #29033] [v6] Added Redirects to longdouble error functions [BZ #29033] - - 2-- 2023-04-17 Sachin Monga New
[5/5] LoongArch: Multiarch memcpy for unaligned access LoongArch: Multiarch string and memory copy routines for unaligned access - - 2-- 2023-04-15 Xi Ruoyao New
[4/5] LoongArch: Multiarch stpcpy for unaligned access LoongArch: Multiarch string and memory copy routines for unaligned access - - 1-- 2023-04-15 Xi Ruoyao New
[3/5] string: stpcpy.c: Only alias __stpcpy to stpcpy if STPCPY undefined LoongArch: Multiarch string and memory copy routines for unaligned access - - 1-- 2023-04-15 Xi Ruoyao New
[2/5] LoongArch: Add LOONGARCH_HAVE_UAL macro LoongArch: Multiarch string and memory copy routines for unaligned access - - 1-- 2023-04-15 Xi Ruoyao New
[1/5] LoongArch: Add bits/hwcap.h for Linux LoongArch: Multiarch string and memory copy routines for unaligned access - - 1-- 2023-04-15 Xi Ruoyao New
math: Improve fmod(f) performance math: Improve fmod(f) performance - - 2-- 2023-04-13 Wilco Dijkstra New
[v3,3/3] riscv: Add and use alignment-ignorant memcpy RISC-V: ifunced memcpy using new kernel hwprobe interface 1 - 2-- 2023-04-07 Evan Green New
[v3,2/3] riscv: Add hwprobe vdso call support RISC-V: ifunced memcpy using new kernel hwprobe interface 1 - 1-- 2023-04-07 Evan Green New
[v3,1/3] riscv: Add Linux hwprobe syscall support RISC-V: ifunced memcpy using new kernel hwprobe interface 1 - 1-- 2023-04-07 Evan Green New
wcsmbs: Re-flow and sort routines, tests variables in Makefile wcsmbs: Re-flow and sort routines, tests variables in Makefile 1 - 2-- 2023-04-06 Florian Weimer New
debug: Re-flow and sort routines variable in Makefile debug: Re-flow and sort routines variable in Makefile 1 - 2-- 2023-04-06 Florian Weimer New
resolv: set edns max buffer size to 1232 resolv: set edns max buffer size to 1232 - - 1-1 2023-04-06 Cristian Rodríguez Changes Requested
[v3] riscv: Add macros for FPUCW/fcsr in fpu_control.h [v3] riscv: Add macros for FPUCW/fcsr in fpu_control.h - - 2-- 2023-04-05 Shiqi Zhang New
LoongArch: Ensure consistency with kernel by using union for struct members in mcontext_t and ucont… LoongArch: Ensure consistency with kernel by using union for struct members in mcontext_t and ucont… - - 2-- 2023-04-03 caiyinyu New
x86/dl-cacheinfo: remove unsused parameter from handle_amd x86/dl-cacheinfo: remove unsused parameter from handle_amd 1 - 2-- 2023-04-03 Andreas Schwab New
[v2] dlopen: skip debugger notification for DSO loaded from sprof (bug 30258) [v2] dlopen: skip debugger notification for DSO loaded from sprof (bug 30258) - - 2-- 2023-03-27 Andreas Schwab New
Minor: don't call _dl_debug_update (which can have side effects) inside assert Minor: don't call _dl_debug_update (which can have side effects) inside assert - - 2-- 2023-03-25 Paul Pluzhnikov Changes Requested
LoongArch: Add Syscall Assembly Implementation LoongArch: Add Syscall Assembly Implementation - - 2-- 2023-03-23 caiyinyu New
Benchtests: Remove broken walk benchmarks Benchtests: Remove broken walk benchmarks - - 2-- 2023-03-23 Wilco Dijkstra New
Benchtests: Improve large memcpy/memset benchmarks Benchtests: Improve large memcpy/memset benchmarks - - 2-- 2023-03-23 Wilco Dijkstra New
[v4] aligned_alloc: conform to C17 [v4] aligned_alloc: conform to C17 - - 2-- 2023-03-22 DJ Delorie Changes Requested
configure: error out as early as possible on build = source directory configure: error out as early as possible on build = source directory - - --2 2023-03-22 Zack Weinberg New
[v2] Skip mcount overflow and tunables tests on "--disable-tunables" [v2] Skip mcount overflow and tunables tests on "--disable-tunables" - - 2-- 2023-03-21 MAHESH BODAPATI New
Add config.log to .gitignore Add config.log to .gitignore - - 2-- 2023-03-21 荣涛 New
[RFC,26/34] hurd: Remove __hurd_local_reply_port The rest of the x86_64-gnu port - - 1-- 2023-03-19 Sergey Bugaev Changes Requested
[RFC,13/34] x86-64: Disable prefer_map_32bit_exec tunable on non-Linux The rest of the x86_64-gnu port - - 1-- 2023-03-19 Sergey Bugaev Changes Requested
posix: Fix some null deferences in wordexp [BZ #18096] posix: Fix some null deferences in wordexp [BZ #18096] - - 2-- 2023-03-18 Julian Squires Changes Requested
C2x strtol binary constant handling: Fix special case "0b" C2x strtol binary constant handling: Fix special case "0b" - - 2-- 2023-03-16 Bruno Haible Changes Requested
[v2] x86: Set FSGSBASE to active if enabled by kernel [v2] x86: Set FSGSBASE to active if enabled by kernel 1 - 2-- 2023-03-16 H.J. Lu New
[v2] x86-64: Replace `and %ah` write with `test %ah` read [v2] x86-64: Replace `and %ah` write with `test %ah` read - - 2-- 2023-03-13 Noah Goldstein New
[v7,3/3] linux: Set internal DIR filepos as off64_t (BZ #23960, BZ #24050) Fix opendir regression on some FS - - 2-- 2023-03-13 Adhemerval Zanella New
[v7,2/3] support: Add xreallocarray Fix opendir regression on some FS - - 1-- 2023-03-13 Adhemerval Zanella New
[v7,1/3] linux: Use getdents64 on non-LFS readdir Fix opendir regression on some FS - - 1-- 2023-03-13 Adhemerval Zanella New
aarch64: Standardized codes by using macro __glibc_{un, }likely and AARCH64_R aarch64: Standardized codes by using macro __glibc_{un, }likely and AARCH64_R - - 2-- 2023-03-13 caiyinyu New
x86-64: Add x87 fmod and remainder [BZ #30179] x86-64: Add x87 fmod and remainder [BZ #30179] - - 2-- 2023-03-09 H.J. Lu New
x86: Set FSGSBASE to active if enabled by kernel x86: Set FSGSBASE to active if enabled by kernel - - 2-- 2023-03-09 H.J. Lu Changes Requested
Soft-fp: Add brain format support Soft-fp: Add brain format support 1 - 2-- 2023-03-09 Jakub Jelinek Accepted
LoongArch: Add support for ldconfig. LoongArch: Add support for ldconfig. - - 2-- 2023-03-08 caiyinyu Changes Requested
Skip mcount overflow and tunables tests on "--disable-tunables" Skip mcount overflow and tunables tests on "--disable-tunables" - - 2-- 2023-03-07 MAHESH BODAPATI Changes Requested
[3/3] dlfcn,elf: impl dlload_audit_module [BZ #30127] minimal run-time audit support - - 2-- 2023-03-03 stsp New
[2/3] dl-audit: avoid closing fake ld.so [BZ #30127] minimal run-time audit support - - 1-- 2023-03-03 stsp New
[1/3] elf/dl-open: fix audit wrt RTLD_NOLOAD [BZ #30127] minimal run-time audit support - - 1-- 2023-03-03 stsp New
[4/4] riscv: vectorized strchr and strnlen functions riscv: Vectorized mem*/str* function - - 2-- 2023-03-01 Vincent Chen New
[3/4] riscv: vectorized str* functions riscv: Vectorized mem*/str* function - - 1-- 2023-03-01 Vincent Chen New
[2/4] riscv: vectorized mem* functions riscv: Vectorized mem*/str* function - - 1-- 2023-03-01 Vincent Chen New
[1/4] riscv: Enabling vectorized mem*/str* functions in build time riscv: Vectorized mem*/str* function - - 1-- 2023-03-01 Vincent Chen New
manual: scripts/documented.sh updated manual: scripts/documented.sh updated - - 2-- 2023-02-24 Girish Joshi Changes Requested
build: All microbenchmarks should output in JSON. (bug 27740) build: All microbenchmarks should output in JSON. (bug 27740) - - 2-- 2023-02-19 Girish Joshi New
[RFC,9/9] hurd, htl: Add some more x86_64-specific code More x86_64-gnu glibc work - - --2 2023-02-18 Sergey Bugaev Changes Requested
[RFC,7/9] hurd: Generalize init-first.c to support x86_64 More x86_64-gnu glibc work - - 1-- 2023-02-18 Sergey Bugaev Changes Requested
Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1 Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1 - - 2-- 2023-02-17 Kito Cheng New
[RFC,11/12] hurd, htl: Add some x86_64-specific code Towards glibc on x86_64-gnu - - 1-- 2023-02-12 Sergey Bugaev Changes Requested
[v2] riscv: Add macros for FPUCW/fcsr in fpu_control.h [v2] riscv: Add macros for FPUCW/fcsr in fpu_control.h - - 2-- 2023-02-12 Shiqi Zhang Changes Requested
[v2] hppa: Drop old parisc-specific MADV_* constants [v2] hppa: Drop old parisc-specific MADV_* constants - - 2-- 2023-02-10 Helge Deller New
[RFC,19/19] riscv: Add __riscv_cpu_relax() to allow yielding in busy loops riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 2-- 2023-02-07 Christoph Müllner New
[RFC,18/19] riscv: Add an optimized strncmp routine riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,17/19] riscv: Add ifunc support for strncmp riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,16/19] riscv: Add accelerated strcmp routines riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,15/19] riscv: Add ifunc support for strcmp riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,14/19] riscv: Add accelerated strlen routine riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,13/19] riscv: Add ifunc support for strlen riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,12/19] riscv: Add accelerated memcpy/memmove routines for RV64 riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,11/19] riscv: Add ifunc support for memcpy/memmove riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,10/19] riscv: Add accelerated memset routines for RV64 riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,09/19] riscv: Add ifunc support for memset riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,08/19] riscv: Add (empty) ifunc framework riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,07/19] riscv: hart-features: Add fast_unaligned property riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,06/19] riscv: Adding ISA string parser for environment variables riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,05/19] riscv: Introduction of ISA extensions riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,04/19] riscv: Add hart feature run-time detection framework riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,03/19] riscv: Add ENTRY_ALIGN() macro riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
[RFC,02/19] riscv: LEAF: Use C_LABEL() to construct the asm name for a C symbol riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Müllner New
« 1 2 3 446 47 »