public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] malloc: check tcache mem size in tcache_get_n to avoid arbitrary mem allocation
 2025-04-18  8:28 UTC  (3+ messages)

[PATCH] hurd: save xstate during signal handling
 2025-04-18  0:43 UTC  (3+ messages)

[hurd,commited] hurd: save xstate during signal handling
 2025-04-18  0:42 UTC 

[hurd,commited] hurd: Check return value of mach_port_mod_refs() in the dup routine of fcntl()
 2025-04-18  0:27 UTC 

[PATCH v6 0/3] malloc: tcache improvements
 2025-04-17 20:15 UTC  (6+ messages)
` [PATCH v6 1/3] malloc: mangle tcache entries pointers
` [PATCH v6 2/3] malloc: add tcache support for large chunk caching
` [PATCH v6 3/3] malloc: add testing for large tcache support

[RFC PATCH 0/2] s390x: Add support for SFrame stack backtracing
 2025-04-17 15:07 UTC  (3+ messages)
` [RFC PATCH 1/2] elf: Start SFrame stack trace from PC and CFA
` [RFC PATCH 2/2] s390: Add SFrame support for s390-64 architecture

[PATCH v4 0/5] glibc: Add SFrame support for stack backtracing
 2025-04-17 14:44 UTC  (11+ messages)
` [PATCH v4 1/5] elf: Add SFrame support to _dl_find_object function
  ` [PATCH v4 2/5] elf: Add SFrame stack tracing
    ` [PATCH v4 3/5] configure: Add --enable-sframe option
      ` [PATCH v4 4/5] x86: Add SFrame support for x86 architecture
        ` [PATCH v4 5/5] aarch64: Add SFrame support for aarch64 architecture

[PATCH v6 0/9] Add support for memory sealing
 2025-04-17 13:48 UTC  (5+ messages)

[PATCH] malloc: Count tcache entries downwards
 2025-04-17 11:54 UTC  (7+ messages)

[PATCH v3 0/5] glibc: Add SFrame support for stack backtracing
 2025-04-17  9:53 UTC  (8+ messages)
` [PATCH v3 1/5] elf: Add SFrame support to _dl_find_object function
  ` [PATCH v3 2/5] elf: Add SFrame stack tracing
    ` [PATCH v3 3/5] configure: Add --enable-sframe option
      ` [PATCH v3 4/5] x86: Add SFrame support for x86 architecture
        ` [PATCH v3 5/5] aarch64: Add SFrame support for aarch64 architecture

[PATCH] Propagate -ffile-prefix-map from CFLAGS to ASFLAGS
 2025-04-17  8:07 UTC  (3+ messages)

[PATCH] elf: Compile AVX512 tests with -mno-vzeroupper [BZ #32882]
 2025-04-17  5:44 UTC  (4+ messages)

[PATCH v2] RISC-V: Use builtin for ffs and ffsll while supported extension available
 2025-04-16 20:16 UTC  (4+ messages)

[glibc/azanella/clang] stdlib: longlong.h: Do no use asm input cast for clang
 2025-04-16 20:16 UTC  (3+ messages)

[PATCH v3] malloc: move tcache_init out of hot tcache paths
 2025-04-16 12:54 UTC  (4+ messages)

[PATCH] linux/termio: remove <termio.h> and struct termio
 2025-04-15 22:57 UTC  (15+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH 1/2] aarch64: Add back non-temporal load/stores from oryon-1's memcpy
 2025-04-15 19:05 UTC  (3+ messages)

[PATCH v3] error: Don't call va_end twice [BZ #32233]
 2025-04-15 17:19 UTC  (5+ messages)

[PATCH v2] malloc: move tcache_init out of hot tcache paths
 2025-04-15 15:58 UTC  (3+ messages)

[PATCH] S390: Add new s390 platform z17
 2025-04-15 14:52 UTC 

[RFC 0/5] glibc: Add SFrame support for stack backtracking
 2025-04-15 13:23 UTC  (7+ messages)
` [RFC 1/5] elf: Add SFrame support to _dl_find_object function
  ` [RFC 2/5] elf: Add SFrame stack tracing

[PATCH 1/6] malloc: Move mmap code out of __libc_free hotpath
 2025-04-15 11:42 UTC  (14+ messages)
` [PATCH 2/6] malloc: Inline _int_free
` [PATCH 3/6] malloc: Inline int_free_check
` [PATCH 4/6] malloc: Improve free checks
` [PATCH 5/6] malloc: Inline tcache_free
` [PATCH 6/6] malloc: Use tailcalls in __libc_free

[PATCH v3] stdlib: Consolidate getentropy and adapt to POSIX 2024 semantics
 2025-04-14 17:41 UTC 

[PATCH v2 0/5] glibc: Add SFrame support for stack backtracing
 2025-04-14 16:30 UTC  (8+ messages)
