Security implications of debugging features
2021-07-12 10:03 UTC (3+ messages)
[PATCH v2] Fix failing nss/tst-nss-files-hosts-long
2021-07-12 9:59 UTC (3+ messages)
[PATCH] Fix failing nss/tst-nss-files-hosts-long
2021-07-12 8:47 UTC (3+ messages)
[PATCH] libgomp: Include <limits.h> early to avoid link failure with glibc 2.34
2021-07-12 8:26 UTC
[PATCH V4] Add RFC 8335 Definitions from Linux 5.13
2021-07-12 6:00 UTC (4+ messages)
[hurd,commited] hurd _Fork: Drop duplicate malloc_fork_lock calls
2021-07-11 17:54 UTC
[PATCH] nis: nis_local_group may read from __nisgroup[-1] (bug 28075)
2021-07-11 14:58 UTC (2+ messages)
[PATCH] support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ)
2021-07-11 14:44 UTC (4+ messages)
` [PATCH] support: Replace _SC_MINSIGSTKSZ with _SC_SIGSTKSZ
[PATCH] Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (bug 28071)
2021-07-10 20:30 UTC (7+ messages)
[PATCH] x86: Install <bits/platform/x86.h> [BZ #27958]
2021-07-10 17:21 UTC
[PATCH] x86: Install <bits/platform/x86.h> [BZ #27958]
2021-07-10 17:21 UTC (3+ messages)
[PATCH v5] Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
2021-07-09 22:07 UTC (2+ messages)
[PATCH v4] Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
2021-07-09 21:09 UTC (3+ messages)
Glibc 2.4 and RHEL Versioning
2021-07-09 21:05 UTC (3+ messages)
[PATCH v3] elf: Fix DTV gap reuse logic (BZ #27135)
2021-07-09 20:05 UTC (3+ messages)
[PATCH v3] Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
2021-07-09 20:04 UTC (3+ messages)
[PATCH] sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
2021-07-09 19:34 UTC (9+ messages)
` V5 "
` [PATCH] Deprecate SIGSTKSZ/MINSIGSTKSZ with _SC_SIGSTKSZ_SOURCE
` V2 "
patchwork 32-bit i686 trybot is up and running
2021-07-09 19:31 UTC (2+ messages)
posix/tst-spawn5 failes under make -j
2021-07-09 18:40 UTC (5+ messages)
[PATCH] Force building with -fno-common
2021-07-09 18:05 UTC (5+ messages)
glibc 2.33.9000 version checks and in memory file name change
2021-07-09 16:37 UTC
[PATCH v1 0/6] nptl: Introduce and use FUTEX_LOCK_PI2
2021-07-09 14:23 UTC (12+ messages)
` [PATCH v1 1/6] Linux: Add FUTEX_LOCK_PI2
` [PATCH v1 2/6] nptl: Introduce futex_lock_pi2()
` [PATCH v1 3/6] nptl: Use futex_lock_pi2()
` [PATCH v1 4/6] nptl: Remove mutex test 10
[PATCH powerpc64le] Use the target 'objcopy' when cross-compiling
2021-07-09 14:02 UTC (5+ messages)
strlen
2021-07-09 13:48 UTC (2+ messages)
[PATCH] Properly run tst-spawn5 directly [BZ #28067]
2021-07-09 13:36 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3 00/10] Remove malloc hooks
2021-07-09 13:34 UTC (13+ messages)
` [PATCH v3 02/10] Add mcheck tests to malloc
` [PATCH] Add a generic malloc test for MALLOC_ALIGNMENT
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2] elf: Fix DTV gap reuse logic (BZ #27135)
2021-07-09 13:23 UTC (3+ messages)
misc/tst-bz21269 hang on i386
2021-07-09 12:51 UTC (2+ messages)
[PATCH] AArch64: Improve A64FX memcpy
2021-07-09 12:50 UTC (4+ messages)
[PATCH] AArch64: Improve A64FX memset
2021-07-09 12:23 UTC (2+ messages)
` [PATCH v2] "
[PATCH] Make mcheck tests conditional on GLIBC_2.24 or earlier
2021-07-09 11:17 UTC
[PATCH v7 0/8] malloc hooks removal
2021-07-09 9:22 UTC (19+ messages)
` [PATCH v7 1/8] Remove __after_morecore_hook
` [PATCH v7 2/8] Remove __morecore and __default_morecore
` [PATCH v7 3/8] Move malloc hooks into a compat DSO
` [PATCH v7 4/8] mcheck: Wean away from malloc hooks
` [PATCH v7 5/8] Simplify __malloc_initialized
` [PATCH v7 6/8] mtrace: Wean away from malloc hooks
` [PATCH v7 7/8] glibc.malloc.check: "
` [PATCH v7 8/8] Remove "
[RFC patch] avoid warning on accesses to hardwired address
2021-07-09 6:34 UTC (2+ messages)
[PATCH] Disable tst-mallocalign1-mcheck
2021-07-09 2:11 UTC
[PATCH] x86_64: Remove unneeded static PIE check for undefined weak diagnostic
2021-07-09 1:27 UTC (3+ messages)
[PATCH] powerpc64le: Fix typo in configure
2021-07-09 1:01 UTC (3+ messages)
[PATCH v5 00/11] Add futex2 syscalls
2021-07-09 0:13 UTC (12+ messages)
` [PATCH v5 01/11] futex2: Implement wait and wake functions
` [PATCH v5 02/11] futex2: Implement vectorized wait
` [PATCH v5 03/11] futex2: Implement requeue operation
` [PATCH v5 04/11] docs: locking: futex2: Add documentation
` [PATCH v5 05/11] selftests: futex2: Add wake/wait test
` [PATCH v5 06/11] selftests: futex2: Add timeout test
` [PATCH v5 07/11] selftests: futex2: Add wouldblock test
` [PATCH v5 08/11] selftests: futex2: Add waitv test
` [PATCH v5 09/11] selftests: futex2: Add requeue test
` [PATCH v5 10/11] perf bench: Add futex2 benchmark tests
` [PATCH v5 11/11] kernel: Enable waitpid() for futex2
[PATCH] csu: Skip ARCH_SETUP_IREL if _dl_relocate_static_pie applied IRELATIVE relocations [BZ #27164]
2021-07-08 23:27 UTC (2+ messages)
[PATCH v7 0/4] Add close_range, closefrom, and posix_spawn_file_actions_closefrom_np
2021-07-08 23:23 UTC (13+ messages)
` [PATCH v7 1/4] support: Add support_stack_alloc
` [PATCH v7 4/4] posix: Add posix_spawn_file_actions_addclosefrom_np
[PATCH 1/3] powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06
2021-07-08 22:33 UTC (4+ messages)
` [PATCH 2/3] powerpc64: Check cacheline size before using optimised memset routines
[PATCH] powerpc64: Remove strcspn ifunc from the loader
2021-07-08 21:31 UTC (3+ messages)
[PATCH v1] x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]
2021-07-08 20:30 UTC (8+ messages)
` [PATCH v2 1/2] x86-64: Test strlen and wcslen with 0 in the RSI register "
` [PATCH v2 2/2] x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list "
[PATCH v2 00/30] nss_dns move into libc
2021-07-08 18:33 UTC (35+ messages)
` [PATCH 01/30] socket: Add hidden prototype for setsockopt
` [PATCH 02/30] resolv: Deprecate legacy interfaces in <resolv.h>
` [PATCH 03/30] resolv: Sort Makefile routines and Versions lexicographically
` [PATCH 04/30] nss_dns: Do not use deprecated packet parsing functions
` [PATCH 05/30] resolv: Move ns_name_ntop to its own file and into libc
` [PATCH 06/30] resolv: Move ns_name_unpack "
` [PATCH 07/30] resolv: Move ns_name_skip "
` [PATCH 08/30] resolv: Move ns_name_uncompress into "
` [PATCH 09/30] resolv: Move ns_name_pton "
` [PATCH 10/30] resolv: Move ns_name_pack "
` [PATCH 11/30] resolv: Move ns_name_compress "
` [PATCH 12/30] resolv: Move dn_expand to "
` [PATCH 13/30] resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget
` [PATCH 14/30] resolv: Move dn_comp to its own file and into libc
` [PATCH 15/30] resolv: Move dn_skipname "
` [PATCH 16/30] resolv: Rename res_comp.c to res-name-checking.c and move "
` [PATCH 17/30] resolv: Remove unnecessary res_isourserver_p call from send_dg
` [PATCH 18/30] resolv: Move __res_get_nsaddr to its own file and into libc
` [PATCH 19/30] resolv: Move res_isourserver to its own file and reformat to GNU style
` [PATCH 20/30] resolv: Move ns_makecanon into its own file, and into libc
` [PATCH 21/30] resolv: Move ns_samename "
` [PATCH 22/30] resolv: Move res_nameinquery to its own file "
` [PATCH 23/30] resolv: Move res_queriesmatch "
` [PATCH 24/30] resolv: Move __res_context_hostalias into "
` [PATCH 25/30] resolv: Move res_hostalias into its own file, along with hostalias
` [PATCH 26/30] resolv: Move res_send, res_nsend into libc
` [PATCH 27/30] resolv: Move res_mkquery, res_nmkquery "
` [PATCH 28/30] resolv: Move res_query functions "
` [PATCH 29/30] resolv: Move nss_dns "
` [PATCH 30/30] nss: Directly load nss_dns, without going through dlsym/dlopen
[PATCH] nptl: Use out-of-line wake function in __libc_lock_unlock slow path
2021-07-08 18:27 UTC (4+ messages)
x86 CPU features detection for applications (and AMX)
2021-07-08 17:56 UTC (8+ messages)
Add NT_ARM_PAC_ENABLED_KEYS to elf.h
2021-07-08 17:34 UTC (2+ messages)
[RFC][PATCH v12 0/8] Implementation of RTLD_SHARED for dlmopen
2021-07-08 16:32 UTC (9+ messages)
` [RFC][PATCH v12 1/8] Define a new dynamic section tag - DT_GNU_FLAGS_1 (bug 22745)
` [RFC][PATCH v12 2/8] Abstract loaded-DSO search code into a helper function
` [RFC][PATCH v12 3/8] Use the new DSO finder "
` [RFC][PATCH v12 4/8] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (bug 22745)
` [RFC][PATCH v12 5/8] Implement dlmopen RTLD_SHARED flag "
` [RFC][PATCH v12 6/8] Add dlmopen / RTLD_SHARED tests
` [RFC][PATCH v12 7/8] Restore separate libc loading for the TLS/namespace storage test
` [RFC][PATCH v12 8/8] Drop DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE from the libpthread DSO
x86 CPU features detection for applications (and AMX)
2021-07-08 15:13 UTC (3+ messages)
[PATCH] elf: Fix DTV gap reuse logic (BZ #27135)
2021-07-08 13:34 UTC (6+ messages)
[committed 0/2] Trivial malloc cleanups
2021-07-08 13:16 UTC (3+ messages)
` [committed 1/2] Move mcheck symbol from stdlib to malloc
` [committed 2/2] _int_realloc is static
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).