public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v6 0/4] Optimize CAS [BZ #28537]
 2021-11-18  1:16 UTC  (14+ 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 4/4] Avoid extra load with CAS in __pthread_mutex_clocklock_common "

Can DT_RELR catch up glibc 2.35?
 2021-11-18  0:30 UTC  (7+ messages)

[patch v3] Allow for unpriviledged nested containers
 2021-11-17 22:44 UTC  (3+ messages)

Compatibility .so linker scripts for merged libraries
 2021-11-17 21:32 UTC  (5+ messages)

Fwd: [PATCH v5 00/22] Some rtld-audit fixes
 2021-11-17 20:42 UTC  (2+ messages)

[PATCH v3] elf: Pre-generate Makefile fragment for DSO sorting tests [BZ #28550]
 2021-11-17 19:18 UTC 

RFC: Improve hypot performance
 2021-11-17 19:02 UTC  (2+ messages)

[PATCH v2] elf: Use a temporary file to generate Makefile fragments [BZ #28550]
 2021-11-17 16:41 UTC  (9+ messages)

[PATCH v2] socket: Do not use AF_NETLINK in __opensock
 2021-11-17 16:07 UTC 

[PATCH] socket: Do not use AF_NETLINK in __opensock
 2021-11-17 15:40 UTC  (2+ messages)

glibc build failure due to Systemtap probe change
 2021-11-17 15:39 UTC  (5+ messages)

[PATCH] AArch64: Optimize memcmp
 2021-11-17 14:12 UTC 

[PATCH v3] Linux: Simplify __opensock and fix race condition [BZ #28353]
 2021-11-17 13:54 UTC  (3+ messages)

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (Nov 18, 2021)
 2021-11-17 13:51 UTC 

[PATCH 0/3] Add _dl_find_eh_frame function for unwinder optimization
 2021-11-17 13:40 UTC  (8+ 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 3/3] elf: Add _dl_find_eh_frame function

[PATCH] New option --enable-pie-programs
 2021-11-17 10:04 UTC  (7+ messages)

Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.h
 2021-11-17  7:16 UTC  (2+ messages)

[PATCH v2] malloc: Fix malloc debug for 2.35 onwards
 2021-11-17  3:44 UTC  (3+ messages)

[PATCH] powerpc: Define USE_PPC64_NOTOC iff compiler and linker also supports it
 2021-11-17  2:30 UTC  (10+ messages)

[COMMITTED] elf: hidden visibility for __minimal_malloc functions
 2021-11-16 19:04 UTC 

[PATCH 1/6] x86-64: Create microbenchmark infrastructure for libmvec
 2021-11-16 18:40 UTC  (27+ messages)
` [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] "
        ` [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 "

tst-dso-ordering* failing on aarch64 with --enable-static-pie
 2021-11-16 18:13 UTC  (5+ messages)

[PATCH v6 00/20] Multiple rtld-audit fixes
 2021-11-16 14:16 UTC  (27+ 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] [piNG 12] localedata: add new locale ab_GE
 2021-11-16 13:15 UTC 

[PATCH v2 0/2] Update Makefile fragments for DSO sorting tests
 2021-11-16 13:15 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  9:02 UTC  (5+ messages)

[PATCH] malloc: Fix malloc debug for 2.35 onwards
 2021-11-16  5:29 UTC  (9+ messages)

[patch v1] Allow for unpriviledged nested containers
 2021-11-15 22:43 UTC  (4+ messages)
` [patch v2] "

[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 v5 00/22] Multiple rtld-audit fixes
 2021-11-15 17:04 UTC  (21+ messages)
` [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 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

page:  |  | 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).