public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
[PATCH] x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNI
 2022-04-23  1:51 UTC 

[PATCH] x86-64: Use notl in EVEX strcmp [BZ #28646]
 2022-04-23  1:49 UTC 

[PATCH v1] x86: Shrink memcmp-sse4.S code size
 2022-04-23  1:44 UTC 

[PATCH v4 4/5] x86: Optimize memmove-vec-unaligned-erms.S
 2022-04-23  1:42 UTC  (2+ messages)
      ` [PATCH v4 5/5] x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h

[PATCH] x86-64: Replace movzx with movzbl
 2022-04-23  1:36 UTC 

[PATCH 1/2] x86-64: Improve EVEX strcmp with masked load
 2022-04-23  1:34 UTC  (2+ messages)
  ` [PATCH 2/2] x86-64: Remove Prefer_AVX2_STRCMP

[PATCH v1] x86: Replace sse2 instructions with avx in memcmp-evex-movbe.S
 2022-04-23  1:22 UTC 

[PATCH v1 2/3] x86: Modify ENTRY in sysdep.h so that p2align can be specified
 2022-04-23  1:19 UTC  (2+ messages)
      ` [PATCH v1 3/3] x86: Optimize memset-vec-unaligned-erms.S

[PATCH v1 2/2] x86: Optimize memcmp-evex-movbe.S for frontend behavior and size
 2022-04-23  1:17 UTC 

[PATCH] x86-64: Optimize load of all bits set into ZMM register [BZ #28252]
 2022-04-22 21:42 UTC  (2+ messages)

[hurd,commited 2.34, 2.35] hurd: Fix arbitrary error code
 2022-04-18 15:55 UTC 

[COMMITTED 2.34, 2.35] nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
 2022-04-15 12:57 UTC 

[COMMITTED 2.33, 2.34, 2.35] S390: Add new s390 platform z16
 2022-04-14 12:26 UTC 

[PATCH 00/27] Improve LD_AUDIT support in glibc 2.34
 2022-04-12 18:42 UTC  (28+ messages)
` [PATCH 01/27] powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOC
` [PATCH 02/27] elf: Avoid nested functions in the loader [BZ #27220]
` [PATCH 03/27] elf: Fix elf_get_dynamic_info definition
` [PATCH 04/27] elf: Fix dynamic-link.h usage on rtld.c
` [PATCH 05/27] elf: Fix elf_get_dynamic_info() for bootstrap
` [PATCH 06/27] elf: Move LAV_CURRENT to link_lavcurrent.h
` [PATCH 07/27] elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)
` [PATCH 08/27] elf: Add _dl_audit_objopen
` [PATCH 09/27] elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
` [PATCH 10/27] elf: Add _dl_audit_objsearch
` [PATCH 11/27] elf: Add _dl_audit_objclose
` [PATCH 12/27] elf: Add _dl_audit_symbind_alt and _dl_audit_symbind
` [PATCH 13/27] elf: Add _dl_audit_preinit
` [PATCH 14/27] elf: Add _dl_audit_pltenter
` [PATCH 15/27] elf: Add _dl_audit_pltexit
` [PATCH 16/27] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
` [PATCH 17/27] elf: Add audit tests for modules with TLSDESC
` [PATCH 18/27] elf: Issue audit la_objopen for vDSO
` [PATCH 19/27] elf: Do not fail for failed dlmopen on audit modules (BZ #28061)
` [PATCH 20/27] elf: Add la_activity during application exit
` [PATCH 21/27] elf: Fix initial-exec TLS access on audit modules (BZ #28096)
` [PATCH 22/27] elf: Issue la_symbind for bind-now (BZ #23734)
` [PATCH 23/27] elf: Fix runtime linker auditing on aarch64 (BZ #26643)
` [PATCH 24/27] Fix elf/tst-audit25a with default bind now toolchains
` [PATCH 25/27] elf: Replace tst-audit24bmod2.so with tst-audit24bmod2
` [PATCH 26/27] hppa: Fix bind-now audit (BZ #28857)
` [PATCH 27/27] NEWS: Update fixed bug list for LD_AUDIT backports

Possibly non-terminated string in sprof utility
 2022-04-01 13:24 UTC  (2+ messages)

[committed 2.34 0/8] _FORTIFY_SOURCE=3 and fixes
 2022-03-11 15:12 UTC  (9+ messages)
` [committed 2.34 1/8] Don't add access size hints to fortifiable functions
` [committed 2.34 2/8] Make sure that the fortified function conditionals are constant
` [committed 2.34 3/8] debug: Add tests for _FORTIFY_SOURCE=3
` [committed 2.34 4/8] __glibc_unsafe_len: Fix comment
` [committed 2.34 5/8] fortify: Fix spurious warning with realpath
` [committed 2.34 6/8] Enable _FORTIFY_SOURCE=3 for gcc 12 and above
` [committed 2.34 7/8] debug: Autogenerate _FORTIFY_SOURCE tests
` [committed 2.34 8/8] debug: Synchronize feature guards in fortified functions [BZ #28746]

[COMMITTED 2.34] localedef: Handle symbolic links when generating locale-archive
 2022-03-03 11:39 UTC 

[COMMITTED 2.35] localedef: Handle symbolic links when generating locale-archive
 2022-03-03 11:38 UTC 

[2.35 PATCH] NEWS: Add a bug fix entry for BZ #28688
 2022-02-24 15:59 UTC 

[PATCH] elf: Replace tst-audit24bmod2.so with tst-audit24bmod2
 2022-02-22 14:56 UTC 

[Backport PATCH 2/2] x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]
 2022-02-18 23:26 UTC  (3+ messages)

[Backport PATCH 1/2] x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]
 2022-02-18 22:56 UTC  (2+ messages)

[PATCH] string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]
 2022-02-17 19:22 UTC  (3+ messages)

[2.33 and 2.34][PATCH] Simplify __opensock and fix race condition [BZ #28353]
 2022-02-03 11:47 UTC  (2+ messages)

[PATCH v2 2/2] x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]
 2022-02-01 19:52 UTC  (2+ messages)
  ` [PATCH v2 1/2] x86-64: Test strlen and wcslen with 0 in the RSI register "

[COMMITTED 2.34 1/4] support: Add support_socket_so_timestamp_time64
 2022-02-01 18:55 UTC  (4+ messages)
` [COMMITTED 2.34 2/4] linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)
` [COMMITTED 2.34 3/4] Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg
` [COMMITTED 2.34 4/4] tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]

