public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
[COMMITTED 2.41 0/6] aarch64: backport SME ZA handling to 2.41
 2025-11-10 14:04 UTC  (7+ messages)
` [COMMITTED 2.41 1/6] aarch64: Disable ZA state of SME in setjmp and sigsetjmp
` [COMMITTED 2.41 2/6] aarch64: update tests for SME
` [COMMITTED 2.41 3/6] aarch64: define macro for calling __libc_arm_za_disable
` [COMMITTED 2.41 4/6] aarch64: clear ZA state of SME before clone and clone3 syscalls
` [COMMITTED 2.41 5/6] aarch64: tests for SME
` [COMMITTED 2.41 6/6] aarch64: fix cfi directives around __libc_arm_za_disable

[COMMITTED 2.42] aarch64: fix cfi directives around __libc_arm_za_disable
 2025-11-10 11:26 UTC 

[PATCH 0/5] aarch64: backport SME ZA handling to 2.41
 2025-11-03 15:22 UTC  (7+ messages)
` [PATCH 1/5] aarch64: Disable ZA state of SME in setjmp and sigsetjmp
` [PATCH 2/5] aarch64: update tests for SME
` [PATCH 3/5] aarch64: define macro for calling __libc_arm_za_disable
` [PATCH 4/5] aarch64: clear ZA state of SME before clone and clone3 syscalls
` [PATCH 5/5] aarch64: tests for SME

[COMMITTED 2.42 0/3] aarch64: backport SME ZA handling to 2.42
 2025-10-27 13:27 UTC  (4+ messages)
` [COMMITTED 2.42 1/3] aarch64: define macro for calling __libc_arm_za_disable
` [COMMITTED 2.42 2/3] aarch64: clear ZA state of SME before clone and clone3 syscalls
` [COMMITTED 2.42 3/3] aarch64: tests for SME

[2.38 PATCH] x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810)
 2025-10-17  1:06 UTC  (2+ messages)
  ` [2.38 PATCH] x86: Skip XSAVE state size reset if ISA level requires XSAVE

[PATCH] x86-64: Simplify minimum ISA check ifdef conditional with if
 2025-10-17  0:12 UTC  (2+ messages)
      ` [2.38 PATCH] "

[2.38 PATCH] x86-64: Don't use SSE resolvers for ISA level 3 or above
 2025-10-17  0:11 UTC 

[PATCH] x86: Detect Intel Wildcat Lake Processor
 2025-10-08  3:56 UTC 

[PATCH v2] x86: Detect Intel Nova Lake Processor
 2025-10-08  3:55 UTC 

main-streams.com – your trusted source for seamless streaming acces
 2025-09-11  2:02 UTC 

[PATCH v3] x86: Optimize xstate size calculation
 2025-08-20 18:11 UTC  (2+ messages)
    ` [2.38 and older PATCH] "

[2.38 and older PATCH] x86: Link tst-gnu2-tls2-x86-noxsave{, c, xsavec} with libpthread
 2025-08-20 18:08 UTC 

[2.39 Backport 1/2] Apply the Makefile sorting fix
 2025-08-20 18:00 UTC  (3+ messages)
  ` [2.38 and older PATCH] "

[2.40 PATCH] i386: Update ___tls_get_addr to preserve vector registers
 2025-08-20 17:56 UTC  (3+ messages)
  ` [2.38 and older "

[2.38 patch 0/3] Fix 2 x86 GNU2 TLS run-time bugs
 2025-08-20  1:34 UTC  (4+ messages)
` [2.38 patch 1/3] x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
` [2.38 patch 2/3] x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers
` [2.38 patch 3/3] x86-64: Allocate state buffer space for RDI, RSI and RBX

[2.41 PATCH] i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]
 2025-08-20  1:16 UTC  (2+ messages)
