Show patches with: Archived = No       |   28281 patches
« 1 2 ... 71 72 73282 283 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v6,08/20] elf: Add _dl_audit_pltenter Multiple rtld-audit fixes - - 1 - --- 2021-11-15 Adhemerval Zanella Netto New
[v6,07/20] elf: Add _dl_audit_preinit Multiple rtld-audit fixes - - - - --- 2021-11-15 Adhemerval Zanella Netto New
[v6,06/20] elf: Add _dl_audit_symbind_alt and _dl_audit_symbind Multiple rtld-audit fixes - - - - --- 2021-11-15 Adhemerval Zanella Netto New
[v6,05/20] elf: Add _dl_audit_objclose Multiple rtld-audit fixes - - - - --- 2021-11-15 Adhemerval Zanella Netto New
[v6,04/20] elf: Add _dl_audit_objsearch Multiple rtld-audit fixes - - - - --- 2021-11-15 Adhemerval Zanella Netto New
[v6,03/20] elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid Multiple rtld-audit fixes - - - - --- 2021-11-15 Adhemerval Zanella Netto New
[v6,02/20] elf: Add _dl_audit_objopen Multiple rtld-audit fixes - - - - --- 2021-11-15 Adhemerval Zanella Netto New
[v6,01/20] elf: Suppress audit calls when a (new) namespace is empty (BZ #28062) Multiple rtld-audit fixes - - 1 - --- 2021-11-15 Adhemerval Zanella Netto New
elf: Install a symbolic link to ld.so as /usr/bin/ld.so elf: Install a symbolic link to ld.so as /usr/bin/ld.so - - - - --- 2021-11-15 Florian Weimer New
[v7,4/4] elf: Remove has_interp property from arch_parse_elf_property() arm64: Enable BTI for the executable as well as the interpreter - - 1 1 --- 2021-11-15 Mark Brown New
[v7,3/4] elf: Remove has_interp property from arch_adjust_elf_prot() arm64: Enable BTI for the executable as well as the interpreter - - 1 1 --- 2021-11-15 Mark Brown New
[v7,2/4] arm64: Enable BTI for main executable as well as the interpreter arm64: Enable BTI for the executable as well as the interpreter - - 1 1 --- 2021-11-15 Mark Brown New
[v7,1/4] elf: Allow architectures to parse properties on the main executable arm64: Enable BTI for the executable as well as the interpreter - - 1 1 --- 2021-11-15 Mark Brown New
[v2,13/13] Documentation for OpenRISC port Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,12/13] build-many-glibcs.py: add OpenRISC support Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,11/13] or1k: Build Infrastructure Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,10/13] or1k: ABI lists Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,09/13] or1k: Linux ABI Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,08/13] or1k: Linux Syscall Interface Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,07/13] or1k: math soft float support Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,06/13] or1k: Atomics and Locking primitives Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,05/13] or1k: Thread Local Storage support Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,04/13] or1k: startup and dynamic linking code Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,03/13] or1k: ABI Implementation Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,02/13] linux/syscalls: Add or1k_atomic syscall for OpenRISC Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
[v2,01/13] elf: Add reloc for OpenRISC Glibc OpenRISC port - - - - --- 2021-11-13 Stafford Horne New
malloc: Fix malloc debug for 2.35 onwards malloc: Fix malloc debug for 2.35 onwards - 1 - - --- 2021-11-13 Stafford Horne New
Move assignment out of the CAS condition Move assignment out of the CAS condition - - - - --- 2021-11-12 H.J. Lu New
[v2,6/6] x86-64: Add vector sin/sinf to libmvec microbenchmark Implement microbenchmark for libmvec - - - - --- 2021-11-12 Sunil Pandey New
[v2,5/6] x86-64: Add vector pow/powf to libmvec microbenchmark Implement microbenchmark for libmvec - - - - --- 2021-11-12 Sunil Pandey New
[v2,4/6] x86-64: Add vector log/logf to libmvec microbenchmark Implement microbenchmark for libmvec - - - - --- 2021-11-12 Sunil Pandey New
[v2,3/6] x86-64: Add vector exp/expf to libmvec microbenchmark Implement microbenchmark for libmvec - - - - --- 2021-11-12 Sunil Pandey New
[v2,2/6] x86-64: Add vector cos/cosf to libmvec microbenchmark Implement microbenchmark for libmvec - - - - --- 2021-11-12 Sunil Pandey New
[v2,1/6] x86-64: Create microbenchmark infrastructure for libmvec Implement microbenchmark for libmvec - - - - --- 2021-11-12 Sunil Pandey New
[v2,3/3] inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory Fixes for getnameinfo() with NI_NOFQDN - - - - --- 2021-11-12 Adhemerval Zanella Netto New
[v2,2/3] inet: Remove strdupa from nrl_domainname() Fixes for getnameinfo() with NI_NOFQDN - - - - --- 2021-11-12 Adhemerval Zanella Netto New
[v2,1/3] inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566) Fixes for getnameinfo() with NI_NOFQDN - - - - --- 2021-11-12 Adhemerval Zanella Netto New
test-container: Set /bin up as a symbolic link to /usr/bin test-container: Set /bin up as a symbolic link to /usr/bin - - - - --- 2021-11-12 Arjun Shankar New
[v6,4/4] Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537] Optimize CAS [BZ #28537] - - 1 - --- 2021-11-11 H.J. Lu New
[v6,3/4] Reduce CAS in malloc spinlocks Optimize CAS [BZ #28537] - - - - --- 2021-11-11 H.J. Lu New
[v6,2/4] Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537] Optimize CAS [BZ #28537] - - 1 - --- 2021-11-11 H.J. Lu New
[v6,1/4] Add LLL_MUTEX_READ_LOCK [BZ #28537] Optimize CAS [BZ #28537] - - - - --- 2021-11-11 H.J. Lu New
[v1] x86: Shrink memcmp-sse4.S code size [v1] x86: Shrink memcmp-sse4.S code size - - 1 - --- 2021-11-11 Noah Goldstein New
[v1] String: Split memcpy tests so that parallel build is faster [v1] String: Split memcpy tests so that parallel build is faster - - 1 - --- 2021-11-10 Noah Goldstein New
[3/3] inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory Fixes for getnameinfo() with NI_NOFQDN - - - - --- 2021-11-10 Adhemerval Zanella Netto New
[2/3] inet: Remove strdupa from nrl_domainname() Fixes for getnameinfo() with NI_NOFQDN - - - - --- 2021-11-10 Adhemerval Zanella Netto New
[1/3] inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566) Fixes for getnameinfo() with NI_NOFQDN - - - - --- 2021-11-10 Adhemerval Zanella Netto New
[v5,3/3] Optimize CAS in __pthread_mutex_lock_full [BZ #28537] Optimize CAS [BZ #28537] - - - - --- 2021-11-10 H.J. Lu New
[v5,2/3] Reduce CAS in __pthread_mutex_lock_full [BZ #28537] Optimize CAS [BZ #28537] - - - - --- 2021-11-10 H.J. Lu New
[v5,1/3] Reduce CAS in low level locks [BZ #28537] Optimize CAS [BZ #28537] - - - - --- 2021-11-10 H.J. Lu New
[6/6] x86-64: Add sin/sinf to libmvec microbenchmark Implement microbenchmark for libmvec - - - - --- 2021-11-10 Sunil Pandey New
[5/6] x86-64: Add pow/powf to libmvec microbenchmark Implement microbenchmark for libmvec - - - - --- 2021-11-10 Sunil Pandey New
[4/6] x86-64: Add log/logf to libmvec microbenchmark Implement microbenchmark for libmvec - - - - --- 2021-11-10 Sunil Pandey New
[3/6] x86-64: Add exp/expf to libmvec microbenchmark Implement microbenchmark for libmvec - - - - --- 2021-11-10 Sunil Pandey New
[2/6] x86-64: Add cos/cosf to libmvec microbenchmark Implement microbenchmark for libmvec - - - - --- 2021-11-10 Sunil Pandey New
[1/6] x86-64: Create microbenchmark infrastructure for libmvec Implement microbenchmark for libmvec - - - - --- 2021-11-10 Sunil Pandey New
[COMMITTED] Fix build a chec failures after b05fae4d8e34 [COMMITTED] Fix build a chec failures after b05fae4d8e34 - - - - --- 2021-11-10 Adhemerval Zanella Netto New
[v4,3/3] Optimize CAS in __pthread_mutex_lock_full [BZ #28537] Optimize CAS [BZ #28537] - - - - --- 2021-11-10 H.J. Lu New
[v4,2/3] Reduce CAS in __pthread_mutex_lock_full [BZ #28537] Optimize CAS [BZ #28537] - - - - --- 2021-11-10 H.J. Lu New
[v4,1/3] Reduce CAS in low level locks [BZ #28537] Optimize CAS [BZ #28537] - - - - --- 2021-11-10 H.J. Lu New
[v1] Allow for unpriviledged nested containers [v1] Allow for unpriviledged nested containers - - - - --- 2021-11-09 DJ Delorie New
[v3] Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.S [v3] Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.S - - - - --- 2021-11-09 H.J. Lu New
[RFC,v5,22/22] elf: Add SVE support for aarch64 rtld-audit Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,21/22] elf: Fix runtime linker auditing on aarch64 (BZ #26643) Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,20/22] elf: Move LAV_CURRENT to link_lavcurrent.h Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,19/22] elf: Add LA_SYMB_BINDNOW Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,18/22] elf: Issue la_symbind() for bind-now (BZ #23734) Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,17/22] elf: Add la_activity during application exit Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,16/22] elf: Add main application on main_map l_name Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,15/22] elf: Run constructors if executable has a soname of a dependency Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,14/22] elf: Issue audit la_objopen() for vDSO Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,13/22] elf: Add _dl_audit_pltexit Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,12/22] elf: Add _dl_audit_pltenter Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,11/22] elf: Add _dl_audit_preinit Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,10/22] elf: Add _dl_audit_symbind_alt and _dl_audit_symbind Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,09/22] elf: Add _dl_audit_objclose Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,08/22] elf: Add _dl_audit_objsearch Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,07/22] elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,06/22] elf: Add _dl_audit_objopen Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,05/22] elf: Fix initial-exec TLS access on audit modules (BZ #28096) Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,04/22] elf: Suppress audit calls when a (new) namespace is empty (BZ #28062) Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,03/22] elf: Do not fail for failed dlopem on audit modules (BZ #28061) Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,02/22] elf: Add audit tests for modules with TLSDESC Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
[v5,01/22] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533) Multiple rtld-audit fixes - - - - --- 2021-11-09 Adhemerval Zanella Netto New
s390: Use long branches across object boundaries (jgh instead of jh) s390: Use long branches across object boundaries (jgh instead of jh) - - 1 - --- 2021-11-09 Florian Weimer New
[PIng,11] localedata: add new locale ab_GE [PIng,11] localedata: add new locale ab_GE - - - - --- 2021-11-09 Nart Tlisha New
stdio: Implement %#m for vfprintf and related functions stdio: Implement %#m for vfprintf and related functions - - - - --- 2021-11-09 Florian Weimer New
[v2] ci: Check for necessary programs when running build-many-glibcs.py [v2] ci: Check for necessary programs when running build-many-glibcs.py - - - - --- 2021-11-08 Lukasz Majewski New
[v2] Remove the unused +make-deps/s-proto.S/s-proto-cancel.S [v2] Remove the unused +make-deps/s-proto.S/s-proto-cancel.S - - - - --- 2021-11-08 H.J. Lu New
[v3] locale: Fix localedata/sort-test undefined behavior [v3] locale: Fix localedata/sort-test undefined behavior - - - - --- 2021-11-08 Adhemerval Zanella Netto New
[v2] io: Refactor close_range and closefrom [v2] io: Refactor close_range and closefrom - - - - --- 2021-11-08 Adhemerval Zanella Netto New
ci: Check for necessary Debian packages when running build-many-glibcs.py ci: Check for necessary Debian packages when running build-many-glibcs.py - - 1 - --- 2021-11-08 Lukasz Majewski New
Add a comment for --enable-initfini-array [BZ #27945] Add a comment for --enable-initfini-array [BZ #27945] - - - - --- 2021-11-08 H.J. Lu New
[v2,2/2] elf: Pre-generate Makefile fragment for DSO sorting tests [BZ #28550] Update Makefile fragments for DSO sorting tests - - - - --- 2021-11-08 H.J. Lu New
[v2,1/2] dso-ordering-test.py: Put all sources in one directory [BZ #28550] Update Makefile fragments for DSO sorting tests - - 1 - --- 2021-11-08 H.J. Lu New
io: Refactor close_range and closefrom io: Refactor close_range and closefrom - - - - --- 2021-11-08 Adhemerval Zanella Netto New
powerpc: Define USE_PPC64_NOTOC iff compiler and linker also supports it powerpc: Define USE_PPC64_NOTOC iff compiler and linker also supports it - - 2 - --- 2021-11-08 Adhemerval Zanella Netto New
test-memcpy.c: Double TIMEOUT to (8 * 60) test-memcpy.c: Double TIMEOUT to (8 * 60) - - - - --- 2021-11-07 H.J. Lu New
[hurd,commited] hurd: Remove unused __libc_close_range [hurd,commited] hurd: Remove unused __libc_close_range - - - - --- 2021-11-07 Samuel Thibault New
[2/2] elf: Pre-generate Makefile fragments for DSO sorting tests [BZ #28550] Update Makefile fragments for DSO sorting tests - - - - --- 2021-11-07 H.J. Lu New
« 1 2 ... 71 72 73282 283 »