[2.33 and older][PATCH] x86: Copy IBT and SHSTK usable only if CET is enabled
 2022-02-01 14:03 UTC 

[2.33 and older] [PATCH] x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]
 2022-02-01 13:57 UTC 

[PATCH v2] x86: Black list more Intel CPUs for TSX [BZ #27398]
 2022-02-01 13:42 UTC 

[PATCH v3 1/3] String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]
 2022-01-27 21:06 UTC 

[PATCH v2 00/10] x86-64: Avoid RTM abort inside a RTM region
 2022-01-27 17:13 UTC  (2+ messages)

[PATCH v2] test-strnlen.c: Check that strnlen won't go beyond the maximum length
 2022-01-27 17:09 UTC 

[PATCH v2] Initialize wchar_t string with wmemset [BZ #27655]
 2022-01-27 17:06 UTC 

[PATCH] test-container: Install with $(sorted-subdirs) [BZ #24794]
 2022-01-27 15:25 UTC 

[PATCH v3 2/7] x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]
 2022-01-27  5:52 UTC  (5+ messages)
    ` [PATCH v3 1/7] x86: Fix __wcsncmp_avx2 in strcmp-avx2.S "

[2.34][PATCH] NEWS: Add a bug entry for BZ #28755
 2022-01-27  4:23 UTC 

[COMMITTED 2.33] aarch64: align stack in clone [BZ #27939]
 2022-01-26 21:54 UTC 

[PATCH] support: Fix xclone build failures on ia64 and hppa
 2022-01-26 17:51 UTC 

[COMMITTED 2.33 1/7] support: Add helpers to create paths longer than PATH_MAX
 2022-01-24 22:48 UTC  (7+ messages)
` [COMMITTED 2.33 2/7] realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]
` [COMMITTED 2.33 3/7] tst-realpath-toolong: Fix hurd build
` [COMMITTED 2.33 4/7] support: Add xclone
` [COMMITTED 2.33 5/7] getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)
` [COMMITTED 2.33 6/7] realpath: Avoid overwriting preexisting error (CVE-2021-3998)
` [COMMITTED 2.33 7/7] Linux: Detect user namespace support in io/tst-getcwd-smallbuff

[COMMITTED 2.34] NEWS: add bug entry for BZ #28769 and BZ #28770
 2022-01-24 22:46 UTC 

[committed 2.34] realpath: Avoid overwriting preexisting error (CVE-2021-3998)
 2022-01-24 16:16 UTC 

[committed 2.34 0/6] Fixes for CVE-2021-3998 and CVE-2021-3999
 2022-01-24  6:50 UTC  (7+ messages)
` [committed 2.34 1/6] support: Add helpers to create paths longer than PATH_MAX
` [committed 2.34 2/6] stdlib: Sort tests in Makefile
` [committed 2.34 3/6] stdlib: Fix formatting of tests list "
` [committed 2.34 4/6] realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]
` [committed 2.34 5/6] tst-realpath-toolong: Fix hurd build
` [committed 2.34 6/6] getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)

[COMMITTED 2.33] elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]
 2022-01-18 22:12 UTC 

[COMMITTED 2.33] powerpc: Fix unrecognized instruction errors with recent binutils
 2022-01-18 22:07 UTC 

[COMMITTED 2.34] powerpc: Fix unrecognized instruction errors with recent binutils
 2022-01-18 22:07 UTC 

[COMMITTED 2.31 1/2] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC
 2022-01-18 20:25 UTC  (2+ messages)
` [COMMITED 2.31 2/2] CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)