` [2.40 and older "

[2.38 PATCH] x86-64: Remove sysdeps/x86_64/x32/dl-machine.h
 2025-08-19 23:46 UTC 

[2.41 and older PATCH] i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]
 2025-08-19 23:23 UTC 

[2.38 PATCH 00/28] Backport Intel CET support
 2025-08-19 21:57 UTC  (29+ messages)
` [2.38 PATCH 01/28] Update syscall lists for Linux 6.6
` [2.38 PATCH 02/28] Update syscall lists for Linux 6.7
` [2.38 PATCH 03/28] x86/cet: Check user_shstk in /proc/cpuinfo
` [2.38 PATCH 04/28] x86/cet: Don't assume that SHSTK implies IBT
` [2.38 PATCH 05/28] x86/cet: Check legacy shadow stack applications
` [2.38 PATCH 06/28] x86/cet: Check CPU_FEATURE_ACTIVE when CET is disabled
` [2.38 PATCH 07/28] x86/cet: Add tests for GLIBC_TUNABLES=glibc.cpu.hwcaps=-SHSTK
` [2.38 PATCH 08/28] x86/cet: Check legacy shadow stack code in .init_array section
` [2.38 PATCH 09/28] x86/cet: Check CPU_FEATURE_ACTIVE in permissive mode
` [2.38 PATCH 10/28] x86/cet: Update tst-cet-vfork-1
` [2.38 PATCH 11/28] x86: Modularize sysdeps/x86/dl-cet.c
` [2.38 PATCH 12/28] x86/cet: Don't disable CET if not single threaded
` [2.38 PATCH 13/28] x86/cet: Sync with Linux kernel 6.6 shadow stack interface
` [2.38 PATCH 14/28] x86/cet: Enable shadow stack during startup
` [2.38 PATCH 15/28] x86/cet: Check feature_1 in TCB for active IBT and SHSTK
` [2.38 PATCH 16/28] x86/cet: Don't set CET active by default
` [2.38 PATCH 17/28] x86/cet: Run some CET tests with shadow stack
` [2.38 PATCH 18/28] x86/cet: Add -fcf-protection=none before -fcf-protection=branch
` [2.38 PATCH 19/28] i386: Ignore --enable-cet
` [2.38 PATCH 20/28] x86-64/cet: Check the restore token in longjmp
` [2.38 PATCH 21/28] i386: Fail if configured with --enable-cet
` [2.38 PATCH 22/28] x86-64/cet: Move dl-cet.[ch] to x86_64 directories
` [2.38 PATCH 23/28] x86: Move CET infrastructure to x86_64
` [2.38 PATCH 24/28] x86-64/cet: Move check-cet.awk "
` [2.38 PATCH 25/28] i386: Remove CET support bits
` [2.38 PATCH 26/28] x86-64/cet: Make CET feature check specific to Linux/x86
` [2.38 PATCH 27/28] x86/cet: fix shadow stack test scripts
` [2.38 PATCH 28/28] x32/cet: Support shadow stack during startup for Linux 6.10

[2.38 PATCH] Remove installed header rule on $(..)include/%.h
 2025-08-19 20:23 UTC 

[2.40 and older PATCH] debug: Wire up tst-longjmp_chk3
 2025-08-19 16:01 UTC 

[2.38 and older PATCH] debug: Adapt fortify tests to libsupport
 2025-08-19 15:57 UTC 

[2.38 PATCH] x86-64: Save APX registers in ld.so trampoline
 2025-08-19 14:38 UTC 

[2.42 PATCH] i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129]
 2025-08-19 14:29 UTC  (2+ messages)
` [2.42/2.41 "

[2.38 PATCH] i386: Remove CET support
 2025-08-19 13:56 UTC 

[2.40 PATCH] LoongArch: Regenerate preconfigure. [bug 32521]
 2025-08-18 22:05 UTC  (3+ messages)

[2.41 PATCH] i386: Update ___tls_get_addr to preserve vector registers
 2025-08-18 20:35 UTC 

[PATCH COMMITTED 2.40] elf: Preserve _rtld_global layout for the release branch
 2025-08-18 12:16 UTC 

[PATCH COMMITTED 2.39] elf: Preserve _rtld_global layout for the release branch
 2025-08-18 12:14 UTC 

[glibc/release/2.39/master] AArch64: Optimize inverse trig functions
 2025-08-15 16:48 UTC  (4+ messages)

[COMMITTED 2.42] hurd: support: Fix running SGID tests
 2025-08-06  9:58 UTC 

[COMMITTED 2.42 1/4] Delete temporary files in support_subprocess
 2025-08-05 11:54 UTC  (4+ messages)
` [COMMITTED 2.42 2/4] tst-fopen-threaded.c: Delete temporary file
` [COMMITTED 2.42 3/4] tst-freopen4-main.c: Call support_capture_subprocess with chroot
` [COMMITTED 2.42 4/4] tst-env-setuid: Delete LD_DEBUG_OUTPUT output

[PATCH 00/10] [2.35] nptl: Backport pthread condvar lost wake-up fix [BZ #25847]
 2025-07-23 10:18 UTC  (11+ messages)
` [PATCH 01/10] [2.35] pthreads NPTL: lost wakeup fix 2
` [PATCH 02/10] [2.35] nptl: Update comments and indentation for new condvar implementation
` [PATCH 03/10] [2.35] nptl: Remove unnecessary catch-all-wake in condvar group switch
` [PATCH 04/10] [2.35] nptl: Remove unnecessary quadruple check in pthread_cond_wait
` [PATCH 05/10] [2.35] nptl: Remove g_refs from condition variables
` [PATCH 06/10] [2.35] nptl: Use a single loop in pthread_cond_wait instaed of a nested loop
` [PATCH 07/10] [2.35] nptl: Fix indentation
` [PATCH 08/10] [2.35] nptl: rename __condvar_quiesce_and_switch_g1
` [PATCH 09/10] [2.35] nptl: Use all of g1_start and g_signals
` [PATCH 10/10] [2.35] nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)

[PATCH 00/10] [2.36] nptl: Backport pthread condvar lost wake-up fix [BZ #25847]
 2025-07-22 15:03 UTC  (11+ messages)
` [PATCH 01/10] [2.36] pthreads NPTL: lost wakeup fix 2
` [PATCH 02/10] [2.36] nptl: Update comments and indentation for new condvar implementation
` [PATCH 03/10] [2.36] nptl: Remove unnecessary catch-all-wake in condvar group switch
` [PATCH 04/10] [2.36] nptl: Remove unnecessary quadruple check in pthread_cond_wait
` [PATCH 05/10] [2.36] nptl: Remove g_refs from condition variables
` [PATCH 06/10] [2.36] nptl: Use a single loop in pthread_cond_wait instaed of a nested loop
` [PATCH 07/10] [2.36] nptl: Fix indentation
` [PATCH 08/10] [2.36] nptl: rename __condvar_quiesce_and_switch_g1
` [PATCH 09/10] [2.36] nptl: Use all of g1_start and g_signals
` [PATCH 10/10] [2.36] nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)

[PATCH v2 00/10] [2.37] nptl: Backport pthread condvar lost wake-up fix [BZ #25847]
 2025-07-15 16:20 UTC  (11+ messages)
` [PATCH v2 01/10] [2.37] pthreads NPTL: lost wakeup fix 2
` [PATCH v2 02/10] [2.37] nptl: Update comments and indentation for new condvar implementation
` [PATCH v2 03/10] [2.37] nptl: Remove unnecessary catch-all-wake in condvar group switch
` [PATCH v2 04/10] [2.37] nptl: Remove unnecessary quadruple check in pthread_cond_wait
` [PATCH v2 05/10] [2.37] nptl: Remove g_refs from condition variables
` [PATCH v2 06/10] [2.37] nptl: Use a single loop in pthread_cond_wait instaed of a nested loop
` [PATCH v2 07/10] [2.37] nptl: Fix indentation
` [PATCH v2 08/10] [2.37] nptl: rename __condvar_quiesce_and_switch_g1
` [PATCH v2 09/10] [2.37] nptl: Use all of g1_start and g_signals
` [PATCH v2 10/10] [2.37] nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)

[PATCH 00/10] [2.37] nptl: Backport pthread condvar lost wake-up fix [BZ #25847]
 2025-07-11 21:07 UTC  (15+ messages)
` [PATCH 01/10] [2.37] pthreads NPTL: lost wakeup fix 2
` [PATCH 02/10] [2.37] nptl: Update comments and indentation for new condvar implementation
` [PATCH 03/10] [2.37] nptl: Remove unnecessary catch-all-wake in condvar group switch
` [PATCH 04/10] [2.37] nptl: Remove unnecessary quadruple check in pthread_cond_wait
` [PATCH 05/10] [2.37] nptl: Remove g_refs from condition variables
` [PATCH 06/10] [2.37] nptl: Use a single loop in pthread_cond_wait instaed of a nested loop
` [PATCH 07/10] [2.37] nptl: Fix indentation
` [PATCH 08/10] [2.37] nptl: rename __condvar_quiesce_and_switch_g1
` [PATCH 09/10] [2.37] nptl: Use all of g1_start and g_signals
` [PATCH 10/10] [2.37] nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)

[PATCH 00/10] [2.38] nptl: Backport pthread condvar lost wake-up fix [BZ #25847]
 2025-07-11 18:50 UTC  (12+ messages)
` [PATCH 01/10] [2.38] pthreads NPTL: lost wakeup fix 2
` [PATCH 02/10] [2.38] nptl: Update comments and indentation for new condvar implementation
` [PATCH 03/10] [2.38] nptl: Remove unnecessary catch-all-wake in condvar group switch
` [PATCH 04/10] [2.38] nptl: Remove unnecessary quadruple check in pthread_cond_wait
` [PATCH 05/10] [2.38] nptl: Remove g_refs from condition variables
` [PATCH 06/10] [2.38] nptl: Use a single loop in pthread_cond_wait instaed of a nested loop
` [PATCH 07/10] [2.38] nptl: Fix indentation
` [PATCH 08/10] [2.38] nptl: rename __condvar_quiesce_and_switch_g1
` [PATCH 09/10] [2.38] nptl: Use all of g1_start and g_signals
` [PATCH 10/10] [2.38] nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)

[COMMITTED 2.38 1/3] malloc: add indirection for malloc(-like) functions in tests [BZ #32366]
 2025-07-11 18:48 UTC  (3+ messages)
` [COMMITTED 2.38 2/3] malloc: obscure calloc use in tst-calloc
` [COMMITTED 2.38 3/3] malloc: cleanup casts "

[COMMITTED 2.39 1/3] ppc64le: Revert "powerpc: Fix performance issues of strcmp power10" (CVE-2025-5702)
 2025-06-17 11:57 UTC  (3+ messages)
` [COMMITTED 2.39 2/3] ppc64le: Revert "powerpc : Add optimized memchr for POWER10" (Bug 33059)
` [COMMITTED 2.39 3/3] ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE-2025-5702)

[COMMITTED 2.40 1/4] ppc64le: Revert "powerpc: Optimized strncmp for power10" (CVE-2025-5745)
 2025-06-17 11:20 UTC  (4+ messages)
` [COMMITTED 2.40 2/4] ppc64le: Revert "powerpc: Fix performance issues of strcmp power10" (CVE-2025-5702)
` [COMMITTED 2.40 3/4] ppc64le: Revert "powerpc : Add optimized memchr for POWER10" (Bug 33059)
` [COMMITTED 2.40 4/4] ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE-2025-5702)

