public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
Add HWCAP2_SME* from Linux 6.3 to AArch64 bits/hwcap.h
 2023-05-18 10:17 UTC  (2+ messages)

[PATCH 00/14] implement RTLD_NORELOCATE api [BZ #30007]
 2023-05-18  8:28 UTC  (15+ messages)
` [PATCH 01/14] elf: switch _dl_map_segment() to anonymous mapping
` [PATCH 02/14] use initial mmap also for ET_EXEC
` [PATCH 03/14] rework maphole
` [PATCH 04/14] split do_reloc_1() from dl_open_worker_begin()
` [PATCH 05/14] split do_reloc_2() out of do_open_worker()
` [PATCH 06/14] move relocation into _dl_object_reloc() func
` [PATCH 07/14] split out _dl_finalize_segments()
` [PATCH 08/14] finalize elf segments on a relocation step
` [PATCH 09/14] implement RTLD_NORELOCATE dlopen() flag
` [PATCH 10/14] add test-case for RTLD_NORELOCATE
` [PATCH 11/14] implement dlrelocate() function
` [PATCH 12/14] implement RTLD_DI_MAPINFO dlinfo() request
` [PATCH 13/14] implement dlset_object_base() function
` [PATCH 14/14] implement RTLD_DI_DEPLIST dlinfo() request

[PATCH] Add a SECURITY.md
 2023-05-17 23:44 UTC 

[PATCH] powerpc: Use sysconf (_SC_SIGSTKSZ) to set SIGSTKSZ and MINSIGSTKSZ
 2023-05-17 23:09 UTC  (11+ messages)

Add MFD_NOEXEC_SEAL, MFD_EXEC from Linux 6.3 to bits/mman-shared.h
 2023-05-17 23:03 UTC 

Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.h
 2023-05-17 22:32 UTC 

[PATCH] powerpc:GCC(<10) doesn't allow -mlong-double-64 after -mabi=ieeelongdouble
 2023-05-17 22:08 UTC  (6+ messages)

Add AT_RSEQ_* from Linux 6.3 to elf.h
 2023-05-17 21:43 UTC 

[PATCH v3] vfprintf-internal: Replace alloca with malloc
 2023-05-17 21:32 UTC  (6+ messages)

[PATCH] vfprintf-internal: Get rid of alloca
 2023-05-17 21:28 UTC 

[PATCH 00/10] Stack setup & misc fixes for x86_64-gnu
 2023-05-17 21:04 UTC  (22+ messages)
` [PATCH 01/10] Remove sysdeps/generic/thread_state.h
` [PATCH 02/10] mach: Define MACHINE_THREAD_STATE_SETUP_CALL
` [PATCH 03/10] hurd: Use MACHINE_THREAD_STATE_SETUP_CALL
  ` [PATCH 03/10] hurd: Use MACHINE_THREAD_STATE_SETUP_CALLo
` [PATCH 04/10] mach: Add __mach_setup_thread_call ()
` [PATCH 05/10] hurd: Use "
` [RFC PATCH 06/10] hurd: Make sure to not use tcb->self
` [PATCH 07/10] hurd: Fix x86_64 _hurd_tls_fork
` [PATCH 08/10] hurd: Fix setting up pthreads
` [PATCH 09/10] hurd: Also make it possible to call strlen very early
` [RFC PATCH 10/10] hurd: Regenerate errno.h

Remove MAP_VARIABLE from hppa bits/mman.h
 2023-05-17 20:38 UTC 

Making a syscall before ld.so self-relocation on MIPS
 2023-05-17 19:41 UTC  (4+ messages)

[RFC PATCH 0/2] On ldconfig and ld.so.cache
 2023-05-17 18:54 UTC  (3+ messages)
` [RFC PATCH 1/2] elf: Port ldconfig away from stack-allocated paths
` [RFC PATCH 2/2] x86: Make dl-cache.h and readelflib.c not Linux-specific

[RFC PATCH 0/4] Extend rseq with sched_state field
 2023-05-17 18:36 UTC  (8+ messages)
` [RFC PATCH 1/4] rseq: Add sched_state field to struct rseq
` [RFC PATCH 2/4] selftests/rseq: Add sched_state rseq field and getter
` [RFC PATCH 3/4] selftests/rseq: Implement sched state test program
` [RFC PATCH 4/4] selftests/rseq: Implement rseq_mutex "

[PATCH] nptl: Disable THP on thread stack if it incurs in large RSS usage
 2023-05-17 18:16 UTC  (12+ messages)

[STATS] Auto-update patchwork for committed patches
 2023-05-17 18:02 UTC  (3+ messages)

[PATCH] time: strftime_l: Use malloc rather than an unbounded alloca
 2023-05-17 17:40 UTC  (6+ messages)

[PATCH v4 0/3] Add pidfd_spawn, pidfd_spawnp, pidfd_fork, and pidfd_getpid
 2023-05-17 17:35 UTC  (4+ messages)
` [PATCH v4 1/3] posix: Add pidfd_spawn and pidfd_spawnp (BZ# 30349)
` [PATCH v4 2/3] posix: Add pidfd_fork
` [PATCH v4 3/3] linux: Add pidfd_getpid

[PATCH glibc] Use TASK_THREAD_TIMES_INFO_COUNT when calling task_info with TASK_THREAD_TIMES_INFO
 2023-05-17 17:23 UTC  (2+ messages)

[hurd,commited] hurd: rule out some mach headers when generating errno.h
 2023-05-17 16:59 UTC 

[COMMITTED] argp: Reformat Makefile
 2023-05-17 12:13 UTC 

Added consensus item about sorting Makefile lines
 2023-05-17 12:06 UTC  (3+ messages)

[PATCH v1] x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 2`
 2023-05-17 12:00 UTC  (11+ messages)
` [PATCH v8 1/3] x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`
  ` [PATCH v8 2/3] x86: Refactor Intel `init_cpu_features`
` [PATCH v9 1/3] x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`
  ` [PATCH v9 2/3] x86: Refactor Intel `init_cpu_features`
  ` [PATCH v9 3/3] x86: Make the divisor in setting `non_temporal_threshold` cpu specific

[PATCH] stdlib: Avoid undefined behavior in stdlib/tst-labs
 2023-05-17  0:19 UTC  (2+ messages)

[PATCH] stdlib: Use long long int in stdlib/tst-llabs
 2023-05-17  0:16 UTC  (2+ messages)

global pointer gets overwritten with dlopen(3) on RISC-V
 2023-05-17  0:11 UTC  (5+ messages)

global pointer gets overwritten with dlopen(3) on RISC-V
 2023-05-16 23:21 UTC  (5+ messages)

(no subject)
 2023-05-16 22:28 UTC 

Update kernel version to 6.3 in header constant tests
 2023-05-16 22:05 UTC  (2+ messages)

[PATCH v2 0/3] Add tests for abs(), labs(), llabs() (BZ #30263)
 2023-05-16 20:52 UTC  (4+ messages)

[PATCH v3] i386: Use pthread_barrier for synchronization on tst-bz21269
 2023-05-16 19:10 UTC  (3+ messages)

[PATCH] rtld: properly handle root directory in load path (bug 30435)
 2023-05-16 14:37 UTC 

[PATCH v2] setsourcefilter: Use malloc() rather than alloca()
 2023-05-16 13:51 UTC  (3+ messages)

[PATCH] setsourcefilter: Replace alloca with a scratch_buffer
 2023-05-16 13:45 UTC 

[PATCH v3 0/3] Add pidfd_spawn, pidfd_spawnp, pidfd_fork, and pidfd_getpid
 2023-05-16 13:05 UTC  (11+ messages)
` [PATCH v3 1/3] posix: Add pidfd_spawn and pidfd_spawnp (BZ# 30349)
` [PATCH v3 2/3] posix: Add pidfd_fork
` [PATCH v3 3/3] linux: Add pidfd_getpid

[COMMITTED 0/8] Reformat most used Makefiles
 2023-05-16 12:48 UTC  (9+ messages)
` [COMMITTED 1/8] elf: Reformat Makefile
` [COMMITTED 2/8] debug: "
` [COMMITTED 3/8] misc: "
` [COMMITTED 4/8] socket: "
` [COMMITTED 5/8] stdio-common: "
` [COMMITTED 6/8] stdlib: "
` [COMMITTED 7/8] linux: "
` [COMMITTED 8/8] wcsmbs: "

[PATCH] powerpc: Use sysconf (_SC_SIGSTKSZ) to set SIGSTKSZ and MINSIGSTKSZ
 2023-05-16 11:11 UTC 

[ANNOUNCE] The Linux Test Project has been released for MAY 2023
 2023-05-16 11:00 UTC 

[PATCH] libio: Add __nonnull for FILE * arguments of fclose and freopen
 2023-05-16 10:04 UTC  (3+ messages)
` Ping: "

[PATCH v3] MIPS: Sync elf.h from binutils
 2023-05-16  9:40 UTC 

Re:[PATCH v2] MIPS: Sync elf.h from binutils
 2023-05-16  9:12 UTC 

The Linux Test Project has been released for MAY 2023
 2023-05-16  8:58 UTC 

[PATCH v2] MIPS: Sync elf.h from binutils
 2023-05-16  6:53 UTC  (2+ messages)

Re:[PATCH] MIPS: Sync elf.h from binutils
 2023-05-16  3:35 UTC 

Update syscall lists for Linux 6.3
 2023-05-15 22:26 UTC  (2+ messages)

[PATCH] elf: fix handling of negative numbers in dl-printf
 2023-05-15 20:29 UTC  (2+ messages)
` [PATCH] elf: add test for dl-printf

[PATCH] setsourcefilter: Use malloc() rather than alloca()
 2023-05-15 19:09 UTC  (3+ messages)

[PATCH v2] vfprintf-internal: Replace alloca with malloc
 2023-05-15 18:49 UTC  (3+ messages)

process 'ld-linux-x86-64' launched '/tmp/testscriptWLyRCA' with NULL argv: empty string added
 2023-05-15 18:32 UTC  (2+ messages)

Sourceware joins Software Freedom Conservancy
 2023-05-15 18:18 UTC 

[PATCH v2 0/3] Add pidfd_spawn, pidfd_spawnp, pidfd_fork, and pidfd_getpid
 2023-05-15 17:39 UTC  (4+ messages)
` [PATCH v2 3/3] linux: Add pidfd_getpid

[PATCH 0/4] x86_64-gnu signal fixes
 2023-05-15 17:08 UTC  (10+ messages)
` [PATCH 1/4] hurd: Fix aligning signal stack pointer
` [PATCH 2/4] hurd: Align signal stack pointer after allocating stackframe
` [PATCH 3/4] hurd: Fix sc_i386_thread_state layout
` [PATCH 4/4] hurd: Fix computing user stack pointer

[PATCH v6 0/3] x86_64: aarch64: Set call number just before syscall
 2023-05-15 16:20 UTC  (4+ messages)
` [PATCH v6 1/3] x86_64: Set the syscall register right before doing the syscall

[RFC PATCH 0/6] .text.subsections for some questionable benefit
 2023-05-15 15:33 UTC  (10+ messages)
` [RFC PATCH 1/6] Mark more functions as __COLD
` [RFC PATCH 2/6] mcheck: Microoptimize
` [RFC PATCH 3/6] sys/cdefs.h: Define __TEXT_STARTUP & __TEXT_EXIT
` [RFC PATCH 4/6] Mark various functions as __TEXT_STARTUP and __TEXT_EXIT
` [RFC PATCH 5/6] Also place entry points into .text.startup
` [RFC PATCH 6/6] mach: In rtld, mark MIG routines as __TEXT_STARTUP

[PATCH] nss: Reconcile conditional declaration and use of `is_nscd'
 2023-05-15 14:09 UTC  (2+ messages)

Monday Patch Queue Review update (2023-05-15)
 2023-05-15 13:53 UTC 

[PATCH v2] S390: Use compile-only instead of also link-tests in configure
 2023-05-15  8:36 UTC  (2+ messages)

[RFC] Fix spelling errors?
 2023-05-15  5:07 UTC  (2+ messages)

[PATCH glibc] Stop checking if MiG supports retcode
 2023-05-15  4:09 UTC  (3+ messages)

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