[COMMITED 2.31 1/3] socket: Add the __sockaddr_un_set function
 2022-01-18 20:13 UTC  (3+ messages)
` [COMMITTED 2.31 2/3] CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)
` [COMMITTED 2.31 3/3] sunrpc: Test case for clnt_create "unix" buffer overflow "

[COMMITTED 2.33 1/2] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC
 2022-01-18 18:00 UTC  (2+ messages)
` [COMMITTED 2.33 2/2] CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)

Help backporting CVE-2022-23218 / bug 28768 to 2.33 and older
 2022-01-18 17:57 UTC  (3+ messages)

[COMMITTED 2.33 1/3] socket: Add the __sockaddr_un_set function
 2022-01-18  6:49 UTC  (3+ messages)
` [COMMITTED 2.33 2/3] CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)
` [COMMITTED 2.33 3/3] sunrpc: Test case for clnt_create "unix" buffer overflow "

[COMMITTED 2.33] x86: use default cache size if it cannot be determined [BZ #28784]
 2022-01-18  6:45 UTC 

[COMMITTED 2.34] x86: use default cache size if it cannot be determined [BZ #28784]
 2022-01-17 18:48 UTC 

[COMMITTED 2.33] powerpc: Fix unrecognized instruction errors with recent GCC
 2022-01-10 21:50 UTC 

[COMMITTED 2.34] powerpc: Fix unrecognized instruction errors with recent GCC
 2022-01-10 21:49 UTC 

[COMMITTED 2.34] intl/plural.y: Avoid conflicting declarations of yyerror and yylex
 2021-12-23 12:55 UTC 

[COMMITTED 2.34] Linux: Fix 32-bit vDSO for clock_gettime on powerpc32
 2021-12-21 12:52 UTC 

[COMMITTED 2.34] linux: Add sparck brk implementation
 2021-12-19 21:58 UTC 

[COMMITTED 2.34] Update sparc libm-test-ulps
 2021-12-18 22:46 UTC 

[COMMITTED 2.34] Update hppa libm-test-ulps
 2021-12-17 22:52 UTC 

[COMMITTED 2.34] riscv: align stack before calling _dl_init [BZ #28703]
 2021-12-17 21:50 UTC 

[COMMITTED 2.34] riscv: align stack in clone [BZ #28702]
 2021-12-17 21:49 UTC 

[COMMITTED 2.33, 2.34] powerpc64[le]: Allocate extra stack frame on syscall.S
 2021-12-17 20:22 UTC 

[PATCH] elf: Fix tst-cpu-features-cpuinfo for KVM guests on some AMD systems [BZ #28704]
 2021-12-17 19:36 UTC 

[COMMITTED 2.34 1/2] mips: align stack in clone [BZ #28223]
 2021-12-14 22:19 UTC  (2+ messages)
` [COMMITTED 2.34 2/2] mips: increase stack alignment in clone to match the ABI

