public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/6] Reliable CPU compatibility diagnostics in ld.so
 2022-01-14 18:38 UTC  (10+ messages)
` [PATCH v2 1/6] elf/Makefile: Reflow and sort most variable assignments
` [PATCH v2 2/6] elf: Split dl-printf.c from dl-misc.c
` [PATCH v2 3/6] Add --with-rtld-early-cflags configure option
` [PATCH v2 4/6] powerpc64le: Use <gcc-macros.h> in early HWCAP check
` [PATCH v2 5/6] x86: Add x86-64-vN check to early startup
` [PATCH 6/6] s390x: Use <gcc-macros.h> in early HWCAP check

glibc 2.35 failures in elf/tst-cpu-features-cpuinfo-static
 2022-01-14 18:13 UTC  (4+ messages)

This makefile is a subroutine of elf/Makefile not to be used directly
 2022-01-14 17:48 UTC  (3+ messages)

[PATCH 0/3] Fix elf/tst-dl_find_objects with --enable-hardcoded-path-in-tests
 2022-01-14 16:12 UTC  (13+ messages)
` [PATCH 3/3] elf/tst-dl_find_object: Disable subtests for non-contiguous maps (bug 28732)

[PATCH] debug: Improve error message on fdelt_chk
 2022-01-14 14:43 UTC  (4+ messages)

[PATCH 0/7] Reliable CPU compatibility diagnostics in ld.so
 2022-01-14 14:34 UTC  (17+ messages)
` [PATCH 1/7] x86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march=x86-64-vN (bug 28782)
` [PATCH 2/7] Generate gcc-macros.h
` [PATCH 3/7] elf: Split dl-printf.c from dl-misc.c
` [PATCH 4/7] Add --early-cflags configure option
` [PATCH 5/7] powerpc64le: Use <gcc-macros.h> in early HWCAP check
` [PATCH 6/7] x86: Add x86-64-vN check to early startup
` [PATCH 7/7] s390x: Use <gcc-macros.h> in early HWCAP check

[PATCH v3 1/3] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall
 2022-01-14 13:36 UTC  (12+ messages)
` [PATCH v3 2/3] selftests/x86/Makefile: Support per-target $(LIBS) configuration
  ` [PATCH v3 3/3] x86: Add test for arch_prctl(ARCH_VSYSCALL_CONTROL)

[PATCH] Disable debuginfod in printer tests [BZ #28757]
 2022-01-14  9:14 UTC  (2+ messages)

[PATCH] math: Add more inputs to atan2 accuracy tests [BZ #28765]
 2022-01-14  8:44 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2 0/4] CVE-2022-23218, CVE-2022-23219: sunrpc buffer overflows
 2022-01-14  8:24 UTC  (5+ messages)
` [PATCH 1/4] socket: Add the __sockaddr_un_set function
` [PATCH v2 2/4] CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)
` [PATCH 3/4] sunrpc: Test case for clnt_create "unix" buffer overflow "
` [PATCH v2 4/4] CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)

[PATCH] elf/dl-deps.c: Make _dl_build_local_scope breadth first
 2022-01-13 19:02 UTC  (12+ messages)

[PATCH] Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)
 2022-01-13 18:00 UTC  (13+ messages)

[PATCH v6] posix: Add terminal control setting support for posix_spawn
 2022-01-13 17:21 UTC  (3+ messages)

[PATCH v9 0/4] Multiple rtld-audit fixes
 2022-01-13 16:24 UTC  (7+ messages)
` [PATCH v9 4/4] elf: Fix runtime linker auditing on aarch64 (BZ #26643)

[PATCH] resolv: Fix a domain search list check
 2022-01-13 16:21 UTC 

[glibc] stdlib: Sort tests in Makefile
 2022-01-13 14:33 UTC  (5+ messages)
  ` [PATCH] stdlib: Fix formatting of tests list "

[PATCH] realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]
 2022-01-13 14:03 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] i386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)
 2022-01-13 13:36 UTC  (2+ messages)

[PATCH] Linux: Add epoll_pwait2
 2022-01-13 10:07 UTC  (2+ messages)

[committed] stdlib: Sort tests in Makefile
 2022-01-13  5:06 UTC 

correctly rounded mathematical functions
 2022-01-13  5:00 UTC  (6+ messages)

[PATCH v2 0/9] ld: Implement DT_RELR for x86
 2022-01-13  3:00 UTC  (12+ messages)