[COMMITTED 1/4] ppc64le: Revert "powerpc: Optimized strncmp for power10" (CVE-2025-5745)
 2025-06-16 22:24 UTC  (4+ messages)
` [COMMITTED 2/4] ppc64le: Revert "powerpc: Fix performance issues of strcmp power10" (CVE-2025-5702)
` [COMMITTED 3/4] ppc64le: Revert "powerpc : Add optimized memchr for POWER10" (Bug 33059)
` [COMMITTED 4/4] ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE-2025-5702)

CVE-2025-4802 backporting glitch for 2.34 and 2.35
 2025-05-24 12:55 UTC  (3+ messages)

[COMMITTED 2.39 0/6] libio: Fix a deadlock after fork in popen
 2025-05-14 17:00 UTC  (7+ messages)
` [COMMITTED 2.39 1/6] libio: Sort test variables in Makefile
` [COMMITTED 2.39 2/6] libio: Fix a deadlock after fork in popen
` [COMMITTED 2.39 3/6] libio: Correctly link tst-popen-fork against libpthread
` [COMMITTED 2.39 4/6] sort-makefile-lines.py: Allow '_' in name and "^# name"
` [COMMITTED 2.39 5/6] sysdeps/x86_64/Makefile (tests): Add the end marker
` [COMMITTED 2.39 6/6] sysdeps/unix/sysv/linux/x86_64/Makefile: "

[COMMITTED 2.40 1/2] libio: Fix a deadlock after fork in popen
 2025-05-14 16:59 UTC  (2+ messages)
` [COMMITTED 2.40 2/2] libio: Correctly link tst-popen-fork against libpthread

