[PATCH 0/2] make all tunables SXID_ERASE
2023-10-08 19:51 UTC (22+ messages)
` [PATCH 1/2] Make all malloc "
` [PATCH 2/2] aarch64: Make glibc.mem.tagging SXID_ERASE
Two questions about the optimization of string functions in glibc for the powerpc architecture
2023-10-08 7:36 UTC (2+ messages)
RFC: system-wide default tunables
2023-10-06 22:04 UTC (7+ messages)
Office Hours for the GNU Toolchain on October 17th at 11am EDT
2023-10-06 19:29 UTC
hppa: glibc trunk build fails with gcc trunk
2023-10-06 18:28 UTC
intl: plural form evaluation crashes — worth fixing?
2023-10-06 18:00 UTC (4+ messages)
[PATCH v3] nss: Get rid of alloca usage in db-XXX
2023-10-06 15:01 UTC (2+ messages)
[PATCH 0/3] Fine-tune ELF destructor ordering (bug 30869)
2023-10-06 12:35 UTC (2+ messages)
[PATCH 0/2] Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
2023-10-06 10:45 UTC (7+ messages)
` [PATCH 1/2] Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"
` [PATCH 2/2] Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
NetApp Users Contacts
2023-10-05 21:53 UTC
[PATCHV2] powerpc: Optimized strcmp for power10
2023-10-05 16:33 UTC
[PATCHV2] powerpc: Optimized strcmp for power10
2023-10-05 16:25 UTC
[PATCH v2 1/5] aarch64: Add vector implementations of tan routines
2023-10-05 16:10 UTC (5+ messages)
` [PATCH v2 2/5] aarch64: Add vector implementations of exp2 routines
` [PATCH 3/5] aarch64: Add vector implementations of log2 routines
` [PATCH 4/5] aarch64: Add vector implementations of log10 routines
` [PATCH 5/5] aarch64: Add vector implementations of exp10 routines
[PATCH] aarch64: Improve vecmath sin routines
2023-10-05 16:05 UTC (4+ messages)
[PATCH v2] aarch64: Improve vecmath sin routines
2023-10-05 16:01 UTC (3+ messages)
[PATCH] aarch64: Cosmetic change in SVE exp routines
2023-10-05 15:59 UTC (2+ messages)
[PATCH] aarch64: Optimise vecmath logs
2023-10-05 15:58 UTC (2+ messages)
[PATCH] aarch64: Optimize SVE cos & cosf
2023-10-05 15:58 UTC (2+ messages)
[PATCH] test-container: disable ld.so system cache on DSO detection
2023-10-05 12:54 UTC
[RFC PATCH] arm64/math-vec.h: guard off the vector types with CPP constants
2023-10-05 10:54 UTC (4+ messages)
Sourceware - Vicenzaoro 2023
2023-10-05 0:19 UTC
x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10
2023-10-04 19:00 UTC (3+ messages)
[PATCH v3] Fix FORTIFY_SOURCE false positive
2023-10-04 17:45 UTC (11+ messages)
` [PATCH] debug: Add regression tests for BZ 30932
[PATCH v2] nss: Get rid of alloca usage in makedb's write_output
2023-10-04 15:27 UTC (4+ messages)
[PATCH] posix: Deprecate group_member for Linux
2023-10-04 14:18 UTC (4+ messages)
[committed] CVE-2023-4911
2023-10-04 12:34 UTC (7+ messages)
` [committed 1/2] Propagate GLIBC_TUNABLES in setxid binaries
` [committed 2/2] tunables: Terminate if end of input is reached (CVE-2023-4911)
[PATCH] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
2023-10-04 11:02 UTC (6+ messages)
[PATCH] Fix WAIT_FOR_DEBUGGER for container tests
2023-10-04 8:03 UTC (3+ messages)
[Action Required] glibc decision to use CTI services
2023-10-04 0:09 UTC (5+ messages)
[PATCH] elf: Get rid of alloca usage in _dl_start_profile
2023-10-03 19:33 UTC (2+ messages)
[PATCH v8 0/7] Use introsort for qsort
2023-10-03 18:13 UTC (10+ 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 v3] Fix off-by-one OOB write in iconv/tst-iconv-mt
2023-10-03 16:59 UTC (2+ messages)
[PATCH] Fix FORTIFY_SOURCE false positive
2023-10-03 16:47 UTC (6+ messages)
Manual pages from glibc-doc
2023-10-03 15:10 UTC (6+ messages)
After Cauldron - online mini BoFs and Fosdem
2023-10-03 12:37 UTC (2+ messages)
` Anyone interesting to submit a GCC devroom request proposal at FOSDEM? (was Re: After Cauldron - online mini BoFs and Fosdem)
[PATCH v8 0/7] Use introsort for qsort
2023-10-03 11:00 UTC (10+ 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 1/5 v2] aarch64: Add vector implementations of tan routines
2023-10-03 10:57 UTC (2+ messages)
[PATCH] aarch64: Improve SVE sin polynomial
2023-10-03 10:48 UTC (2+ messages)
[PATCH] ftw.c: Use unlikely for unlikely taken branches such that taken ones are placed closer
2023-10-03 10:44 UTC
[PATCH] ftw.c: Use unlikely for unlikely taken branches such that taken ones are placed closer
2023-10-03 7:47 UTC (3+ messages)
[RFC] DT_X86_64_PLT* dependency
2023-10-03 7:44 UTC (3+ messages)
[PATCH] intl: Add test case for bug 16621
2023-10-02 19:38 UTC (2+ messages)
[PATCH] sched/headers: move struct sched_param out of uapi
2023-10-02 19:12 UTC (3+ messages)
[RFC PATCH v2 0/4] Extend rseq with sched_state_ptr field
2023-10-02 17:56 UTC (14+ messages)
` [RFC PATCH v2 1/4] rseq: Add sched_state field to struct rseq
` [RFC PATCH v2 4/4] selftests/rseq: Implement rseq_mutex test program
[PATCH v2 0/2] Remove libcrypt support
2023-10-02 14:21 UTC (4+ messages)
` [PATCH v2 1/2] sparc: Remove optimize md5, sha256, and sha512
` [PATCH v2 2/2] crypt: Remove libcrypt support
[PATCH 00/16] Consolidate NSS functionality into nss subdir
2023-10-02 14:12 UTC (19+ messages)
` [PATCH 01/16] inet: Rearrange and sort Makefile variables
` [PATCH 02/16] nss: "
` [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'
Monday Patch Queue Review update (2023-10-02)
2023-10-02 14:03 UTC
[PATCH 1/2] libio: Introduce _IO_JUMPS_UNVALIDATED
2023-10-02 13:53 UTC (2+ messages)
[PATCH] elf: dl-load: Get rid of alloca usage
2023-10-02 13:24 UTC
[RFC] linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)
2023-10-02 12:56 UTC (3+ messages)
[PATCH v2] resolv: Get rid of alloca usage
2023-10-02 12:25 UTC (2+ messages)
[PATCH v3] mips: dl-machine-reject-phdr: Get rid of alloca
2023-10-02 12:13 UTC (6+ messages)
[PATCH v2] linux: Make fdopendir fail with O_PATH (BZ 30373)
2023-10-02 11:09 UTC (2+ messages)
[PATCH] test-container: Use nftw instead of rm -rf
2023-10-01 17:27 UTC (2+ messages)
[PATCH v8 0/6] RISC-V: ifunced memcpy using new kernel hwprobe interface
2023-09-29 19:49 UTC (5+ messages)
` [PATCH v8 3/6] riscv: Add __riscv_hwprobe pointer to ifunc calls
Did you receive my letter ?
2023-09-29 14:00 UTC
The Linux Test Project has been released for SEPTEMBER 2023
2023-09-29 10:27 UTC (2+ messages)
[COMMITTED] [PATCH] resolv: Fix a comment typo in __resolv_conf_load
2023-09-29 9:42 UTC
[COMMITTED] [PATCH] Remove unused -DRESOLVER getaddrinfo build flag
2023-09-29 9:31 UTC
C2x scanf %wN, %wfN support
2023-09-28 17:31 UTC (3+ 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).