` [PATCH v2 9/9] ld: Add glibc dependency for DT_RELR

tests failing on x86_64-linux (due to test-container?)
 2022-01-12 23:24 UTC  (5+ messages)

Update syscall lists for Linux 5.16
 2022-01-12 22:46 UTC  (2+ messages)

[PATCH 0/2] Remove some i386 system call optimizations
 2022-01-12 22:33 UTC  (14+ messages)
` [PATCH 1/2] i386: Always treat %ebx as an allocatable register
` [PATCH 2/2] i386: Always use __libc_do_syscall for 6-argument syscalls (bug 27997)

[PATCH] x86_64: Fix SSE4.2 libmvec atan2 function accuracy [BZ #28765]
 2022-01-12 22:23 UTC  (2+ messages)

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (Jan 13, 2022)
 2022-01-12 18:45 UTC  (2+ messages)

[PATCH] Add valgrind smoke test
 2022-01-12 17:15 UTC  (2+ messages)

[PATCH 0/4] Fix two sunrpc buffer overflows
 2022-01-12 17:01 UTC  (5+ messages)
` [PATCH 1/4] socket: Add the __sockaddr_un_set function
` [PATCH 2/4] sunrpc: Fix buffer overflow in clnt_create for "unix" (bug 22542)
` [PATCH 3/4] sunrpc: Test case for clnt_create "unix" buffer overflow "
` [PATCH 4/4] sunrpc: Fix path buffer overflow in svcunix_create (bug 28768)

[PATCH v2] Use LFS and 64 bit time for installed programs (BZ #15333)
 2022-01-12 16:07 UTC  (4+ messages)

[COMMITTED] Do not build libresolv module with 64 bit time_t flags
 2022-01-12 15:51 UTC 

[PATCH] timezone: Fix tst-bz28707 Makefile rule
 2022-01-12 13:37 UTC  (3+ messages)

[PATCH v4] linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)
 2022-01-12 13:36 UTC  (2+ messages)

[PATCH 0/2] _FORTIFY_SOURCE fixes
 2022-01-12 13:28 UTC  (16+ messages)
` [PATCH v3 0/2] _FORTIFY_SOURCE fixes [BZ #28746]
  ` [PATCH v3 1/2] debug: Autogenerate _FORTIFY_SOURCE tests
  ` [PATCH v3 2/2] debug: Synchronize feature guards in fortified functions [BZ #28746]
` [PATCH v4 0/2] _FORTIFY_SOURCE fixes "
  ` [PATCH v4 1/2] debug: Autogenerate _FORTIFY_SOURCE tests
  ` [PATCH v4 2/2] debug: Synchronize feature guards in fortified functions [BZ #28746]
` [PATCH v5 0/2] _FORTIFY_SOURCE fixes "
  ` [PATCH v5 1/2] debug: Autogenerate _FORTIFY_SOURCE tests
  ` [PATCH v5 2/2] debug: Synchronize feature guards in fortified functions [BZ #28746]

[PATCH] Enable _FORTIFY_SOURCE=3 for gcc 12 and above
 2022-01-12 12:52 UTC  (4+ messages)

[PATCH] avoid buffer overflow in sunrpc clnt_create (BZ #22542)
 2022-01-12  9:30 UTC  (3+ messages)

Bugzilla account creation disabled
 2022-01-12  9:26 UTC  (2+ messages)

[PATCH] manual: Drop obsolete @refill
 2022-01-12  8:47 UTC  (2+ messages)

[PATCH 2/3]: C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t
 2022-01-11 19:23 UTC  (3+ messages)

[PATCH] powerpc: Use the correct flag for 32-bit known libraries
 2022-01-11 19:22 UTC  (4+ messages)
` [RFC] Remove special flags of libc.5.so and libc.4.so

[PATCH 0/5] Linux: Auxiliary vector parsing cleanups
 2022-01-11 18:44 UTC  (6+ messages)
` [PATCH 1/5] elf: Merge dl-sysdep.c into the Linux version
` [PATCH 2/5] Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE
` [PATCH 3/5] Linux: Remove DL_FIND_ARG_COMPONENTS
` [PATCH 4/5] Linux: Assume that NEED_DL_SYSINFO_DSO is always defined
` [PATCH 5/5] Linux: Consolidate auxiliary vector parsing

[COMMITTED] aarch64: Add HWCAP2_ECV from Linux 5.16
 2022-01-11 16:15 UTC 

Use Linux 5.16 in build-many-glibcs.py
 2022-01-11  8:14 UTC  (2+ messages)

[PATCH v1 1/5] x86: Optimize strcmp-avx2.S and fix for [BZ# 28755]
 2022-01-11  2:15 UTC  (10+ messages)
` [PATCH v3 1/7] x86: Fix __wcsncmp_avx2 in strcmp-avx2.S "
  ` [PATCH v3 2/7] x86: Fix __wcsncmp_evex in strcmp-evex.S "
  ` [PATCH v3 3/7] string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]
  ` [PATCH v3 4/7] string: Improve coverage in test-strcmp.c and test-strncmp.c
  ` [PATCH v3 5/7] x86: Optimize strcmp-avx2.S
  ` [PATCH v3 6/7] x86: Optimize strcmp-evex.S
  ` [PATCH v3 7/7] benchtests: Add more coverage for strcmp and strncmp benchmarks

Why -static-libgcc? (Or: Do we need a build-time libc.so linker script?)
 2022-01-11  0:58 UTC  (4+ messages)

[PATCH v2 3/7] string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]
 2022-01-10 21:38 UTC  (3+ messages)

glibc-2.35 - Entering slush ABI freeze / Reviewing release blockers
 2022-01-10 16:52 UTC  (4+ messages)

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