[PATCH v2 0/7] Updates from Linux 6.6
2023-10-31 16:32 UTC (8+ 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)
[PATCH] prctl.2: Fix typo
2023-10-31 16:19 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 (9+ messages)
` [PATCH v2 1/2] sparc: Remove optimize md5, sha256, and sha512
` [PATCH v2 2/2] crypt: Remove libcrypt support
[COMMITTED] crypt: Remove manul entry for --enable-crypt
2023-10-31 14:00 UTC
[PATCH v3] elf: dl-load: Get rid of alloca usage
2023-10-31 13:14 UTC (4+ messages)
[PATCH] Use correct subdir when building tst-rfc3484* for mach and arm
2023-10-31 9:50 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)
[PATCH v8 0/7] Use introsort for qsort
2023-10-30 19:04 UTC (22+ messages)
` [PATCH v8 1/7] string: Add internal memswap implementation
` [PATCH v8 2/7] stdlib: Optimization qsort{_r} swap implementation
` [PATCH v8 3/7] stdlib: Move insertion sort out qsort
` [PATCH v8 4/7] stdlib: qsort: Move some macros to inline function
` [PATCH v8 5/7] stdlib: Implement introsort for qsort (BZ 19305)
` [PATCH v8 6/7] stdlib: Remove use of mergesort on qsort (BZ 21719)
` [PATCH v8 7/7] stdlib: Add more qsort{_r} coverage
[PATCH v2 00/19] Improve loader environment variable handling
2023-10-30 19:03 UTC (32+ messages)
` [PATCH v2 03/19] elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
` [PATCH v2 04/19] elf: Add all malloc tunable to unsecvars
` [PATCH v2 06/19] elf: Do not parse ill-formatted strings
` [PATCH v2 07/19] elf: Fix _dl_debug_vdprintf to work before self-relocation
` [PATCH v2 08/19] elf: Emit warning if tunable is ill-formatted
` [PATCH v2 09/19] x86: Use dl-symbol-redir-ifunc.h on cpu-tunables
` [PATCH v2 10/19] s390: "
` [PATCH v2 11/19] elf: Do not duplicate the GLIBC_TUNABLES string
` [PATCH v2 12/19] elf: Ignore LD_PROFILE for setuid binaries
` [PATCH v2 15/19] elf: Remove any_debug from dl_main_state
` [PATCH v2 17/19] elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secure
[PATCH] resolv: free only initialized items from gai pool
2023-10-30 18:57 UTC
Monday Patch Queue Review update (2023-10-30)
2023-10-30 17:40 UTC (2+ messages)
[PATCH v2 0/3] Fix fesetexcept/fesetexceptflag on powerpc and x86
2023-10-30 16:05 UTC (9+ messages)
` [PATCH v2 1/3] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
` [PATCH v2 2/3] i686: Do not raise exception traps on fesetexcept (BZ 30989)
` [PATCH v2 3/3] x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)
[PATCH] elf: Get rid of alloca usage in _dl_start_profile
2023-10-30 12:44 UTC (5+ messages)
[PATCH] libio: Remove comment in <stdio.h>
2023-10-30 12:36 UTC (2+ messages)
[PATCH v5] posix: Deprecate group_member for Linux
2023-10-30 11:58 UTC (2+ messages)
glibc misc/sys/cdefs.h nonull - typo in comment
2023-10-30 10:10 UTC (9+ messages)
[PATCH] sysdeps: Clear O_CREAT|O_ACCMODE when trying again on sem_open
2023-10-28 20:30 UTC (3+ messages)
[PATCH v2 0/7] Add a tunable to decorate anonymous memory maps
2023-10-28 19:55 UTC (8+ messages)
` [PATCH v2 1/7] linux: Add PR_SET_VMA_ANON_NAME support
` [PATCH v2 2/7] support: Add support_set_vma_name
` [PATCH v2 3/7] nptl: Decorate thread stack on pthread_create
` [PATCH v2 4/7] malloc: Decorate malloc maps
` [PATCH v2 5/7] assert: Decorate error message buffer
` [PATCH v2 6/7] linux: Decorate __libc_fatal error buffer
` [PATCH v2 7/7] elf: Add glibc.mem.decorate_maps tunable
[PATCH 0/5] Add a tunable to decorate anonymous memory maps
2023-10-26 17:11 UTC (6+ messages)
` [PATCH 1/5] linux: Add __set_vma_name
` [PATCH 2/5] support: Add support_set_vma_name
` [PATCH 3/5] nptl: Decorate thread stack on pthread_create
` [PATCH 4/5] malloc: Decorate malloc maps
` [PATCH 5/5] elf: Add glibc.mem.decorate_maps tunable
[PATCH 1/3] LoongArch: Unify Register Names
2023-10-26 13:14 UTC (4+ messages)
` [PATCH 2/3] LoongArch: Update hwcap.h to sync with LoongArch kernel
` [PATCH 3/3] LoongArch: Delete excessively allocated memory
[PATCH 00/16] Consolidate NSS functionality into nss subdir
2023-10-26 10:58 UTC (31+ messages)
` [PATCH 03/16] Remove 'grp' and merge into 'nss' and 'posix'
` [PATCH 04/16] Remove 'gshadow' and merge into 'nss'
` [PATCH 05/16] Remove 'pwd' "
` [PATCH 06/16] Remove 'shadow' "
` [PATCH 07/16] Move 'aliases' routines from 'inet' "
` [PATCH 08/16] Move 'ethers' "
` [PATCH 09/16] Move 'hosts' "
` [PATCH 10/16] Move 'netgroup' "
` [PATCH 11/16] Move 'networks' "
` [PATCH 12/16] Move 'protocols' "
` [PATCH 13/16] Move 'rpc' "
` [PATCH 14/16] Move 'services' "
` [PATCH 15/16] Move getaddrinfo from 'posix' "
` [PATCH 16/16] Move getnameinfo from 'inet' to 'nss'
New Romanian PO file for 'libc' (version 2.37.9000)
2023-10-26 8:47 UTC
[PATCH] RISC-V: Enable static-pie
2023-10-26 3:30 UTC (7+ messages)
[PATCH] test: Run the tst-tls-allocation-failure-static-patched with test-wrapper
2023-10-26 3:26 UTC
[PATCH] elf: Fix force_first handling in dlclose (bug 30785)
2023-10-25 15:56 UTC (2+ messages)
School District Contact - 2023
2023-10-25 15:51 UTC
[PATCH] mcheck.3, mtrace.3: update examples for glibc 2.34
2023-10-24 19:28 UTC (4+ messages)
[PATCH 0/3] Fix fesetexcept/fesetexceptflag on powerpc and x86
2023-10-24 13:35 UTC (11+ messages)
` [PATCH 1/3] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
` [PATCH 2/3] i686: Do not raise exception traps on fesetexcept (BZ 30989)
` [PATCH 3/3] x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)
[PATCH] AArch64: Cleanup ifuncs
2023-10-24 12:33 UTC
[PATCH] ldconfig: Actually ignore dpkg-related temporarily files
2023-10-24 11:45 UTC (2+ messages)
[PATCH] Update getaddrinfo to RFC 6724 (bug 29496)
2023-10-24 11:27 UTC
[PATCH v2] AArch64: Add support for MOPS memcpy/memmove/memset
2023-10-24 11:24 UTC (2+ messages)
Failing fast: Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
2023-10-24 10:57 UTC
Need Help with nss test failure caught by Arm Pre-Commit CI tester
2023-10-24 10:30 UTC (3+ messages)
[PATCH v3] posix: Sync tempname with gnulib
2023-10-23 21:45 UTC
[PATCH v2] posix: Sync tempname with gnulib
2023-10-23 16:49 UTC (3+ messages)
[PATCH] posix: Sync tempname with gnulib (BZ 30958)
2023-10-23 14:09 UTC (3+ messages)
[PATCH] test-container: disable ld.so system cache on DSO detection
2023-10-23 14:08 UTC (4+ messages)
Monday Patch Queue Review update (2023-10-23)
2023-10-23 13:59 UTC
[PATCH v2 1/5] aarch64: Add vector implementations of tan routines
2023-10-23 13:47 UTC (3+ messages)
[PATCH] AArch64: Add support for MOPS memcpy/memmove/memset
2023-10-23 12:35 UTC (7+ messages)
[PATCH] elf: ldconfig should skip temporary files created by package managers
2023-10-21 22:20 UTC (8+ messages)
Question regarding WAIT_FOR_DEBUGGER and PIE
2023-10-20 17:20 UTC (4+ messages)
[PATCH] tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message
2023-10-20 6:48 UTC (3+ messages)
[PATCH] malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify source
2023-10-19 18:03 UTC (3+ messages)
[PATCH v2] elf: dl-load: Get rid of alloca usage
2023-10-19 17:28 UTC (3+ messages)
Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.h
2023-10-19 14:04 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).