Toggle navigation
Patchwork
GNU C Library (glibc)
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: State =
Action Required
| Archived =
No
| 446 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Committed
Dropped
FSF Assignment Missing
Search
Archived
No
Yes
Both
Delegate
------
Nobody
siddhesh
codonell
azanella
gbenson
jankratochvil
ppluzhnikov
neleai
tromey
palves
keiths
sergiodj
StanShebs
teawater
aburgess
rth
roland
davem
schwab
Allan
aj
ldv
tschwinge
tschwinge
andreaskr
fweimer
ChrisMetcalf
jsm28
aurel32
will
vapier
vapier
tuliom
hjl
triegel
jwlemke
cltang
macro
pwbot
arjun
stli
ludo
rj
zack
mfabian
rluzynski
dj
sthibaul
mscastanho
girish946
maennich
dodji
zimmerma
rzinsly
lukma
Apply
«
1
2
3
4
…
4
5
»
Patch
Series
rb/tb
S/W/F
Date
Submitter
Delegate
State
[v5,1/2] math: redirect roundeven function
[v5,1/2] math: redirect roundeven function
- -
-
-
-
2020-09-28
謝昇達(Shen-Ta Hsieh)
New
[v5,2/2] x86_64: roundeven with sse4.1 support
[v5,1/2] math: redirect roundeven function
- -
-
-
-
2020-09-28
謝昇達(Shen-Ta Hsieh)
New
execlp, execvp, execvpe: Don't fall back to sh on ENOEXEC.
execlp, execvp, execvpe: Don't fall back to sh on ENOEXEC.
- -
-
-
-
2020-12-15
Zack Weinberg
New
[v2] stdlib: realpath use malloc replace __alloca to reduce stack overflow risks [BZ #26341]
[v2] stdlib: realpath use malloc replace __alloca to reduce stack overflow risks [BZ #26341]
- -
-
-
-
2020-08-07
Xiaoming Ni
Changes Requested
[v2] elf: Sort only uninitialized objects in _dl_map_object_deps()
[v2] elf: Sort only uninitialized objects in _dl_map_object_deps()
- -
-
-
-
2020-08-17
Xiaoming Ni
New
setrlimit/getrlimit: Add parameter check to prevent null pointer access
setrlimit/getrlimit: Add parameter check to prevent null pointer access
- -
-
-
-
2020-12-30
Xiaoming Ni
New
[v2] setrlimit/getrlimit: Use __nonnull to avoid null pointer
[v2] setrlimit/getrlimit: Use __nonnull to avoid null pointer
- -
-
-
-
2021-01-04
Xiaoming Ni
New
[AArch64] Cleanup memset
- -
-
-
-
2020-02-26
Wilco Dijkstra
Under Review
[1/5] Remove slow paths from asin
Remove remaining slow paths from math functions
- -
-
-
-
2021-01-04
Wilco Dijkstra
New
[2/5] Remove slow paths in tan
Remove remaining slow paths from math functions
- -
-
-
-
2021-01-04
Wilco Dijkstra
New
[3/5] Remove slow paths from atan
Remove remaining slow paths from math functions
- -
-
-
-
2021-01-04
Wilco Dijkstra
New
[4/5] Remove slow paths from atan2
Remove remaining slow paths from math functions
- -
-
-
-
2021-01-04
Wilco Dijkstra
New
[5/5] Remove mpa files
Remove remaining slow paths from math functions
- -
-
-
-
2021-01-04
Wilco Dijkstra
New
[v2,1/5] Remove remaining slow paths from asin and acos
[v2,1/5] Remove remaining slow paths from asin and acos
- -
-
-
-
2021-01-07
Wilco Dijkstra
New
[v2,2/5] Remove slow paths in tan
[v2,1/5] Remove remaining slow paths from asin and acos
- -
-
-
-
2021-01-07
Wilco Dijkstra
New
[v2,3/5] Remove slow paths from atan
[v2,1/5] Remove remaining slow paths from asin and acos
- -
-
-
-
2021-01-07
Wilco Dijkstra
New
[v2,4/5] Remove slow paths from atan2
[v2,1/5] Remove remaining slow paths from asin and acos
- -
-
-
-
2021-01-07
Wilco Dijkstra
New
[v2,5/5] Remove mpa files
[v2,1/5] Remove remaining slow paths from asin and acos
- -
-
-
-
2021-01-07
Wilco Dijkstra
New
malloc: tcache_get() may return another valid memory block
malloc: tcache_get() may return another valid memory block
- -
-
-
-
2020-05-08
wangxu
New
malloc: perturb mchunk returned from tcache like fast, small, large bin
malloc: perturb mchunk returned from tcache like fast, small, large bin
- -
-
-
-
2020-05-15
wangxu
New
malloc: tcache: detect infinite-loop in _int_free when freeing tcache [BZ#27052]
malloc: tcache: detect infinite-loop in _int_free when freeing tcache [BZ#27052]
- -
-
-
-
2020-12-11
W. Hashimoto
New
[RFC,v7,01/20] Declare and describe the dlmopen RTLD_SHARED flag
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,02/20] include/link.h: Update the link_map struct to allow proxies
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,03/20] elf/dl-object.c: Implement a helper function to proxy link_map entries
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,04/20] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,05/20] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,06/20] elf/dl-init.c: Skip proxied link map entries in the dl init path
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,07/20] elf/dl-open.c: Don't try libc linit in namespaces with no libc mapping
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,08/20] elf/dl-open.c: when creating a proxy check the libc_map in NS 0
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,09/20] Define a new dynamic section tag - DT_GNU_FLAGS_1
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,10/20] Abstract the loaded-DSO search code into a private helper function
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,11/20] Compare loaded DSOs by file ID and check for DF_GNU_1_UNIQUE
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,12/20] Use the new DSO finder helper function since we have it
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,13/20] Use the DSO search helper to check for preloaded DT_GNU_UNIQUE DSOs
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,14/20] When loading DSOs into alternate namespaces check for DT_GNU_UNIQUE
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,15/20] Suppress audit calls when a (new) namespace is empty
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,16/20] Suppress inter-namespace DSO sharing for audit libraries
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,17/20] dlsym, dlvsym should be able to look up symbols via DSO proxies
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,18/20] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE dynamic section+flag to glibc DSOs
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
[RFC,v7,20/20] Restore separate libc loading for the TLS/namespace storage test
Implementation of RTLD_SHARED for dlmopen
- -
-
-
-
2020-12-16
Vivek Das Mohapatra
New
stdlib: Fix data race in __run_exit_handlers
stdlib: Fix data race in __run_exit_handlers
- -
-
-
-
2020-09-21
Vitaly Buka
New
Remove STATFS_IS_STATFS64 conditional as it is zero in all ports
- -
-
-
-
2020-02-19
Vineet Gupta
Changes Requested
Force 64-bit time based syscalls for TIMESIZE==64 on 32-bit arches
- -
-
-
-
2020-02-24
Vineet Gupta
Changes Requested
Fix tst-libc_dlvsym{, -static} on ARC: don't check _sys_{err, sig}list
Fix tst-libc_dlvsym{, -static} on ARC: don't check _sys_{err, sig}list
- -
-
-
-
2020-07-19
Vineet Gupta
Changes Requested
support: user more portable atomic wrappers
support: user more portable atomic wrappers
- -
-
-
-
2020-09-09
Vineet Gupta
New
[v2] Linux: Add nds32 specific syscalls to syscall-names.list
- -
-
-
-
2019-06-26
Vincent Chen
New
io: include typesizes.h before using macro __OFF_T_MATCHES_OFF64_T
- -
-
-
-
2019-06-27
Vincent Chen
New
dl-vdso: Add LINUX_4 HASH CODE to support nds32 vdso mechanism
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,01/11] nds32: Build Infastructure
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,02/11] nds32: ABI Implementation
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,03/11] nds32: Thread-Local Storage Support
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,04/11] nds32: Startup and Dynamic Loader
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,05/11] nds32: Generic <math.h>, soft-fp Routines
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,06/11] nds32: Atomic and Locking Routines
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,07/11] nds32: Linux Syscall Interface
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,08/11] nds32: Linux ABI
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,09/11] nds32: Add ABI list
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,10/11] Add nds32 port to build-many-glibcs.py
- -
-
-
-
2019-06-29
Vincent Chen
New
[v6,11/11] Add nds32 port skeleton
- -
-
-
-
2019-06-29
Vincent Chen
New
[PATCHv2,1/2] Require binutils 2.27 or later to build glibc
[PATCHv2,1/2] Require binutils 2.27 or later to build glibc
- 1
-
-
-
2020-12-02
Tulio Magno Quites Machado Filho
New
[PATCHv2] powerpc64: Implement TLS using PC-relative addressing
[PATCHv2] powerpc64: Implement TLS using PC-relative addressing
- -
-
-
-
2021-01-22
Tulio Magno Quites Machado Filho
New
powerpc64: Document binutils 2.29 requirement
powerpc64: Document binutils 2.29 requirement
- -
-
-
-
2021-01-22
Tulio Magno Quites Machado Filho
New
[PATCHv3] Update INSTALL with package versions that are known to work
[PATCHv3] Update INSTALL with package versions that are known to work
- -
-
-
-
2021-01-22
Tulio Magno Quites Machado Filho
New
[1/4] csu: randomize location of TCB
Improved ASLR
- -
-
-
-
2020-11-28
Topi Miettinen
New
[2/4] malloc: use mmap() to improve ASLR
Improved ASLR
- -
-
-
-
2020-11-28
Topi Miettinen
New
[3/4] dl-sysdep: disable remaining calls to sbrk()
Improved ASLR
- -
-
-
-
2020-11-28
Topi Miettinen
New
[4/4] tunables: use mmap() instead of sbrk()
Improved ASLR
- -
-
-
-
2020-11-28
Topi Miettinen
New
Correct the Big5-HKSCS converter to preserve low order state bits (bug 25744)
Correct the Big5-HKSCS converter to preserve low order state bits (bug 25744)
- -
-
-
-
2020-04-07
Tom Honermann
New
[v2] strftime: Allow use of both 'O' and 'E' like "%OEy", "%OEY" [BZ #24453]
- -
-
-
-
2019-04-18
TAMUKI Shoichi
New
Building math-vector-fortran.h in glibc
- -
-
-
-
2019-01-18
Steve Ellcey
New
RFC: Patch to avoid using _finite calls in some cases (including in libmvec names)
- -
-
-
-
2019-03-13
Steve Ellcey
RFC
[v2] Aarch64: Add simd exp/expf functions
- -
-
-
-
2019-05-22
Steve Ellcey
New
Speedup nptl/tst-mutex9 and nptl/tst-mutexpi9.
- -
-
-
-
2019-09-12
Stefan Liebler
Changes Requested
Speedup various nptl/tst-mutex5 tests.
- -
-
-
-
2019-09-12
Stefan Liebler
Changes Requested
Speedup nptl/tst-cond11 and nptl/tst-cond11-static.
- -
-
-
-
2019-09-12
Stefan Liebler
Changes Requested
Speedup nptl/tst-rwlock19.
- -
-
-
-
2019-09-17
Stefan Liebler
Changes Requested
Speedup various nptl/tst-cancel20 and nptl/tst-cancel21 tests.
- -
-
-
-
2019-09-20
Stefan Liebler
Changes Requested
[1/4] Use libc_fe* macros in ldbl-128/s_nearbyintl.c.
[1/4] Use libc_fe* macros in ldbl-128/s_nearbyintl.c.
- -
-
-
-
2020-03-25
Stefan Liebler
Changes Requested
[2/4] Use libc_fe* macros in ldbl-128/s_fmal.c.
[1/4] Use libc_fe* macros in ldbl-128/s_nearbyintl.c.
- -
-
-
-
2020-03-25
Stefan Liebler
Changes Requested
[3/4] Use libc_fe* macros in ldbl-128/e_expl.c.
[1/4] Use libc_fe* macros in ldbl-128/s_nearbyintl.c.
- -
-
-
-
2020-03-25
Stefan Liebler
Changes Requested
[4/4] Use libc_fe* macros in k_standardl.c.
[1/4] Use libc_fe* macros in ldbl-128/s_nearbyintl.c.
- -
-
-
-
2020-03-25
Stefan Liebler
Changes Requested
[RFC] sysvipc: Fix handling of direct syscalls
[RFC] sysvipc: Fix handling of direct syscalls
- -
-
-
-
2020-05-01
Stafford Horne
New
[RFC] math/testtgmath2: Fix breakage on fabs Vldouble1 due to optimization
[RFC] math/testtgmath2: Fix breakage on fabs Vldouble1 due to optimization
- -
-
-
-
2021-01-07
Stafford Horne
New
linux: Use stat_overflow to check overflow in fstatat
linux: Use stat_overflow to check overflow in fstatat
- -
-
-
-
2021-01-14
Stafford Horne
New
getmntent: Generalize octal decoding
getmntent: Generalize octal decoding
- -
-
-
-
2020-12-16
Siddhesh Poyarekar
New
aarch64: push the set of rules before falling into slow path
aarch64: push the set of rules before falling into slow path
- -
-
-
-
2021-01-04
Shuo Wang
New
aarch64: revert memcpy optimze for kunpeng to avoid performance degradation
aarch64: revert memcpy optimze for kunpeng to avoid performance degradation
- -
-
-
-
2021-01-20
Shuo Wang
New
aarch64: revert memcpy optimze for kunpeng to avoid performance degradation
aarch64: revert memcpy optimze for kunpeng to avoid performance degradation
- -
-
-
-
2021-01-20
Shuo Wang
New
x86: Adding an upper bound for Enhanced REP MOVSB.
x86: Adding an upper bound for Enhanced REP MOVSB.
1 -
-
-
-
2021-01-07
sajan.karumanchi--- via Libc-alpha
New
x86: Adding an upper bound for Enhanced REP MOVSB.
x86: Adding an upper bound for Enhanced REP MOVSB.
1 -
-
-
-
2021-01-11
sajan.karumanchi--- via Libc-alpha
New
[1/1] x86: Adding an upper bound for Enhanced REP MOVSB.
[1/1] x86: Adding an upper bound for Enhanced REP MOVSB.
1 -
-
-
-
2021-01-12
sajan.karumanchi--- via Libc-alpha
New
x86: Adding an upper bound for Enhanced REP MOVSB.
x86: Adding an upper bound for Enhanced REP MOVSB.
1 -
-
-
-
2021-01-13
sajan.karumanchi--- via Libc-alpha
Changes Requested
x86: Adding an upper bound for Enhanced REP MOVSB.
x86: Adding an upper bound for Enhanced REP MOVSB.
1 -
-
-
-
2021-01-22
sajan.karumanchi--- via Libc-alpha
New
[2/2] rtld: turn "Already zero" assumptions into asserts
[1/2] rtld: fix typo in comment
- -
-
-
-
2020-09-22
Rolf Eike Beer
New
powerpc: Add optimized ilogbf128 for POWER9
powerpc: Add optimized ilogbf128 for POWER9
- -
-
-
-
2020-12-22
Raphael M Zinsly
tuliom
Changes Requested
[2/2] benchtests: Add ilogbf128 test
powerpc: Add optimized ilogbf128 for POWER9
- -
-
-
-
2020-12-22
Raphael M Zinsly
New
[RFC] pthread support for FUTEX_WAIT_MULTIPLE
- -
-
-
-
2019-07-31
Pierre-Loup A. Griffais
RFC
sunrpc: use snprintf to guard against buffer overflow
sunrpc: use snprintf to guard against buffer overflow
- -
-
-
-
2020-12-02
Philipp Tomsich
New
[v2] sunrpc: use snprintf instead of an implied length-guarantee on a format argument
[v2] sunrpc: use snprintf instead of an implied length-guarantee on a format argument
- -
-
-
-
2020-12-03
Philipp Tomsich
New
[v6,1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
[v6,1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
- -
-
-
-
2020-12-30
Peter Collingbourne
New
«
1
2
3
4
…
4
5
»