elf: Keep using minimal malloc after early DTV resize (bug 32412)
 2025-05-13 14:25 UTC 

[PATCH v3] Linux: Switch back to assembly syscall wrapper for prctl (bug 29770)
 2025-05-07  9:10 UTC 

[COMMITTED 00/10] Fix bug 25847 and bug 32786 in glibc 2.39
 2025-04-29 17:50 UTC  (10+ messages)
` [COMMITTED 01/10] pthreads NPTL: lost wakeup fix 2
` [COMMITTED 02/10] nptl: Update comments and indentation for new condvar implementation
` [COMMITTED 03/10] nptl: Remove unnecessary catch-all-wake in condvar group switch
` [COMMITTED 04/10] nptl: Remove unnecessary quadruple check in pthread_cond_wait
` [COMMITTED 05/10] nptl: Remove g_refs from condition variables
` [COMMITTED 06/10] nptl: Use a single loop in pthread_cond_wait instaed of a nested loop
` [COMMITTED 07/10] nptl: Fix indentation
` [COMMITTED 08/10] nptl: rename __condvar_quiesce_and_switch_g1
` [COMMITTED 09/10] nptl: Use all of g1_start and g_signals

[COMMITTED 00/10] Fix bug 25847 and bug 32786 in glibc 2.40
 2025-04-29 17:22 UTC  (10+ messages)
` [COMMITTED 01/10] pthreads NPTL: lost wakeup fix 2
` [COMMITTED 02/10] nptl: Update comments and indentation for new condvar implementation
` [COMMITTED 03/10] nptl: Remove unnecessary catch-all-wake in condvar group switch
` [COMMITTED 04/10] nptl: Remove unnecessary quadruple check in pthread_cond_wait
` [COMMITTED 05/10] nptl: Remove g_refs from condition variables
` [COMMITTED 06/10] nptl: Use a single loop in pthread_cond_wait instaed of a nested loop
` [COMMITTED 07/10] nptl: Fix indentation
` [COMMITTED 08/10] nptl: rename __condvar_quiesce_and_switch_g1
` [COMMITTED 09/10] nptl: Use all of g1_start and g_signals

[COMMITTED 2.41] elf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882]
 2025-04-23 21:10 UTC 

page: 

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