` [PATCH v2 1/5] elf: Add SFrame support to _dl_find_object function
  ` [PATCH v2 2/5] elf: Add SFrame stack tracing
    ` [PATCH v2 3/5] configure: Add --enable-sframe option
      ` [PATCH v2 4/5] x86: Add SFrame support for x86 architecture
        ` [PATCH v2 5/5] aarch64: Add SFrame support for aarch64 architecture

Add NT_ARM_GCS and NT_RISCV_TAGGED_ADDR_CTRL from Linux 6.13 to elf.h
 2025-04-14 16:01 UTC  (2+ messages)

Add AT_* constants from Linux 6.12
 2025-04-14 16:00 UTC  (3+ messages)

Monday Patch Queue Review update (2025-04-14)
 2025-04-14 13:43 UTC 

[PATCH] manual: Mention POSIX-1.2024 requires time_t to be 64 bit or wider
 2025-04-14 13:08 UTC  (2+ messages)

[PATCH] Linux: Inhibit tail calls in cancellable system calls
 2025-04-14 12:06 UTC  (5+ messages)

[PATCH 0/3] Fix a handful of spelling mistakes
 2025-04-14 11:52 UTC  (7+ messages)
` [PATCH 1/3] Fix spelling mistake "succsefully" -> "successfully"
` [PATCH 2/3] Fix spelling mistake "suports" -> "supports"
` [PATCH 3/3] Fix spelling mistake "trucate" -> "truncate"

Implement C23 pown [committed]
 2025-04-14 10:07 UTC  (2+ messages)

[PATCH] Raise the minimum binutils version to 2.39
 2025-04-14 10:00 UTC  (10+ messages)

[PATCH] manual/tunables: fix a trivial typo
 2025-04-14  8:21 UTC  (2+ messages)

[PATCH] libio: Synthesize ESPIPE error if lseek returns 0 after reading bytes
 2025-04-14  8:02 UTC  (3+ messages)

[PATCH 1/3] conform: Add C23 checks for <stdint.h>
 2025-04-13 23:11 UTC  (3+ messages)
` [PATCH 2/3] conform: Add C23 checks for <inttypes.h>
` [PATCH 3/3] conform: Add C23 checks for <limits.h>

[PATCH] x86: Detect Intel Diamond Rapids
 2025-04-12 18:56 UTC  (3+ messages)

New Portuguese PO file for 'libc' (version 2.40.9000)
 2025-04-12  6:42 UTC 

New Russian PO file for 'libc' (version 2.40.9000)
 2025-04-12  6:12 UTC 

[PATCH] x86: Add PTL/CWF model detection support
 2025-04-12  2:33 UTC  (11+ messages)
      ` [PATCH v2] x86: Add ARL/PTL/CWF "
          ` [PATCH v3] "
              ` [PATCH v4] "

[PATCH v3] x86: Optimize xstate size calculation
 2025-04-12  2:32 UTC  (3+ messages)

[PATCH] x86: Handle unknown family CPUs with default tuning
 2025-04-12  2:31 UTC  (11+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] x86: Handle unknown Intel processor "
          ` [PATCH v4] "
              ` [PATCH v5] "

[PATCH] malloc: move tcache_init out of hot tcache paths
 2025-04-11 21:58 UTC  (8+ messages)

[MI-CONFERENCE-L] Last Chance to Submit | 18th Annual Mentoring Conference
 2025-04-11 20:30 UTC 

[PATCH v7] libio: Add test case for fflush
 2025-04-11 19:21 UTC  (6+ messages)
      ` Non-approving review tag e.g. "Consulted:"

[PATCH] x86: Add DMR model detection support
 2025-04-11 13:40 UTC  (5+ messages)

Sourceware Cyber Security FAQ
 2025-04-10 22:12 UTC  (2+ messages)

[PATCH] conform: Add initial tests for C23
 2025-04-10 18:41 UTC  (3+ messages)
` [PATCH v2] conform: Add initial support "

[PATCH] fortify: further improve Clang style fortify
 2025-04-10 18:40 UTC  (4+ messages)

[PATCH] tst-scanf-format-real: don't crash on nan()
 2025-04-10 17:25 UTC  (8+ messages)

[PATCH v3] timezone: Enhance tst-bz28707 diagnostics
 2025-04-10  7:01 UTC  (2+ messages)

Trying again for termios sanity on Linux
 2025-04-10  5:33 UTC  (13+ messages)
    ` termio support (was: Trying again for termios sanity on Linux)
      ` termio support
          ` WIP/RFC patch for Linux termios overhaul

[PATCH] powerpc: Remove relocation cache flush code for power64
 2025-04-10  0:13 UTC  (2+ messages)

math: Fix up THREEp96 constant in expf128 [BZ #32411]
 2025-04-09 16:12 UTC  (2+ messages)

[PATCH] add more test inputs for asinpi
 2025-04-09 13:15 UTC  (3+ messages)

[PATCH 0/1] Improved double free detection in the tcache
 2025-04-09 12:48 UTC 

[PATCH v6] libio: Add test case for fflush
 2025-04-08 22:15 UTC  (2+ messages)

[PATCH v3] linux: Do not spawn a new thread for SIGEV_THREAD (BZ 30558, 27895, 29705, 32833)
 2025-04-08 19:23 UTC 

[PATCH v2] timezone: Enhance tst-bz28707 diagnostics
 2025-04-08 18:40 UTC  (5+ messages)

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