[PATCH] malloc: Fix malloc debug for 2.35 onwards
2021-11-16 5:29 UTC (9+ messages)
[PATCH v2 0/2] Update Makefile fragments for DSO sorting tests
2021-11-16 4:48 UTC (13+ messages)
` [PATCH v2 1/2] dso-ordering-test.py: Put all sources in one directory [BZ #28550]
` [PATCH v2 2/2] elf: Pre-generate Makefile fragment for DSO sorting tests "
` [PATCH] elf: Use a temporary file to generate Makefile fragments "
Patchwork review workflow: archival rules
2021-11-16 4:22 UTC
[PATCH 0/6] Implement microbenchmark for libmvec
2021-11-16 0:12 UTC (33+ messages)
` [PATCH 1/6] x86-64: Create microbenchmark infrastructure "
` [PATCH v2 0/6] Implement microbenchmark "
` [PATCH v2 1/6] x86-64: Create microbenchmark infrastructure "
` [PATCH v3 0/6] Implement microbenchmark "
` [PATCH v3 1/6] x86-64: Create microbenchmark infrastructure "
` [PATCH v3 2/6] x86-64: Add vector cos/cosf to libmvec microbenchmark
` [PATCH v3 3/6] x86-64: Add vector exp/expf "
` [PATCH v3 4/6] x86-64: Add vector log/logf "
` [PATCH v3 5/6] x86-64: Add vector pow/powf "
` [PATCH v3 6/6] x86-64: Add vector sin/sinf "
` [PATCH v2 2/6] x86-64: Add vector cos/cosf "
` [PATCH v2 3/6] x86-64: Add vector exp/expf "
` [PATCH v2 4/6] x86-64: Add vector log/logf "
` [PATCH v2 5/6] x86-64: Add vector pow/powf "
` [PATCH v2 6/6] x86-64: Add vector sin/sinf "
` [PATCH 5/6] x86-64: Add pow/powf "
[patch v3] Allow for unpriviledged nested containers
2021-11-15 23:08 UTC
[patch v1] Allow for unpriviledged nested containers
2021-11-15 22:43 UTC (6+ messages)
` [patch v2] "
[PATCH 0/3] Add _dl_find_eh_frame function for unwinder optimization
2021-11-15 19:28 UTC (5+ messages)
` [PATCH 1/3] nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
` [PATCH 2/3] elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres
[PATCH] elf: Install a symbolic link to ld.so as /usr/bin/ld.so
2021-11-15 19:08 UTC (3+ messages)
[PATCH v2] elf: Install a symbolic link to ld.so as /usr/bin/ld.so
2021-11-15 19:07 UTC
[PATCH v6 00/20] Multiple rtld-audit fixes
2021-11-15 19:01 UTC (22+ messages)
` [PATCH v6 01/20] elf: Suppress audit calls when a (new) namespace is empty (BZ #28062)
` [PATCH v6 02/20] elf: Add _dl_audit_objopen
` [PATCH v6 03/20] elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
` [PATCH v6 04/20] elf: Add _dl_audit_objsearch
` [PATCH v6 05/20] elf: Add _dl_audit_objclose
` [PATCH v6 06/20] elf: Add _dl_audit_symbind_alt and _dl_audit_symbind
` [PATCH v6 07/20] elf: Add _dl_audit_preinit
` [PATCH v6 08/20] elf: Add _dl_audit_pltenter
` [PATCH v6 09/20] elf: Add _dl_audit_pltexit
` [PATCH v6 10/20] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
` [PATCH v6 11/20] elf: Add audit tests for modules with TLSDESC
` [PATCH v6 12/20] elf: Do not fail for failed dlmopen on audit modules (BZ #28061)
` [PATCH v6 13/20] elf: Fix initial-exec TLS access on audit modules (BZ #28096)
` [PATCH v6 14/20] elf: Issue audit la_objopen() for vDSO
` [PATCH v6 15/20] elf: Run constructors if executable has a soname of a dependency
` [PATCH v6 16/20] elf: Add main application on main_map l_name
` [PATCH v6 17/20] elf: Add la_activity during application exit
` [PATCH v6 18/20] elf: Issue la_symbind() for bind-now (BZ #23734)
` [PATCH v6 19/20] elf: Fix runtime linker auditing on aarch64 (BZ #26643)
` [PATCH v6 20/20] elf: Add SVE support for aarch64 rtld-audit
[PATCH v5 00/22] Multiple rtld-audit fixes
2021-11-15 17:04 UTC (49+ messages)
` [PATCH v5 01/22] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
` [PATCH v5 02/22] elf: Add audit tests for modules with TLSDESC
` [PATCH v5 03/22] elf: Do not fail for failed dlopem on audit modules (BZ #28061)
` [PATCH v5 04/22] elf: Suppress audit calls when a (new) namespace is empty (BZ #28062)
` [PATCH v5 05/22] elf: Fix initial-exec TLS access on audit modules (BZ #28096)
` [PATCH v5 06/22] elf: Add _dl_audit_objopen
` [PATCH v5 07/22] elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
` [PATCH v5 14/22] elf: Issue audit la_objopen() for vDSO
` [PATCH v5 15/22] elf: Run constructors if executable has a soname of a dependency
` [PATCH v5 16/22] elf: Add main application on main_map l_name
` [PATCH v5 17/22] elf: Add la_activity during application exit
` [PATCH v5 18/22] elf: Issue la_symbind() for bind-now (BZ #23734)
` [PATCH v5 20/22] elf: Move LAV_CURRENT to link_lavcurrent.h
` [RFC v5 22/22] elf: Add SVE support for aarch64 rtld-audit
[PATCH v7 0/4] arm64: Enable BTI for the executable as well as the interpreter
2021-11-15 15:27 UTC (5+ messages)
` [PATCH v7 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v7 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v7 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v7 4/4] elf: Remove has_interp property from arch_parse_elf_property()
[PATCH v7 0/1] RFC: Add <sys/tagged-address.h>
2021-11-15 13:49 UTC (3+ messages)
[PATCH] Move assignment out of the CAS condition
2021-11-15 13:42 UTC (2+ messages)
[PATCH v6 3/4] Reduce CAS in malloc spinlocks
2021-11-15 13:01 UTC
[PATCH v2 00/13] Glibc OpenRISC port
2021-11-13 3:16 UTC (14+ messages)
` [PATCH v2 01/13] elf: Add reloc for OpenRISC
` [PATCH v2 02/13] linux/syscalls: Add or1k_atomic syscall "
` [PATCH v2 03/13] or1k: ABI Implementation
` [PATCH v2 04/13] or1k: startup and dynamic linking code
` [PATCH v2 05/13] or1k: Thread Local Storage support
` [PATCH v2 06/13] or1k: Atomics and Locking primitives
` [PATCH v2 07/13] or1k: math soft float support
` [PATCH v2 08/13] or1k: Linux Syscall Interface
` [PATCH v2 09/13] or1k: Linux ABI
` [PATCH v2 10/13] or1k: ABI lists
` [PATCH v2 11/13] or1k: Build Infrastructure
` [PATCH v2 12/13] build-many-glibcs.py: add OpenRISC support
` [PATCH v2 13/13] Documentation for OpenRISC port
[PATCH v2] tst-tzset: output reason when creating 4GiB file fails
2021-11-12 23:10 UTC (4+ messages)
Cancelled Patch Review meeting for Monday November 15th
2021-11-12 21:36 UTC
[PATCH v6 0/4] Optimize CAS [BZ #28537]
2021-11-12 18:51 UTC (10+ messages)
` [PATCH v6 1/4] Add LLL_MUTEX_READ_LOCK "
` [PATCH v6 2/4] Avoid extra load with CAS in __pthread_mutex_lock_full "
` [PATCH v6 3/4] Reduce CAS in malloc spinlocks
` [PATCH v6 4/4] Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]
[PATCH v2 0/3] Fixes for getnameinfo() with NI_NOFQDN
2021-11-12 15:44 UTC (5+ messages)
` [PATCH v2 1/3] inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)
` [PATCH v2 2/3] inet: Remove strdupa from nrl_domainname()
` [PATCH v2 3/3] inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory
[PATCH] elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]
2021-11-12 13:14 UTC (3+ messages)
[PATCH] test-container: Set /bin up as a symbolic link to /usr/bin
2021-11-12 12:25 UTC (2+ messages)
Can DT_RELR catch up glibc 2.35?
2021-11-12 7:47 UTC
[PATCH v3 0/7] Improve hypot()
2021-11-11 20:54 UTC (9+ messages)
` [PATCH v3 5/7] math: Remove powerpc e_hypot
[PATCH 0/3] Fixes for getnameinfo() with NI_NOFQDN
2021-11-11 17:41 UTC (14+ messages)
` [PATCH 1/3] inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)
` [PATCH 2/3] inet: Remove strdupa from nrl_domainname()
` [PATCH 3/3] inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory
[PATCH v1] String: Split memcpy tests so that parallel build is faster
2021-11-11 16:49 UTC (4+ messages)
[PATCH v1] x86: Shrink memcmp-sse4.S code size
2021-11-11 2:15 UTC (3+ messages)
[PATCH v4 0/3] Optimize CAS [BZ #28537]
2021-11-11 0:30 UTC (14+ messages)
[PATCH v5 0/3] Optimize CAS [BZ #28537]
2021-11-10 20:53 UTC (6+ messages)
` [PATCH v5 1/3] Reduce CAS in low level locks "
` [PATCH v5 2/3] Reduce CAS in __pthread_mutex_lock_full "
` [PATCH v5 3/3] Optimize "
Monday Patch Queue Review update (2021-11-08)
2021-11-10 16:37 UTC
Support C2X printf %b, %B
2021-11-10 15:37 UTC (5+ messages)
` [PATCH v2] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).