[PATCH v3 00/19] Improve loader environment variable handling
2023-11-06 20:25 UTC (15+ messages)
` [PATCH v3 01/19] elf: Remove /etc/suid-debug support
` [PATCH v3 02/19] elf: Add GLIBC_TUNABLES to unsecvars
` [PATCH v3 03/19] elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
` [PATCH v3 04/19] elf: Add all malloc tunable to unsecvars
` [PATCH v3 05/19] elf: Do not process invalid tunable format
` [PATCH v3 06/19] elf: Do not parse ill-formatted strings
` [PATCH v3 07/19] elf: Fix _dl_debug_vdprintf to work before self-relocation
` [PATCH v3 08/19] elf: Emit warning if tunable is ill-formatted
` [PATCH v3 09/19] x86: Use dl-symbol-redir-ifunc.h on cpu-tunables
` [PATCH v3 10/19] s390: "
` [PATCH v3 11/19] elf: Do not duplicate the GLIBC_TUNABLES string
` [PATCH v3 12/19] elf: Ignore LD_PROFILE for setuid binaries
` [PATCH v3 13/19] elf: Remove LD_PROFILE for static binaries
` [PATCH v3 14/19] elf: Ignore loader debug env vars for setuid
Monday Patch Queue Review update (2023-11-06)
2023-11-06 18:18 UTC (2+ messages)
[PATCH v2 0/7] Multiple floating-point environment fixes
2023-11-06 18:15 UTC (23+ messages)
` [PATCH v2 1/7] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
` [PATCH v2 2/7] i686: Do not raise exception traps on fesetexcept (BZ 30989)
` [PATCH v2 3/7] x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)
` [PATCH v2 4/7] manual: Clarify undefined behavior of feenableexcept (BZ 31019)
` [PATCH v2 5/7] riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)
` [PATCH v2 6/7] alpha: Fix fesetexceptflag (BZ 30998)
` [PATCH v2 7/7] hppa: Fix undefined behaviour in feclearexcept (BZ 30983)
[PATCH] Remove ia64-linux-gnu
2023-11-06 16:54 UTC (11+ messages)
ia64-linux-gnu removal
2023-11-06 15:01 UTC (7+ messages)
rustc SIGILL since qsort_r patches
2023-11-06 14:13 UTC (5+ messages)
[PATCH 1/6] aarch64: Add vector implementations of asin routines
2023-11-06 13:31 UTC (7+ messages)
` [PATCH 2/6] aarch64: Add vector implementations of acos routines
` [PATCH 3/6] aarch64: Add vector implementations of atan routines
` [PATCH 4/6] aarch64: Add vector implementations of atan2 routines
` [PATCH 5/6] aarch64: Add vector implementations of log1p routines
` [PATCH 6/6] aarch64: Add vector implementations of expm1 routines
[PATCH 0/7] Multiple floating-point environment fixes
2023-11-06 11:32 UTC (20+ messages)
` [PATCH 1/7] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
` [PATCH 2/7] i686: Do not raise exception traps on fesetexcept (BZ 30989)
` [PATCH 3/7] x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)
` [PATCH 4/7] manual: Clarify undefined behavior of feenableexcept (BZ 31019)
` [PATCH 5/7] riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)
` [PATCH 6/7] alpha: Fix fesetexceptflag (BZ 30998)
` [PATCH 7/7] hppa: Fix undefined behaviour in feclearexcept (BZ 30983)
[PATCH glibc] Update BAD_TYPECHECK to work on x86_64
2023-11-06 4:13 UTC
Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.h
2023-11-03 16:31 UTC (2+ messages)
[PATCH v3] elf: dl-load: Get rid of alloca usage
2023-11-03 14:30 UTC (6+ messages)
[PATCH] sysdeps: Clear O_CREAT|O_ACCMODE when trying again on sem_open
2023-11-03 13:04 UTC (8+ messages)
` [PATCH] sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ #30789]
[PATCH 0/7] Multiple floating-point environment fixes
2023-11-03 12:23 UTC (4+ messages)
` [PATCH 1/7] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
` [PATCH 2/7] i686: Do not raise exception traps on fesetexcept (BZ 30989)
glibc test failures for x86_64-gnu since 25 Sep
2023-11-03 0:29 UTC (2+ messages)
[PATCH v2 0/7] Updates from Linux 6.6
2023-11-02 21:09 UTC (14+ messages)
` [PATCH v2 1/7] Update syscall lists for "
` [PATCH v2 2/7] Update kernel version to 6.6 in header constant tests
` [PATCH v2 3/7] linux: Add MMAP_ABOVE4G from Linux 6.6 to sys/mman.h
` [PATCH v2 4/7] linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.h
` [PATCH v2 5/7] linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h
` [PATCH v2 6/7] linux: Sync Linux 6.6 elf.h
` [PATCH v2 7/7] linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)
Quote For Estimate
2023-11-02 16:00 UTC
x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10
2023-11-02 6:44 UTC (8+ messages)
x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.S
2023-11-01 22:16 UTC
x86: Only align destination to 1x VEC_SIZE in memset 4x loop
2023-11-01 20:30 UTC
glibc misc/sys/cdefs.h nonull - typo in comment
2023-11-01 20:16 UTC (12+ messages)
GNU libc support for extensible rseq ABI
2023-11-01 14:45 UTC (3+ messages)
[PATCH] test: Run the tst-tls-allocation-failure-static-patched with test-wrapper
2023-11-01 14:28 UTC (2+ messages)
[PATCH] Format test results closer to what DejaGnu does
2023-11-01 13:58 UTC (3+ messages)
` [PATCH v2] "
[PATCH] AArch64: Cleanup ifuncs
2023-11-01 13:23 UTC (2+ messages)
[PATCH v3 0/7] Add a tunable to decorate anonymous memory maps
2023-11-01 12:56 UTC (8+ messages)
` [PATCH v3 1/7] linux: Add PR_SET_VMA_ANON_NAME support
` [PATCH v3 2/7] support: Add support_set_vma_name
` [PATCH v3 3/7] nptl: Decorate thread stack on pthread_create
` [PATCH v3 4/7] malloc: Decorate malloc maps
` [PATCH v3 5/7] assert: Decorate error message buffer
` [PATCH v3 6/7] linux: Decorate __libc_fatal error buffer
` [PATCH v3 7/7] elf: Add glibc.mem.decorate_maps tunable
[PATCH v2 7/7] elf: Add glibc.mem.decorate_maps tunable
2023-11-01 12:53 UTC (3+ messages)
[PATCH v2 2/7] support: Add support_set_vma_name
2023-11-01 11:58 UTC (3+ messages)
[PATCH] prctl.2: Fix typo
2023-11-01 10:16 UTC (9+ messages)
[PATCH v2 6/7] linux: Decorate __libc_fatal error buffer
2023-11-01 2:32 UTC (2+ messages)
[PATCH v2 5/7] assert: Decorate error message buffer
2023-11-01 2:31 UTC (2+ messages)
[PATCH v2 4/7] malloc: Decorate malloc maps
2023-11-01 2:28 UTC (2+ messages)
[PATCH v2 3/7] nptl: Decorate thread stack on pthread_create
2023-11-01 2:04 UTC (2+ messages)
[PATCH] elf: Get rid of alloca usage in _dl_start_profile
2023-10-31 20:17 UTC (4+ messages)
[PATCH 0/4] x86: Improve ERMS usage on Zen3+
2023-10-31 20:09 UTC (5+ messages)
` [PATCH 1/4] elf: Add a way to check if tunable is set (BZ 27069)
` [PATCH 2/4] x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)
` [PATCH 3/4] x86: Do not prefer ERMS for memset on Zen3+
` [PATCH 4/4] x86: Expand the comment on when REP STOSB is used on memset
[PATCH v2 1/7] linux: Add PR_SET_VMA_ANON_NAME support
2023-10-31 20:03 UTC (2+ messages)
[PATCH 2/2] aarch64: Make glibc.mem.tagging SXID_ERASE
2023-10-31 19:58 UTC (12+ messages)
[PATCH] Use correct subdir when building tst-rfc3484* for mach and arm
2023-10-31 16:35 UTC (2+ messages)
[PATCH 0/6] Update from Linux 6.6
2023-10-31 14:14 UTC (19+ messages)
` [PATCH 1/6] Update syscall lists for "
` [PATCH 2/6] Update kernel version to 6.5 in header constant tests
` [PATCH 3/6] linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.h
` [PATCH 4/6] linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h
` [PATCH 5/6] linux: Sync Linux 6.6 elf.h
` [PATCH 6/6] linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)
[PATCH v2 0/2] Remove libcrypt support
2023-10-31 14:00 UTC (5+ messages)
` [PATCH v2 2/2] crypt: "
[COMMITTED] crypt: Remove manul entry for --enable-crypt
2023-10-31 14:00 UTC
Use Linux 6.6 in build-many-glibcs.py
2023-10-31 8:30 UTC (2+ messages)
[PATCH] malloc: Use __get_nprocs on arena_get2 (BZ 30945)
2023-10-30 21:28 UTC (2+ messages)
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).