[committed 2.34] pthread/tst-cancel28: Fix barrier re-init race condition
 2021-12-14  4:38 UTC 

[PATCH] Use $(pie-default) with conformtest
 2021-12-13 16:53 UTC  (2+ messages)

[committed 2.34] Run conform/ tests using newly built libc
 2021-12-13  3:42 UTC 

[COMMITTED 2.31] gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)
 2021-12-05 14:17 UTC 

[COMMITTED 2.32] gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)
 2021-12-05 10:35 UTC 

[COMMITTED 2.33] gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)
 2021-12-04 23:24 UTC 

[COMMITTED 2.34] Handle NULL input to malloc_usable_size [BZ #28506]
 2021-10-29  9:29 UTC 

[PATCH v2] elf: Replace nsid with args.nsid [BZ #27609]
 2021-10-13 12:03 UTC 

[COMMITTED 2.33, 2.34] S390: Add PCI_MIO and SIE HWCAPs
 2021-10-07  5:05 UTC 

[COMMITTED 2.34] support: Also return fd when it is 0
 2021-10-06 16:57 UTC 

[COMMITTED] S390: update libm test ulps
 2021-10-06 14:36 UTC 

[COMMITTED 2.27 / 2.28] Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [BZ #23275]
 2021-10-01 14:19 UTC 

[COMMITTED 2.34 1/2] support: Add support_open_dev_null_range
 2021-09-21 10:25 UTC  (2+ messages)
` [COMMITTED 2.34 2/2] Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and posix/tst-spawn5 (BZ #28260)

Announcing backports on libc-stable
 2021-09-21  0:59 UTC  (3+ messages)

[COMMITTED 2.32] posix: Fix attribute access mode on getcwd [BZ #27476]
 2021-09-19 16:49 UTC 

[COMMITTED 2.33] posix: Fix attribute access mode on getcwd [BZ #27476]
 2021-09-19 16:48 UTC 

[COMMITTED 2.34] posix: Fix attribute access mode on getcwd [BZ #27476]
 2021-09-19 16:46 UTC 

[COMMITTED 2.32] Fix failing nss/tst-nss-files-hosts-long with local resolver
 2021-09-14 19:05 UTC 

[COMMITTED 2.33] Fix failing nss/tst-nss-files-hosts-long with local resolver
 2021-09-14 19:04 UTC 

[COMMITTED 2.34] Fix failing nss/tst-nss-files-hosts-long with local resolver
 2021-09-14 19:02 UTC 

[COMMITTED 2.34] iconvconfig: Fix behaviour with --prefix [BZ #28199]
 2021-09-13 15:23 UTC 

[COMMITTED 2.33] RISC-V: Update rv64 ULPs
 2021-09-01 21:55 UTC 

[PATCH] x86-64: Use testl to check __x86_string_control
 2021-08-31 15:10 UTC 

[COMMITTED 2.32 1/2] sysvipc: Fix tst-sysvshm-linux on x32
 2021-08-22 13:59 UTC  (2+ messages)
` [COMMITTED 2.32 2/2] linux: Remove shmmax check from tst-sysvshm-linux

[COMMITTED 2.33] linux: Remove shmmax check from tst-sysvshm-linux
 2021-08-22 13:55 UTC 

[COMMITTED 2.34] elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]
 2021-08-20 14:44 UTC 

[committed 2.32 1/2] librt: fix NULL pointer dereference (bug 28213)
 2021-08-17 13:53 UTC  (4+ messages)
` [committed 2.33 "
` [committed 2.32 2/2] librt: add test "
` [committed 2.33 "

[committed 2.34] librt: add test (bug 28213)
 2021-08-16  6:09 UTC 

[committed 2.34] librt: fix NULL pointer dereference (bug 28213)
 2021-08-09 14:52 UTC 

[committed 2.34 1/5] ldconfig: avoid leak on empty paths in config file
 2021-08-04 10:27 UTC  (5+ messages)
` [committed 2.34 2/5] gconv_parseconfdir: Fix memory leak
` [committed 2.34 3/5] gaiconf_init: Avoid double-free in label and precedence lists
` [committed 2.34 4/5] copy_and_spawn_sgid: Avoid double calls to close()
` [committed 2.34 5/5] iconv_charmap: Close output file when done

[PATCH] x86_64: Remove unneeded static PIE check for undefined weak diagnostic
 2021-07-09  1:27 UTC 

[COMMITTED 2.31] wordexp: handle overflow in positional parameter number (bug 28011)
 2021-07-06 19:09 UTC 

[COMMITTED 2.32] wordexp: handle overflow in positional parameter number (bug 28011)
 2021-07-06 19:09 UTC 

[COMMITTED 2.33] wordexp: handle overflow in positional parameter number (bug 28011)
 2021-07-06 19:08 UTC 

[COMMITTED 2.33] elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]
 2021-06-18  9:52 UTC 

[COMMITTED 2.33] Fix use of __pthread_attr_copy in mq_notify (bug 27896)
 2021-06-10 13:13 UTC 

[COMMITTED 2.33] Use __pthread_attr_copy in mq_notify (bug 27896)
 2021-06-10 13:12 UTC 

[COMMITTED 2.32] Fix use of __pthread_attr_copy in mq_notify (bug 27896)
 2021-06-10 13:10 UTC 

[COMMITTED 2.32] Use __pthread_attr_copy in mq_notify (bug 27896)
 2021-06-10 13:09 UTC 

[COMMITTED 2.33] dlfcn: Failures after dlmopen should not terminate process [BZ #15271]
 2021-06-09 15:25 UTC 

[PATCH COMMITTED 2.33] powerpc: Fix handling of scv return error codes [BZ #27892]
 2021-05-24 20:19 UTC 

[PATCH COMMITTED 2.33] nptl: Do not build nptl/tst-pthread-gdb-attach as PIE
 2021-04-30  7:21 UTC 

[PATCH COMMITTED 2.33] nptl: Check for compatible GDB in nptl/tst-pthread-gdb-attach
 2021-04-30  7:21 UTC 

[PATCH COMMITTED 2.33] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
 2021-04-30  7:21 UTC 

[PATCH] x86: tst-cpu-features-supports.c: Update AMX check
 2021-04-22 17:08 UTC 

[2.33 COMMITTED] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
 2021-04-14  8:24 UTC 

[COMMITTED 2.28 1/7] support: Add support_capture_subprogram
 2021-04-14  6:21 UTC  (4+ messages)
` [COMMITTED 2.28 5/7] tst-env-setuid: Use support_capture_subprogram_self_sgid
` [COMMITTED 2.28 6/7] Enhance setuid-tunables test
` [COMMITTED 2.28 7/7] Fix SXID_ERASE behavior in setuid programs (BZ #27471)

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