Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

glibc-benchtests-2.42-1.fc43 RPM for s390x

From Fedora Rawhide for s390x / g

Name: glibc-benchtests Distribution: Fedora Project
Version: 2.42 Vendor: Fedora Project
Release: 1.fc43 Build date: Wed Jul 30 10:13:37 2025
Group: Unspecified Build host: buildvm-s390x-10.s390.fedoraproject.org
Size: 7241062 Source RPM: glibc-2.42-1.fc43.src.rpm
Packager: Fedora Project
Url: http://www.gnu.org/software/glibc/
Summary: Benchmarking binaries and scripts for glibc
This package provides built benchmark binaries and scripts to run
microbenchmark tests on the system.

Provides

Requires

License

LGPL-2.1-or-later AND SunPro AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later WITH GNU-compiler-exception AND GPL-2.0-only AND ISC AND LicenseRef-Fedora-Public-Domain AND HPND AND CMU-Mach AND LGPL-2.0-or-later AND Unicode-3.0 AND GFDL-1.1-or-later AND GPL-1.0-or-later AND FSFUL AND MIT AND Inner-Net-2.0 AND X11 AND GPL-2.0-or-later WITH GCC-exception-2.0 AND GFDL-1.3-only AND GFDL-1.1-only

Changelog

* Wed Jul 30 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-1
  - Drop 0001-Revert-Linux-Keep-termios-ioctl-constants-strictly-i.patch,
    merged upstream.
  - Auto-sync with upstream branch release/2.42/master,
    commit bc13db73937730401d592b33092db6df806d193e:
  - inet-fortified: fix namespace violation (bug 33227)
  - Bump version number to 2.42
  - math: Update auto-libm-tests-in with ldbl-128ibm compoundn/pown failures
  - INSTALL: Update newest tested binutils version
  - elf: Compile _dl_debug_state separately (bug 33224)
  - sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
  - Disable SFrame support by default
  - math: xfail some pown and compoundn tests for ibm128-libgcc
  - posix: Fix double-free after allocation failure in regcomp (bug 33185)
  - Revert "Linux: Keep termios ioctl constants strictly internal"
  - termios: manual: document the SPEED_MAX and BAUD_MAX constants
  - termios: SPEED_MAX and BAUD_MAX constants
  - termios: move the baud_t interface from __USE_MISC to __USE_GNU
  - termios: manual: improve the explanation of various tty concepts
  - termios: manual: remove duplicate cfgetospeed() definition
  - termios: manual: fix typo: tcsettattr -> tcsetattr
  - elf: Initialize GLRO (dl_read_only_area) after static dlopen (bug 33139)
  - x86-64: Properly compile ISA optimized modf and modff
  - x86-64: Compile ISA versions of modf/modff with -fno-stack-protector
  - iconv: iconv -o should not create executable files (bug 33164)
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.41.9000-24
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jul 18 2025 Adam Williamson <awilliam@redhat.com> - 2.41.9000-23
  - Revert "Linux: Keep termios ioctl constants strictly internal" to fix wine build
* Fri Jul 18 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-22
  - Build without SFrame stack trace format information
* Thu Jul 17 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-21
  - Auto-sync with upstream branch master,
    commit 0263528f8dd60cf58976e2d516b7c9edb16ae6f8:
  - malloc: fix definition for MAX_TCACHE_SMALL_SIZE
  - SFrame: Add tests that uses DWARF backtracer
  - configure: Add --enable-sframe option
  - elf: Add SFrame stack tracing
  - aarch64: Add SFrame support for aarch64 architecture
  - x86: Add SFrame support for x86 architecture
  - elf: Add SFrame support to _dl_find_object function
  - x86_64: Optimize modf/modff for x86_64-v2
  - Linux: Keep termios ioctl constants strictly internal
  - termios: Move isatty, __isatty_nostatus from io
  - termios: Reflow and sort Makefile
  - Remove termios2 ioctl defintions from public headers
  - elf: Remove now pointless empty ld.so.conf files in single tests
  - support: Always run ldconfig in containered tests
  - Makefile: Add ld.so.conf with libgcc dir to testroot.pristine
  - Makeconfig: Add libgcc directory to rtld-prefix search path
  - Mark support for lock elision as deprecated.
  - x86: Avoid vector/r16-r31 registers and memcpy/memset in mcount_internal
  - fstat: add test and documentation for an edge case.
  - fstatat: extend tests and documentation
  - elf: Restore support for _r_debug interpositions and copy relocations
  - elf: Introduce _dl_debug_change_state
  - elf: Introduce separate _r_debug_array variable
  - manual: Remove '.info' suffix in manual names passed to @ref [BZ #32962].
  - elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088]
  - stdlib: Fix __libc_message_impl iovec size (BZ 32947)
  - AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
  - malloc: Cleanup tcache_init()
  - malloc: replace instances of __builtin_expect with __glibc_unlikely
  - malloc: refactored aligned_OK and misaligned_chunk
  - elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload}
  - powerpc: Remove modf optimization
  - powerpc: Remove modff optimization
  - manual: Add missing free to open_memstream example [BZ #27866]
  - Linux: Convert '__close_nocancel_nostatus' to a standalone handler
  - Linux: Fix '__close_nocancel_nostatus' clobbering 'errno' [BZ #33035]
  - inet: Implement inet_ntoa on top of inet_ntop
  - resolv: Optimize inet_ntop
  - resolve: Proper indent resolv/inet_ntop.c
  - benchtests: Add IPv6 inet_ntop benchmark
  - benchtests: Add IPv4 inet_ntop benchmark
  - posix: Fix fnmatch build with gcc-16
  - powerpc: use .machine power10 in POWER10 assembler sources
* Sun Jun 22 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-20
  - Remove glibc-rh2368545.patch, applied upstream.
  - Auto-sync with upstream branch master,
    commit b3b0d0308c95d213f019b19c33abf1b06911f528:
  - i386: Update ___tls_get_addr to preserve vector registers
  - manual: Clarify renameat documentation
  - posix: Add nonnull attribute to glob_pattern_p.
  - math: Simplify and optimize modf implementation
  - math: Simplify and optimize modff implementation
  - AArch64: Improve codegen SVE log1p helper
  - AArch64: Optimise SVE FP64 Hyperbolics
  - AArch64: Optimize SVE exp functions
  - Fix termios related targets
  - malloc: Cleanup _mid_memalign
  - aarch64: simplify calls to __libc_arm_za_disable in assembly
  - aarch64: GCS: use internal struct in __alloc_gcs
  - powerpc: Remove assembler workarounds
  - malloc: Fix tests-malloc-largetcache tests
  - Add TCPI_OPT_USEC_TS from Linux 6.14 and TCPI_OPT_TFO_CHILD from 6.15 to netinet/tcp.h.
  - linux/termios: regression test for termios speed functions
  - include/array_length.h: add array_foreach[_const] macros
  - termios: unify the naming of the termios speed fields
  - termios: add new baud_t interface, defined to be explicitly numeric
  - manual: document all the termios Bxxx constants in the manual
  - termios: merge the termios baud definitions
  - hurd+generic/termios: make speed_t an unsigned int
  - termios: change the generic cfsetspeed() to support arbitrary speeds
  - hurd/termios: remove USE_OLD_TTY
  - linux: implement arbitrary and split speeds in termios
  - linux/termios/powerpc: deal with powerpc-unique ioctl emulation
  - linux/ioctls: use <linux/sockios.h> for sockios ioctls
  - io: replace local_isatty() with a proper function __isatty_nostatus()
  - termios: make __tcsetattr() the internal interface
* Fri Jun 20 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-19
  - Remove glibc-fedora-manual-dircategory.patch (#2252409)
* Fri Jun 20 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-18
  - Remove glibc-fedora-linux-tcsetattr.patch (#2252406)
* Thu Jun 19 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-17
  - langpacks: Use symlinks for LC_NAME, LC_NUMERIC files if possible (RHEL-97433)
* Tue Jun 17 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-16
  - Replace glibc-rh2368545.patch with upstream fix under review.
  - Auto-sync with upstream branch master,
    commit d1b27eeda3d92f33314e93537437cab11ddf4777:
  - malloc: Sort tests-exclude-largetcache in Makefile
  - ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE-2025-5702)
  - ppc64le: Revert "powerpc : Add optimized memchr for POWER10" (Bug 33059)
  - ppc64le: Revert "powerpc: Fix performance issues of strcmp power10" (CVE-2025-5702)
  - ppc64le: Revert "powerpc: Optimized strncmp for power10" (CVE-2025-5745)
  - malloc: add testing for large tcache support
  - malloc: add tcache support for large chunk caching
  - Always check lockf64 return value
  - elf: Add optimization barrier for __ehdr_start and _end
  - htl: move pthread_key_*, pthread_get/setspecific
  - elf: Remove the unused _etext declaration
  - io: Mark lockf() __wur [BZ #32800]
  - benchtests: Improve modf benchtest
  - benchtests: Add modff benchtest
  - riscv: Correct __riscv_hwprobe function prototype [BZ #32932]
  - resolv: Add test for getaddrinfo returning FQDN in ai_canonname
  - aarch64: fix typo in sysdeps/aarch64/Makefile
  - Advisory text for CVE-2025-5745
  - Advisory text for CVE-2025-5702
  - hurd: Make __getrandom_early_init call __mach_init
  - x86: Avoid GLRO(dl_x86_cpu_features)
  - manual: Add a comparative example of 'clock_nanosleep' use
  - AArch64: Fix builderror with GCC 12.1/12.2
  - Linux: Drop obsolete kernel support with `if_nameindex' and `if_nametoindex'
  - aarch64: add __ifunc_hwcap function to be used in ifunc resolvers
  - aarch64: add support for hwcap3,4
  - manual: Document futimens and utimensat
  - manual: Document unlinkat
  - manual: Document renameat
  - manual: Document mkdirat
  - manual: Document faccessat
  - manual: Expand Descriptor-Relative Access section
  - Makefile: Avoid $(objpfx)/ in makefiles
  - manual: Document error codes missing for 'inet_pton'
  - manual: Document error codes missing for 'if_nametoindex'
  - manual: Document error codes missing for 'if_indextoname'
  - posix: fix building regex when _LIBC isn't defined
  - localedata: Use the name North Macedonia.
  - malloc: Count tcache entries downwards
  - sparc: Fix argument passing to __libc_start_main (BZ 32981)
  - localedata: Refer to Eswatini instead of Swaziland.
  - sigaction: don't sign-extend sa_flags
  - stdio-common: Add nonnull attribute to stdio_ext.h functions.
  - elf: Fix UB on _dl_map_object_from_fd
  - argp: Fix shift bug
  - math: Remove i386 ilogb/ilogbf/llogb/llogbf
  - math: Optimize float ilogb/llogb
  - math: Remove UB and optimize double ilogbf
  - math: Optimize double ilogb/llogb
  - math: Remove UB and optimize double ilogb
  - manual: Correct return value description of 'clock_nanosleep'
  - nss: free dynarray buffer after parsing nsswitch.conf
  - manual: Document clock_nanosleep
  - manual: Fix invalid 'illegal' usage with 'nanosleep'
  - manual: Fix duplicate 'consult' erratum
  - localedata: Correct Persian collation rules description
  - stdio-common: Correct 'sscanf' test feature wrapper description
  - manual: Document error codes missing for 'inet_ntop'
  - manual: Document error codes missing for 'socket'
  - stdio-common: Consistently use 'num_digits_len' in 'vfscanf'
  - Update syscall lists for Linux 6.15
  - AArch64: Improve enabling of SVE for libmvec
  - AArch64: Improve codegen in SVE log1p
  - Use Linux 6.15 in build-many-glibcs.py
  - manual: mention PKEY_UNRESTRICTED macro in the manual
  - linux: use PKEY_UNRESTRICTED macro in tst-pkey
  - misc: add PKEY_UNRESTRICTED macro
  - generic: Add missing parameter name to __getrandom_early_init
  - hurd: Avoid -Wfree-labels warning in _hurd_intr_rpc_mach_msg
  - Update RISC-V relocations
  - malloc: Fix malloc init order
  - Move C warning flags from +gccwarn to +gccwarn-c
  - doc: Add missing space in documentation of __TIMESIZE
  - doc: Fix typos in documentation of _TIME_BITS
  - Fix comment typo in libc-symbols.h
  - Turn on -Wmissing-parameter-name by default if available
  - manual: Document getopt_long_only with single letter options (bug 32980)
* Fri May 30 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-15
  - malloc: Revert to the glibc-2.41.9000-6.fc43 version (#2368545)
* Mon May 26 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-14
  - Remove glibc-configure-disable-libsupport.patch, solved with
    upstream commit be61b9493d38032519e596f282f9695667402c8d
    ("support: Use unwinder in links-dso-program-c only with libgcc_s").
  - Fix regression malloc initialization (#2368545)
  - Auto-sync with upstream branch master,
    commit 4f4c4fcde76aedc1f5362a51d98ebb57a28fbce9:
  - Turn on -Wfree-labels by default if available
  - S390: Use cfi_val_offset instead of cfi_escape. 31bit part
  - libmvec: Add inputs for asinpi(f), acospi(f), atanpi(f) and atan2pi(f)
  - INSTALL: Regenerate with texinfo 7.2
  - Fix error reporting (false negatives) in SGID tests
  - manual: Use more inclusive language in comments.
  - Makerules: Use 'original' instead of 'master' in source.
  - gen-libm-test: Use 'original source' instead of 'master' in code.
  - nss_test1: Use 'parametrized template' instead of 'master' in comment.
  - linknamespace: Use 'ALLOWLIST' instead of 'WHITELIST' in code.
  - posix: Use more inclusive language in test data.
  - pylintrc: Remove obsolete ignore section and comments.
  - support: Pick group in support_capture_subprogram_self_sgid if UID == 0
  - ldbl-128: also disable lgammaf128_r builtin when building lgammal_r
  - elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)
  - x86_64: Fix typo in ifunc-impl-list.c.
  - elf: Test case for bug 32976 (CVE-2025-4802)
  - support: Use const char * argument in support_capture_subprogram_self_sgid
  - AArch64: Fix typo in math-vector.h
  - Fix typos in ldbl-opt makefile
  - AArch64: Cleanup SVE config and defines
  - AArch64: Cleanup PAC and BTI
  - AArch64: Implement AdvSIMD and SVE atan2pi/f
  - AArch64: Implement AdvSIMD and SVE atanpi/f
  - AArch64: Implement AdvSIMD and SVE asinpi/f
  - AArch64: Implement AdvSIMD and SVE acospi/f
  - AArch64: Optimize inverse trig functions
  - Document CVE-2025-4802.
  - ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483)
  - Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower}
  - Optimize __libc_tsd_* thread variable access
  - Remove <libc-tsd.h>
  - manual: add sched_getcpu()
  - manual: Clarifications for listing directories
  - manual: add remaining CPU_* macros
  - powerpc: Remove check for -mabi=ibmlongdouble
  - aarch64: update tests for SME
  - aarch64: Disable ZA state of SME in setjmp and sigsetjmp
  - benchtest: malloc tcache hotpath benchtest
  - Implement C23 rootn.
  - malloc: Improve performance of __libc_calloc
  - S390: Use cfi_val_offset instead of cfi_escape.
  - powerpc64le: Remove configure check for objcopy >= 2.26.
  - Raise the minimum binutils version to 2.39
* Tue May 13 2025 DJ Delorie <dj@redhat.com> - 2.41.9000-13
  - Auto-sync with upstream branch master,
    commit ad966bc4efd9e69cbbda2073121cc68f1deb9588.
  - added benchtest inputs for log2l
  - added benchtest inputs for expl
  - aarch64: fix unwinding in longjmp
  - added benchtest inputs for powl
  - added benchtest inputs for fmal
  - manual: fix typo for sched_[sg]etattr
  - malloc: Improve malloc initialization
  - Document all CLOCK_* values
  - malloc: Improved double free detection in the tcache
  - Correct spelling mistake in test file
  - hurd: Make rename refuse trailing slashes [BZ #32570]
  - Implement C23 compoundn
  - hurd: Fix tst-stack2 test build on Hurd
  - nss: remove undefined behavior and optimize getaddrinfo
  - powerpc: Remove POWER7 strncasecmp optimization
  - manual: add more pthread functions
  - S390: Add new s390 platform z17.
  - Correct test descriptors in libm-test-pown.inc
  - malloc: Inline tcache_try_malloc
* Thu May 01 2025 Patsy Griffin <patsy@redhat.com> - 2.41.9000-12
  - Auto-sync with upstream branch master,
    commit 84977600dace5a7cfcb0918e6757939fd4969839:
  - math: Fix UB on sinpif (BZ 32925)
  - math: Fix UB on erfcf (BZ 32924)
  - math: Fix UB on cospif (BZ 32923)
  - math: Fix UB on cbrtf (BZ 32922)
  - math: Fix UB on sinhf (BZ 32921)
  - math: Fix UB on logf (BZ 32920)
  - math: Fix UB on coshf (BZ 32919)
  - math: Fix UB on atanhf (BZ 32918)
  - nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)
  - RISC-V: Use builtin for ffs and ffsll while supported extension available
  - stdio: Remove UB on printf_fp
  - benchtest: Correct shell script related to bench-malloc-thread
* Fri Apr 25 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-11
  - Auto-sync with upstream branch master,
    commit e04afb71771710cdc6025fe95908f5f17de7b72d:
  - linux/termio: remove <termio.h> and struct termio
  - elf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882]
  - Add NT_ARM_GCS and NT_RISCV_TAGGED_ADDR_CTRL from Linux 6.13 to elf.h
  - Add AT_* constants from Linux 6.12
  - malloc: move tcache_init out of hot tcache paths
  - aarch64: Add back non-temporal load/stores from oryon-1's memset
  - aarch64: Add back non-temporal load/stores from oryon-1's memcpy
  - malloc: Use tailcalls in __libc_free
  - malloc: Inline tcache_free
  - malloc: Improve free checks
  - malloc: Inline _int_free_check
  - malloc: Inline _int_free
  - malloc: Move mmap code out of __libc_free hotpath
  - manual/tunables: fix a trivial typo
  - Fix spelling mistake "trucate" -> "truncate"
  - Fix spelling mistake "suports" -> "supports"
  - Fix spelling mistake "succsefully" -> "successfully"
  - manual: Mention POSIX-1.2024 requires time_t to be 64 bit or wider.
  - manual: Update standardization of getline and getdelim [BZ #32830]
  - libio: Add test case for fflush
* Mon Apr 14 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-10
  - Auto-sync with upstream branch master,
    commit 7b47b3dd214c8ff2c699f13efe5533941be53635:
  - libio: Synthesize ESPIPE error if lseek returns 0 after reading bytes
  - x86: Detect Intel Diamond Rapids
  - x86: Handle unknown Intel processor with default tuning
  - conform: Add initial support for C23.
  - x86: Add ARL/PTL/CWF model detection support
  - timezone: Enhance tst-bz28707 diagnostics
  - powerpc: Remove relocation cache flush code for power64
* Wed Apr 09 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-9
  - Auto-sync with upstream branch master,
    commit 63c99cd50bc9c10f0692f7cb31f4c5f02ff526df:
  - math: Fix up THREEp96 constant in expf128 [BZ #32411]
  - elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)
  - stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabs
  - stdio-common: In tst-setvbuf2, close helper thread descriptor only if opened
  - Remove duplicates from binaries-shared-tests when creating make rules
  - x86: Optimize xstate size calculation
  - NEWS: update for GCC 12.1 requirement [BZ #32539]
* Thu Apr 03 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-8
  - Auto-sync with upstream branch master,
    aaf94ec804830e0e273cfb45d54f4a04ab778fe5:
  - stdio: fix hurd link for tst-setvbuf2
  - stdlib: Fix qsort memory leak if callback throws (BZ 32058)
  - sysdeps: powerpc: restore -mlong-double-128 check
  - stdio: Add more setvbuf tests
  - add ptmx support to test-container
  - Update syscall lists for Linux 6.14
  - x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread
  - elf: Fix tst-origin build when toolchain defaults to --as-needed (BZ 32823)
  - Raise the minimum GCC version to 12.1 [BZ #32539]
  - Fix typo in comment
  - manual: tidy the longopt.c example
  - manual: Document functions adopted by POSIX.1-2024.
  - aarch64: Fix _dl_tlsdesc_dynamic unwind for pac-ret (BZ 32612)
  - x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810)
  - x86: Skip XSAVE state size reset if ISA level requires XSAVE
  - malloc: Improve performance of __libc_malloc
  - stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]
  - stdio-common: Reject significand prefixes in scanf [BZ #12701]
  - stdio-common: Reject integer prefixes in scanf [BZ #12701]
  - stdio-common: Also reject exp char w/o significand in i18n scanf [BZ #13988]
  - stdio-common: Add tests for formatted vsscanf input specifiers
  - stdio-common: Add tests for formatted vfscanf input specifiers
  - stdio-common: Add tests for formatted vscanf input specifiers
  - stdio-common: Add tests for formatted sscanf input specifiers
  - stdio-common: Add tests for formatted fscanf input specifiers
  - stdio-common: Add scanf long double data for Intel/Motorola 80-bit format
  - Implement C23 pown
  - support: Use unwinder in links-dso-program-c only with libgcc_s
  - malloc: Use __always_inline for simple functions
  - linux: Fix integer overflow warnings when including <sys/mount.h> [BZ #32708]
  - malloc: Use _int_free_chunk for remainders
  - Use MPFR 4.2.2 and Linux 6.14 in build-many-glibcs.py
  - stdio-common: Add scanf long double data for IBM 128-bit format
  - stdio-common: Add scanf long double data for IEEE 754 binary64 format
  - stdio-common: Add scanf long double data for IEEE 754 binary128 format
  - stdio-common: Add scanf double data for IEEE 754 binary64 format
  - stdio-common: Add scanf float data for IEEE 754 binary32 format
  - stdio-common: Add scanf integer data for LP64 targets
  - stdio-common: Add scanf integer data for ILP32 targets
  - stdio-common: Add tests for formatted scanf input specifiers
* Tue Apr 01 2025 Andrea Bolognani <abologna@redhat.com> - 2.41.9000-7
  - Update riscv64 handling (thanks David Abdurachmanov)
* Tue Mar 25 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-6
  - Add glibc-configure-disable-libsupport.patch and --disable-support
    to work around missing libgcc_s.so.1 in glibc32 build.
  - Auto-sync with upstream branch master,
    commit 0544df4f4a9c6ce72de589e95f5bdadce8f103d0:
  - mach: Use the host_get_time64 to replace the deprecated host_get_time for CLOCK_REALTIME when it's available
  - aio_suspend64: Fix clock discrepancy [BZ #32795]
  - Add _FORTIFY_SOURCE support for inet_pton
  - Prepare inet_pton to be fortified
  - Update kernel version to 6.13 in header constant tests
  - support: Link links-dso-program-c with libgcc_s only if available
  - elf: Use +nolink-deps to add make-only dependency for tst-origin
  - Makeconfig: Support $(+nolink-deps) in link flags
  - debug: Improve '%n' fortify detection (BZ 30932)
  - Remove eloop-threshold.h
  - malloc: missing initialization of tcache in _mid_memalign
  - support: Link links-dso-program-c against libgcc_s
  - Add _FORTIFY_SOURCE support for inet_ntop
  - Add missing guards in include/arpa/inet.h
  - Prepare inet_ntop to be fortified
* Thu Mar 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-5
  - Auto-sync with upstream branch master,
    commit c5113a838b28a8894da19794ca7a69c5ace959a3:
  - add inputs giving large errors for rsqrt
  - malloc: Improve csize2tidx
  - elf: Fix tst-origin make rules
  - AArch64: Optimize algorithm in users of SVE expf helper
  - malloc: Improve arena_for_chunk()
  - benchtests: Increase iterations of bench-malloc-simple
  - elf: Fix tst-origin make rules
  - htl: Make pthread_setcanceltype / state a cancellation point
* Fri Mar 14 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-4
  - Auto-sync with upstream branch master,
    commit 10af00f7a135c85796a9c4c75228358b8898da5c:
  - tst-fopen-threaded: Only check EOF for failing read
  - Implement C23 powr
  - x86_64: Add atanh with FMA
  - elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]
  - x86_64: Add sinh with FMA
  - benchtests: Remove wrong snippet from 360cce0b06
  - x86_64: Add tanh with FMA
  - nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782)
  - nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)
  - getaddrinfo.c: support MPTCP (BZ #29609)
  - math: Refactor how to use libm-test-ulps
  - Update syscall lists for Linux 6.13
  - Makefile: Clean up pthread_atfork integration
  - nptl: Include <stdbool.h> in tst-pthread_gettid_np.c
  - Linux: Add new test misc/tst-sched_setattr-thread
  - Linux: Remove attribute access from sched_getattr (bug 32781)
  - Linux: Add the pthread_gettid_np function (bug 27880)
  - elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor
  - s390x: Regenerate ULPs.
  - math: Remove an extra semicolon in math function declarations
  - nptl: extend test coverage for sched_yield
  - posix: Move environ helper variables next to environ definition (bug 32541)
  - Implement C23 rsqrt
* Fri Mar 07 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-3
  - Auto-sync with upstream branch master,
    commit ee3b1d15da412be19583085f81c220653b270c1f:
  - Use binutils 2.44 branch and Linux 6.13 in build-many-glibcs.py
  - elf: Fix handling of symbol versions which hash to zero (bug 29190)
  - configure: Fix spelling of -Wl,--no-error-execstack option
  - manual: Mark perror as MT-unsafe and update check-safety.sh
  - elf: Check if __attribute__ ((aligned (65536))) is supported
  - htl: Make __pthread_create_internal directly call __pthread_sigmask
  - htl: Make __pthread_sigmask directly call __sigthreadmask
  - hurd: Consolidate signal mask change
  - static-pie: Skip the empty PT_LOAD segment at offset 0 [BZ #32763]
  - sysdeps: linux: Add BTRFS_SUPER_MAGIC to pathconf
  - linux: Prefix AT_HWCAP with 0x on LD_SHOW_AUXV
  - Remove dl-procinfo.h
  - powerpc: Remove unused dl-procinfo.h
  - powerpc: Move cache geometry information to ld diagnostics
  - powerpc: Move AT_HWCAP descriptions to ld diagnostics
  - benchtests: Add random strlen benchmark
  - benchtests: Improve large memcpy/memset benchmarks
  - manual: Explain sched_yield semantics with different schedulers
  - Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]
  - malloc: Add integrity check to largebin nextsizes
  - libio: Clean up fputc/putc comments
  - htl: move pthread_once into libc
  - Remove unused dl-procinfo.h
  - LoongArch: Optimize f{max,min}imum_mag_num{,f}
  - LoongArch: Optimize f{max,min}imum_num{,f}
  - LoongArch: Optimize f{max,min}imum_mag{,f}
  - LoongArch: Optimize f{max,min}imum{,f}
  - AArch64: Use prefer_sve_ifuncs for SVE memset
  - sysdeps/ieee754: Fix remainder sign of zero for FE_DOWNWARD (BZ #32711)
  - math: Add optimization barrier to ensure a1 + u.d is not reused [BZ #30664]
  - RISC-V: Fix IFUNC resolver cannot access gp pointer
* Tue Feb 25 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-2
  - Auto-sync with upstream branch master,
    commit 935563754bb5e1f16b9edb392d6c80c6827ddfca:
  - AArch64: Remove LP64 and ILP32 ifdefs
  - AArch64: Simplify lrint
  - AArch64: Remove AARCH64_R macro
  - AArch64: Cleanup pointer mangling
  - AArch64: Remove PTR_REG defines
  - AArch64: Remove PTR_ARG/SIZE_ARG defines
  - stdlib: Add single-threaded fast path to rand()
  - Increase the amount of data tested in stdio-common/tst-fwrite-pipe.c
  - posix: Rewrite cpuset tests
  - support: Add support_next_to_fault_before support function
  - math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 (bug 32694)
  - nptl: clear the whole rseq area before registration
  - aarch64: Add GCS test with signal handler
  - aarch64: Add GCS tests for dlopen
  - aarch64: Add GCS tests for transitive dependencies
  - aarch64: Add tests for Guarded Control Stack
  - aarch64: Add configure checks for GCS support
* Thu Feb 20 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-1
  - Auto-sync with upstream branch master,
    commit 6d24313e4a4098f7c469e119784bfbbfdb1ec749.
  - manual: Mark setlogmask as AS-unsafe and AC-unsafe.
  - AArch64: Add SVE memset
  - x86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL compiler [BZ #32723]
  - manual: Document setlogmask as MT-safe.
  - math: Consolidate acosf and asinf internal tables
  - math: Consolidate acospif and asinpif internal tables
  - math: Consolidate cospif and sinpif internal tables
  - htl: don't export __pthread_default_rwlockattr anymore.
  - htl: move pthread_rwlock_init into libc.
  - htl: move pthread_rwlock_destroy into libc.
  - htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlock, clockwrlock} into libc.
  - htl: move pthread_rwlock_unlock into libc.
  - htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.
  - htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into libc.
  - htl: move pthread_rwlockattr_destroy into libc.
  - htl: move pthread_rwlockattr_init into libc.
  - htl: move __pthread_default_rwlockattr into libc.
  - Fix tst-aarch64-pkey to handle ENOSPC as not supported
  - Increase the amount of data tested in stdio-common/tst-fwrite-bz29459.c
  - elf: Keep using minimal malloc after early DTV resize (bug 32412)
  - libio: Initialize _total_written for all kinds of streams
  - malloc: Add size check when moving fastbin->tcache
  - nss: Improve network number parsers (bz 32573, 32575)
  - nptl: Remove unused __g_refs comment.
  - advisories: Fix up GLIBC-SA-2025-0001
  - AArch64: Improve codegen for SVE powf
  - AArch64: Improve codegen for SVE pow
  - AArch64: Improve codegen for SVE erfcf
  - Aarch64: Improve codegen in SVE exp and users, and update expf_inline
  - Aarch64: Improve codegen in SVE asinh
  - math: Improve layout of exp/exp10 data
  - assert: Add test for CVE-2025-0395
  - math: Consolidate coshf and sinhf internal tables
  - math: Consolidate acoshf and asinhf internal tables
  - math: Use tanpif from CORE-MATH
  - math: Use sinpif from CORE-MATH
  - math: Use cospif from CORE-MATH
  - math: Use atanpif from CORE-MATH
  - math: Use atan2pif from CORE-MATH
  - math: Use asinpif from CORE-MATH
  - math: Use acospif from CORE-MATH
  - benchtests: Add tanpif
  - benchtests: Add sinpif
  - benchtests: Add cospif
  - benchtests: Add atanpif
  - benchtests: Add atan2pif
  - benchtests: Add asinpif
  - benchtests: Add acospif
  - hurd: Replace char foo[1024] with string_t
  - hurd: Drop useless buffer initialization in ttyname*
  - mig_strncpy: ensure destination string is null terminated
  - htl: stop exporting __pthread_default_barrierattr.
  - htl: move pthread_barrier_wait into libc.
  - htl: move pthread_barrier_init into libc.
  - htl: move pthread_barrier_destroy into libc.
  - htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into libc.
  - htl: move pthread_barrierattr_init into libc.
  - htl: move pthread_barrierattr_destroy into libc.
  - htl: move __pthread_default_barrierattr into libc.
  - manual: Update signal descriptions
  - libio: Replace __LP64__ with __WORDSIZE
  - powerpc64le: Also avoid IFUNC for __mempcpy
  - elf: Build dl-tls.o with early startup symbol redirections
  - manual: make @manpageurl more specific to each output
  - math: Fix tanf for some inputs (BZ 32630)
  - elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen
  - elf: Add fast path to dlopen for fully-opened maps
  - elf: Determine the caller link map in _dl_open
  - elf: Merge __dl_libc_freemem into __rtld_libc_freeres
  - elf: Add l_soname accessor function for DT_SONAME values
  - elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object
  - hurd: Use the new __proc_reauthenticate_complete protocol
  - elf: Do not add a copy of _dl_find_object to libc.so
  - htl: move pthread_setcancelstate into libc.
  - math: Fix sinhf for some inputs (BZ 32627)
  - math: Fix log10p1f internal table value (BZ 32626)
  - manual: Safety annotations for timespec_get and timespec_getres
  - sh: Fix tst-guard1 build
  - manual: Add links to POSIX Semaphores man-pages documentation
  - manual: Consolidate POSIX Semaphores docs in Threads chapter
  - ld.so: Decorate BSS mappings
  - nptl: Add support for setup guard pages with MADV_GUARD_INSTALL
  - nptl: Correct stack size attribute when stack grows up [BZ #32574]
  - manual: Update compatibility note on flushing of line-oriented files
  - htl: move pthread_setcanceltype into libc.
  - htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.
  - htl: move pthread_mutex_destroy into libc.
  - htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc
  - htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}
  - htl: move pthread_mutex_init into libc.
  - htl: remove leftover for pthread_mutexattr_settype
  - Add test of input file flushing / offset issues
  - Fix fflush handling for mmap files after ungetc (bug 32535)
  - Fix fseek handling for mmap files after ungetc or fflush (bug 32529)
  - Make fflush (NULL) flush input files (bug 32369)
  - Make fclose seek input file to right offset (bug 12724)
  - Fix fflush after ungetc on input file (bug 5994)
  - libio: Add a new fwrite test that evaluates partial writes
  - libio: Start to return errors when flushing fwrite's buffer [BZ #29459]
  - Add new tests for fopen
  - Increase version to 2.41.9000, add new section to NEWS
  - Create ChangeLog.old/ChangeLog.30
  - Bump version to 2.41

Files

/usr/lib/.build-id
/usr/lib/.build-id/01/9384671ff27f2f7a28ed98de83d58797b38c8a
/usr/lib/.build-id/01/d49ef24a727e1f58c30e4bc00b5b23a64826a7
/usr/lib/.build-id/01/dc871a3aeedb44b0e8b98d66fa1fed36cd235d
/usr/lib/.build-id/05/d8b09e1e8daf10dee4d70f9ef0ed0aac9b2f2a
/usr/lib/.build-id/06/4421edb04e373f0e5a07896ac8f4fea4b139a8
/usr/lib/.build-id/09/42484236a62423e36d82409bf864ac37e226b9
/usr/lib/.build-id/09/6ddc2ccf486c4308696bc1b4d108b57a6fd708
/usr/lib/.build-id/0b/2c35e89d2264437ad0e0cf6cca7eea895e433d
/usr/lib/.build-id/0c/a931fd801c2802b7d21ea6960e59fe23a531df
/usr/lib/.build-id/0c/ed8844b4158633e75ab0c6e895a73c3f7d652a
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/80eb8b1de3fbf060a4e52c7e52d67f7ffd7c15
/usr/lib/.build-id/0e/2b39df768c83095215938493e6d7c42ffabe8d
/usr/lib/.build-id/0e/74f0a6264a54e981a238458882768a1a3bfdeb
/usr/lib/.build-id/10
/usr/lib/.build-id/10/086fd243c77727f4c16168b69a037f07f09201
/usr/lib/.build-id/11/9586622c17d901ec14a3f4f3724d97585461f8
/usr/lib/.build-id/13/166b4deba0f02da3dc8d6d528760842c3ec591
/usr/lib/.build-id/14/2b321d3117207dfba3eb3a25942004d19ee314
/usr/lib/.build-id/16/24e6da42508f57c4b921dc82ecd4de52fc6921
/usr/lib/.build-id/16/912915825262a044f891aa867e9618a29b39aa
/usr/lib/.build-id/18/41e5519ea03d759df05f614c04446e6a495aae
/usr/lib/.build-id/19/3a3054b3e133249e55941bd587a7b351f3dda7
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/3f356d9f980269c0fb6be263e68a2d463565fd
/usr/lib/.build-id/1a/fca149bf74ce6f77dbf2a512103d1832db6801
/usr/lib/.build-id/1c/77dd4a661e310243f70cb624f3570fc2f94470
/usr/lib/.build-id/1c/d28490dcaeef2000376bc5e26b978e2ae15b9b
/usr/lib/.build-id/1d/c52dcf7bdc4b5e51711002574a74e138fdade7
/usr/lib/.build-id/1d/d3b980c9e88589408b3b4dd34c57f708806b16
/usr/lib/.build-id/1f/e6368e23b7c9b4685dea4c6dea2dc4c6d1a620
/usr/lib/.build-id/20
/usr/lib/.build-id/20/c0313486bcc0025eccf57e93c37c53bba10011
/usr/lib/.build-id/22
/usr/lib/.build-id/22/a9f9df6042645e11aa7f6a5a862027a308e922
/usr/lib/.build-id/23/6dd7e221dded5cc810c73060ed6e391a1f4795
/usr/lib/.build-id/24
/usr/lib/.build-id/24/a461451e7c08c42601919459ed5e62173b7432
/usr/lib/.build-id/25/cd64869f4a506d15759e420b038b1a219ddc17
/usr/lib/.build-id/28/2408a4bb0d7486d3b0cfed8f136b32291218ae
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/4a63c582130d20fd7a399319bae4b383cab080
/usr/lib/.build-id/2a/f56b4330d0e39da357435d0ab5c6fd1dc9d466
/usr/lib/.build-id/2b/ff9e6fef3fee72ca04fa898678914c96691fcc
/usr/lib/.build-id/2e/e5c67de7d4912d4ca29d9cdb61546fa72543dc
/usr/lib/.build-id/2f/785afad2dda281477c242b31fd626b4a9b110b
/usr/lib/.build-id/2f/dbaea27a1675b128bebaae7c107ca3f74ab922
/usr/lib/.build-id/30/25998ce6855c12cfdea8d0820b16d0e5e252c8
/usr/lib/.build-id/30/fcdeb4b44b36b57db042abb052e7c252258055
/usr/lib/.build-id/31/5dd9eb1d8b4f6ac9943de88c04d4a6908ae8a2
/usr/lib/.build-id/31/5f3bc866c4f47f5e6b3363199805be3e68b98b
/usr/lib/.build-id/34/186b4f4c3d740273bea72a073a37e8e3ed2556
/usr/lib/.build-id/35/26144fa8dc99c52c09ded7b9338f6d5709f3e1
/usr/lib/.build-id/35/846f5a3edfb962233ff2f0dd5030d35154a235
/usr/lib/.build-id/36/0b6a45d48d3330aa4894e5a1c43cf38eea8534
/usr/lib/.build-id/3b/1236d4a476540cd38e226eb8c314b4010a9362
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/c700154ffb5ec5d8b0e42aed257f970e449c69
/usr/lib/.build-id/3c/d7785282991c1b807d84f6cefe698ee16d60e6
/usr/lib/.build-id/3d/0e1f62230f86b1ad0db15102d75bdfc833dd3b
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/d05a6e0d6fc3fab3fb042bfa5c1ffa53a4a632
/usr/lib/.build-id/41/7a39bd3f9ea55191c074bda1274631282a44cf
/usr/lib/.build-id/41/f7a1c728070c3728850fd1fc9fbd6143e55582
/usr/lib/.build-id/44
/usr/lib/.build-id/44/0e28aace6a37fef923e8a6689f5db76cccab05
/usr/lib/.build-id/44/a51db93994dacb0e155dd4af3bc000ec0eb764
/usr/lib/.build-id/45
/usr/lib/.build-id/45/198751d1cc0ce765faa6169bef0e019b09d9d2
/usr/lib/.build-id/46/30776aa4a9b3bc994ea661d14ee6d51eb585a6
/usr/lib/.build-id/46/8af8cb9a093ce71a9156e3a20b5af2fa14d4f1
/usr/lib/.build-id/47/8cd7a43c4633ab1d82afbe05a814c968c38336
/usr/lib/.build-id/49/672005c7de721409369ff56e9dcd67312a1b14
/usr/lib/.build-id/4a/1c2f259d7e5c7173203805c8122b890b93967c
/usr/lib/.build-id/4a/c9c02a48a0e67496209ddc2c3b13642d8baa80
/usr/lib/.build-id/4b/11592750658a53d05ba6077e8b57cddef1f9d2
/usr/lib/.build-id/4d/5f1675c3f68311c2b6d0f79f2a62c3b9bcf2ba
/usr/lib/.build-id/4d/b1ab462983f2c3422d401b9242f246633fe788
/usr/lib/.build-id/50
/usr/lib/.build-id/50/3c53e0c2fa02e17b7dc6ffbe15970656c5e004
/usr/lib/.build-id/52/487112c3f27b3314d7c635b5aacdac87c4aaba
/usr/lib/.build-id/53
/usr/lib/.build-id/53/4bbda288561a62a14c0ea02c67af55542b8ddd
/usr/lib/.build-id/53/e3cee0ade5b1e778a43ac2e2157307b156916c
/usr/lib/.build-id/55/015ee7fcc8bfec6e36e6d9a524b5d294b50e2b
/usr/lib/.build-id/55/3237f538dc0fbc2c09ce8a2f77c7d76f1b97aa
/usr/lib/.build-id/55/3671217c943f6b3233c215317084234d23c547
/usr/lib/.build-id/56/69f00764c01f62f4c4eb8ab87fa3f313e8e720
/usr/lib/.build-id/58/65a1185ba4d3cb538815718e80cf996b0b0835
/usr/lib/.build-id/5a/0d1a7f91ae9984420111edc2b9caf40dd24465
/usr/lib/.build-id/5b/be3e33b40eaca2a5776e76f596b1249fe692ac
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/1e1ee596a49d361aefbd5b0216f56829fa2635
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/5b77a58a6756441795d3843310943ea616b734
/usr/lib/.build-id/5e/b6c94fd619404c5599b64ac6716615ec7b5128
/usr/lib/.build-id/5e/ede449ddec467b3172b1f62825058025deb746
/usr/lib/.build-id/60/2bcb5436d8965c00ec3bb17b9c0c16c6637146
/usr/lib/.build-id/61/258256429c5b7ec0cfa720f94ba0aef9eaae7e
/usr/lib/.build-id/65/6a22a75f64f41d489daacbbdf847df42e5c72d
/usr/lib/.build-id/67
/usr/lib/.build-id/67/6e8ddd9f214ba8ded9229e8d1233ee55fe53de
/usr/lib/.build-id/67/fec154f8529332072150dcde51c6c4cccfdac0
/usr/lib/.build-id/68
/usr/lib/.build-id/68/d6dd69c952325d1e80d19036ebc7cb2f613ecb
/usr/lib/.build-id/69/64470b632f24718c656e25c8c74404dd058511
/usr/lib/.build-id/6a/69acdd15f9baec36ac992687ab3797a10bf849
/usr/lib/.build-id/6a/9c7215c6ef95a9de7a63887b9f1d5c698a5730
/usr/lib/.build-id/6c/2058ecfb5d99018927ab0336d89031c242e98d
/usr/lib/.build-id/6d/cf1c659f29c5520f7e19c820a9cc3b324a54cf
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/5756a41fc3937856d032b565f84456ce51a36e
/usr/lib/.build-id/6f/c837f0acaee8bac30cc9a2d141c79679f881f7
/usr/lib/.build-id/6f/c94320787c4581a5527b7456668eceb908e9b4
/usr/lib/.build-id/70/c4c5029bf015472752a0dd311e236b0704532d
/usr/lib/.build-id/72
/usr/lib/.build-id/72/b348d61392fca786d20312435300f760577692
/usr/lib/.build-id/75/44bd2cc4e48862361e550101aedafcf57345f9
/usr/lib/.build-id/76/058399affc509edfea70ad29a26aafc675feda
/usr/lib/.build-id/76/1e2a9c1b6373076aa52419ef40d5cae3a73188
/usr/lib/.build-id/77/b615c5ebc747d670a76586192965d8021d1f24
/usr/lib/.build-id/77/bf738c1450d6b522f5857877769925edb83db0
/usr/lib/.build-id/79/9d8ced8b63c8dafc36cea23e341de1443633d8
/usr/lib/.build-id/7b/dd21b812ece888c3698e54870aecd297af06a8
/usr/lib/.build-id/7d/6bcb1969b36a2e818aec6de1d912b694d97c84
/usr/lib/.build-id/7e/62b0ba68c7705dfb38fe134e0e81121663bd83
/usr/lib/.build-id/7e/d1ceb9eee9f7b5060370c92df680e8ebd8e281
/usr/lib/.build-id/80
/usr/lib/.build-id/80/5f88f2535105bc035432a097187cb7914bc392
/usr/lib/.build-id/80/eacb9c472414819d2b851fe2576f9afcc733cc
/usr/lib/.build-id/82
/usr/lib/.build-id/82/f5126b01aefc4d2624aebadbe3de817df8cc0e
/usr/lib/.build-id/83/3314bf2a77e3a41debd020f2b30f008b62408a
/usr/lib/.build-id/84/93048121a31dffd6dc2cbd0d1a1086a2ded5c5
/usr/lib/.build-id/84/a694efee5093d86125fca38f82dbf9721871bc
/usr/lib/.build-id/84/bc6f987b3eeaa88e49f9de4fc61210a23afb2b
/usr/lib/.build-id/84/f6fee1fc9fb1f18f8386bf4ed9469c06d7dd31
/usr/lib/.build-id/89/95868082d25d584c0115bb6639d5173b62b92c
/usr/lib/.build-id/89/a7d8db60b864d6eaf647353ef70ed5a8453add
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/44eb017771e16d9cb89457517ebc0de28d7d08
/usr/lib/.build-id/8a/88df14542c36ae33077e01df69fb4728b2f02f
/usr/lib/.build-id/8c/bbe430822366f26a813c91d3039b3c2d1468c1
/usr/lib/.build-id/8c/f1c190276b3af1f78d1966e6ff5fb4d7173f3f
/usr/lib/.build-id/8e/53cac53f1ebd8fcd369df83bcd683d2f512a88
/usr/lib/.build-id/8e/a42f28dbbdd535186fc5ee7d51d3c26a2e4a56
/usr/lib/.build-id/8e/e9c763155e418f4d75d40aa20b0e5923ab4c73
/usr/lib/.build-id/91/6007138a41fb72ff3651ab99263be5bfd1c084
/usr/lib/.build-id/93/2e96395b3520af2dcbdc01d89eb3f1ec7b9039
/usr/lib/.build-id/93/8bcc3d07dab8a79328094ecba26da4d6e2d03a
/usr/lib/.build-id/97
/usr/lib/.build-id/97/94a06ff320c59b9b01fd624225d7f696e7a1e4
/usr/lib/.build-id/98/e2ea0ae871d88fb283102a6f9c5cb5c82e1407
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/77111b4bd53e7bf02c8ad229d0a6a2f2a070b0
/usr/lib/.build-id/9a/8590d26e548fef239203602e8c1f981fb1d7d3
/usr/lib/.build-id/9b/b4f90c199a8418f5f95566abd809973359aab5
/usr/lib/.build-id/9c/5098a9977ce3ddae1506c3ce89ece49d95a76a
/usr/lib/.build-id/9c/dbe7844bac589f107492b5f6fdbd31f896ac1f
/usr/lib/.build-id/9d/2fd9b8b14fb942ff767afb7f1e96a1a833822b
/usr/lib/.build-id/9e/8e89ea7063ec9704a0b1c484816af8c6cba416
/usr/lib/.build-id/a0/0e35508ebdfa7e8afcfb1bfe1f01ce6f68eb77
/usr/lib/.build-id/a2/9e17968bb7c3310d1a45ea417ec2f26c04f041
/usr/lib/.build-id/a3/6256008f9b5286d0b214cf7c36fb5103ea8fb3
/usr/lib/.build-id/a6/263d1068c5be167c552518d3464a5e56dc7b0f
/usr/lib/.build-id/a6/8e2d86dc9c9312258c8f707561fe3b6ac316af
/usr/lib/.build-id/a8/59acca019edd009bf6368261cc8f8d420b045e
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/9ae28eff950e6fb2fbaec1e7a7d57e95061f8d
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/b2491a7da042c2ad70b13369e4406e58ae8cb5
/usr/lib/.build-id/ad/57a7642006c96cdd6ae718d095c0d8644d9d5f
/usr/lib/.build-id/ad/616171939410aed856b3a3e934510084792067
/usr/lib/.build-id/ad/e3fd391ee156266052adef9c1be80fe73af531
/usr/lib/.build-id/b1/26b2f954509ef4913f51d2d2b5301ca38f28d9
/usr/lib/.build-id/b1/61bdc04a61153bdeae3d5e189d48fce3dc5c01
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/103e5629916b2e278206fc98ee29aec9afd269
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/5ac516ae0d2b013d5e70cbcd4c0c5f8de1a7fc
/usr/lib/.build-id/b5/31c8e9ac3965b99041ccca85295e1384f6b7f1
/usr/lib/.build-id/b5/3e0e86e1260311dc15b0e9fac7285158d262dd
/usr/lib/.build-id/b5/a1792fd338712c5008c4d39816720d4af78d72
/usr/lib/.build-id/b6/1c3f884f7bc435cf87c957b8f018b3bbaf2a42
/usr/lib/.build-id/b8/0ad9bfcefeb6c1d680b1b2d9afdf90a7017125
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/d4e816bb6ed74c9ccec9310f1e5f59e8789282
/usr/lib/.build-id/bc/3d19ff3108709f3444584a2681b6e1a0c78ef4
/usr/lib/.build-id/bd/b2863fbb7db28ffa08613aae00c0249fe2ac7f
/usr/lib/.build-id/be
/usr/lib/.build-id/be/3f0d3ae21d98856734f0200b333d3ba27341a6
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/b78c846d8b05edc015067f677bd7ea612b75e5
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/967737a5d68447c6dc76c283a53362fd7710ac
/usr/lib/.build-id/c3/ac5c480b9717b78037949c0cc1145590629620
/usr/lib/.build-id/c4/590347d54ceb14fd753d8ba118a3f2cc95d1b1
/usr/lib/.build-id/c5/28839b68d69cb23a8822243a085def1d9ac1dd
/usr/lib/.build-id/c7/22852ede0a70b8a2bfa75d846dea246b8a98fd
/usr/lib/.build-id/c7/6776c2b3a794742adf5982e6dd9121677fb72f
/usr/lib/.build-id/c7/af460b01e77dcc1350514dea01363ebbfd6f26
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/465ec3037ec5be7ea8a644dc34c8e129cf5d71
/usr/lib/.build-id/ce/949f0283974e86b0d7e5269352b908216580c9
/usr/lib/.build-id/cf/844f555f5af26e0815a14c88b021b4fd5a770b
/usr/lib/.build-id/cf/8575551836016e0930ce83df76f715673e1e44
/usr/lib/.build-id/d0/d88a5d71285877ac68c7d6bddd1148416c604b
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/50969def3314af8bf5ebb31e556b63a01b3e87
/usr/lib/.build-id/d4/e9b99b8d4cea78d0823218575baf2c254f26b6
/usr/lib/.build-id/d4/fdfec7e447e62ef37acc8d8a4cfd7d6e018cd3
/usr/lib/.build-id/d8/6e3aef0e4ca49f1b4c8b4363083e4f7e0538c6
/usr/lib/.build-id/d9/1e90740d4abf9dddde0ed1de4ea2ef55306e78
/usr/lib/.build-id/db/57809a30f479a61421899401ac25fd8e035c46
/usr/lib/.build-id/db/bd82c922bdcb34424d5e75d6c11e9b4d4852c5
/usr/lib/.build-id/e1/de8f25df4b1f04aea0f4daf679fa4070293ecf
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/01e613e4e2b7daad30689cf1a133f0fdaf13ab
/usr/lib/.build-id/e3/8c75ab5318f1753e94545c939aaca65aa3a97d
/usr/lib/.build-id/e4/46ea34ff5a342307fb04e14841d16322812f7f
/usr/lib/.build-id/e4/ab8465a871746b8169db2b2b8a95226b6004c6
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/bad7a21259ea291029bd3679b620d596c6f41b
/usr/lib/.build-id/e6/93fd32f67e22e71874c8ad31bdb793aefb0cef
/usr/lib/.build-id/e9/1bd9b472fb73aa638a07ad0b0cc732800f16aa
/usr/lib/.build-id/ea/55df96d8c1b49436bd52a0d7a9ca1766e4c73b
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/44843e1218a8d255f8e06f5fd42a327d6ad10b
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/29afc9af6c58b43369867a84cfc8daca59db17
/usr/lib/.build-id/ee/d77736fac9adb600f979be882c1dacbaac1661
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/f53a26bebbe782ce5fcb8e16fa610aa7d04726
/usr/lib/.build-id/f0/2aefacad87fabdb83a55d25456bbd38c43ab11
/usr/lib/.build-id/f1/0c83a7c334fce8e275629d1d54b03843847963
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/3c3b02b9afb77d40cf8b10873c182e4c205d36
/usr/lib/.build-id/f4/f9ff85baf8541112f38f167cff0d0790774b30
/usr/lib/.build-id/f7/f72406ae82129d270b317df87764d6a9d948b5
/usr/lib/.build-id/f9/14e110caac4fe78f5350a647d299355154f350
/usr/lib/.build-id/f9/3644b9a566ab80545a1f927aa6e18a05c6871d
/usr/lib/.build-id/fb/cd674a734ca339223fa8a583cf18dcb893682d
/usr/lib/.build-id/fc/0f05476a825ee6b20534c4202e942a4a30cc1d
/usr/lib/.build-id/fc/e439b2d9aef568cb8ffaebdbc1d5c98d32cff5
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/1c2efa926eb56b38a5a3b23d90f4734ed660ee
/usr/lib/.build-id/fe/5dd11b2000bf35a7d0f432f899781e2e91b2d7
/usr/lib/.build-id/ff/1805cd0b9b604e6fddfb621543d73c08548929
/usr/libexec/glibc-benchtests
/usr/libexec/glibc-benchtests/bench-acos
/usr/libexec/glibc-benchtests/bench-acosf
/usr/libexec/glibc-benchtests/bench-acosh
/usr/libexec/glibc-benchtests/bench-acoshf
/usr/libexec/glibc-benchtests/bench-acospif
/usr/libexec/glibc-benchtests/bench-arc4random
/usr/libexec/glibc-benchtests/bench-asin
/usr/libexec/glibc-benchtests/bench-asinf
/usr/libexec/glibc-benchtests/bench-asinh
/usr/libexec/glibc-benchtests/bench-asinhf
/usr/libexec/glibc-benchtests/bench-asinpif
/usr/libexec/glibc-benchtests/bench-atan
/usr/libexec/glibc-benchtests/bench-atan2
/usr/libexec/glibc-benchtests/bench-atan2f
/usr/libexec/glibc-benchtests/bench-atan2pif
/usr/libexec/glibc-benchtests/bench-atanf
/usr/libexec/glibc-benchtests/bench-atanh
/usr/libexec/glibc-benchtests/bench-atanhf
/usr/libexec/glibc-benchtests/bench-atanpif
/usr/libexec/glibc-benchtests/bench-bsearch
/usr/libexec/glibc-benchtests/bench-bzero
/usr/libexec/glibc-benchtests/bench-bzero-large
/usr/libexec/glibc-benchtests/bench-calloc-simple
/usr/libexec/glibc-benchtests/bench-calloc-tcache
/usr/libexec/glibc-benchtests/bench-calloc-thread
/usr/libexec/glibc-benchtests/bench-cbrt
/usr/libexec/glibc-benchtests/bench-cbrtf
/usr/libexec/glibc-benchtests/bench-ceil
/usr/libexec/glibc-benchtests/bench-ceilf
/usr/libexec/glibc-benchtests/bench-cos
/usr/libexec/glibc-benchtests/bench-cosf
/usr/libexec/glibc-benchtests/bench-cosh
/usr/libexec/glibc-benchtests/bench-coshf
/usr/libexec/glibc-benchtests/bench-cospif
/usr/libexec/glibc-benchtests/bench-dl-elf-hash
/usr/libexec/glibc-benchtests/bench-dl-new-hash
/usr/libexec/glibc-benchtests/bench-erf
/usr/libexec/glibc-benchtests/bench-erfc
/usr/libexec/glibc-benchtests/bench-erfcf
/usr/libexec/glibc-benchtests/bench-erff
/usr/libexec/glibc-benchtests/bench-exp
/usr/libexec/glibc-benchtests/bench-exp10
/usr/libexec/glibc-benchtests/bench-exp10f
/usr/libexec/glibc-benchtests/bench-exp10m1f
/usr/libexec/glibc-benchtests/bench-exp2
/usr/libexec/glibc-benchtests/bench-exp2f
/usr/libexec/glibc-benchtests/bench-exp2m1f
/usr/libexec/glibc-benchtests/bench-expf
/usr/libexec/glibc-benchtests/bench-expf128
/usr/libexec/glibc-benchtests/bench-expl
/usr/libexec/glibc-benchtests/bench-expm1
/usr/libexec/glibc-benchtests/bench-expm1f
/usr/libexec/glibc-benchtests/bench-fclose
/usr/libexec/glibc-benchtests/bench-ffs
/usr/libexec/glibc-benchtests/bench-ffsll
/usr/libexec/glibc-benchtests/bench-floor
/usr/libexec/glibc-benchtests/bench-floorf
/usr/libexec/glibc-benchtests/bench-fmal
/usr/libexec/glibc-benchtests/bench-fmax
/usr/libexec/glibc-benchtests/bench-fmaxf
/usr/libexec/glibc-benchtests/bench-fmin
/usr/libexec/glibc-benchtests/bench-fminf
/usr/libexec/glibc-benchtests/bench-fmod
/usr/libexec/glibc-benchtests/bench-fmodf
/usr/libexec/glibc-benchtests/bench-hypot
/usr/libexec/glibc-benchtests/bench-hypotf
/usr/libexec/glibc-benchtests/bench-ilogb
/usr/libexec/glibc-benchtests/bench-ilogbf
/usr/libexec/glibc-benchtests/bench-ilogbf128
/usr/libexec/glibc-benchtests/bench-inet_ntop_ipv4
/usr/libexec/glibc-benchtests/bench-inet_ntop_ipv6
/usr/libexec/glibc-benchtests/bench-isfinite
/usr/libexec/glibc-benchtests/bench-isinf
/usr/libexec/glibc-benchtests/bench-isnan
/usr/libexec/glibc-benchtests/bench-j0
/usr/libexec/glibc-benchtests/bench-j1
/usr/libexec/glibc-benchtests/bench-lgamma
/usr/libexec/glibc-benchtests/bench-lgammaf
/usr/libexec/glibc-benchtests/bench-llrint
/usr/libexec/glibc-benchtests/bench-llrintf
/usr/libexec/glibc-benchtests/bench-log
/usr/libexec/glibc-benchtests/bench-log10
/usr/libexec/glibc-benchtests/bench-log10f
/usr/libexec/glibc-benchtests/bench-log10p1f
/usr/libexec/glibc-benchtests/bench-log1p
/usr/libexec/glibc-benchtests/bench-log1pf
/usr/libexec/glibc-benchtests/bench-log2
/usr/libexec/glibc-benchtests/bench-log2f
/usr/libexec/glibc-benchtests/bench-log2l
/usr/libexec/glibc-benchtests/bench-log2p1f
/usr/libexec/glibc-benchtests/bench-logb
/usr/libexec/glibc-benchtests/bench-logbf
/usr/libexec/glibc-benchtests/bench-logf
/usr/libexec/glibc-benchtests/bench-lrint
/usr/libexec/glibc-benchtests/bench-lrintf
/usr/libexec/glibc-benchtests/bench-malloc-simple
/usr/libexec/glibc-benchtests/bench-malloc-tcache
/usr/libexec/glibc-benchtests/bench-malloc-thread
/usr/libexec/glibc-benchtests/bench-math-inlines
/usr/libexec/glibc-benchtests/bench-memccpy
/usr/libexec/glibc-benchtests/bench-memchr
/usr/libexec/glibc-benchtests/bench-memcmp
/usr/libexec/glibc-benchtests/bench-memcmpeq
/usr/libexec/glibc-benchtests/bench-memcpy
/usr/libexec/glibc-benchtests/bench-memcpy-large
/usr/libexec/glibc-benchtests/bench-memcpy-random
/usr/libexec/glibc-benchtests/bench-memmem
/usr/libexec/glibc-benchtests/bench-memmove
/usr/libexec/glibc-benchtests/bench-memmove-large
/usr/libexec/glibc-benchtests/bench-mempcpy
/usr/libexec/glibc-benchtests/bench-memrchr
/usr/libexec/glibc-benchtests/bench-memset
/usr/libexec/glibc-benchtests/bench-memset-large
/usr/libexec/glibc-benchtests/bench-memset-random
/usr/libexec/glibc-benchtests/bench-memset-zero
/usr/libexec/glibc-benchtests/bench-memset-zero-large
/usr/libexec/glibc-benchtests/bench-modf
/usr/libexec/glibc-benchtests/bench-modff
/usr/libexec/glibc-benchtests/bench-nearbyint
/usr/libexec/glibc-benchtests/bench-nearbyintf
/usr/libexec/glibc-benchtests/bench-nss-hash
/usr/libexec/glibc-benchtests/bench-pow
/usr/libexec/glibc-benchtests/bench-powf
/usr/libexec/glibc-benchtests/bench-powf128
/usr/libexec/glibc-benchtests/bench-powl
/usr/libexec/glibc-benchtests/bench-pthread-locks
/usr/libexec/glibc-benchtests/bench-pthread-mutex-lock
/usr/libexec/glibc-benchtests/bench-pthread-mutex-trylock
/usr/libexec/glibc-benchtests/bench-pthread-spin-lock
/usr/libexec/glibc-benchtests/bench-pthread-spin-trylock
/usr/libexec/glibc-benchtests/bench-pthread_once
/usr/libexec/glibc-benchtests/bench-random-lock
/usr/libexec/glibc-benchtests/bench-rawmemchr
/usr/libexec/glibc-benchtests/bench-rint
/usr/libexec/glibc-benchtests/bench-rintf
/usr/libexec/glibc-benchtests/bench-roundeven
/usr/libexec/glibc-benchtests/bench-roundevenf
/usr/libexec/glibc-benchtests/bench-sin
/usr/libexec/glibc-benchtests/bench-sincos
/usr/libexec/glibc-benchtests/bench-sincosf
/usr/libexec/glibc-benchtests/bench-sinf
/usr/libexec/glibc-benchtests/bench-sinf128
/usr/libexec/glibc-benchtests/bench-sinh
/usr/libexec/glibc-benchtests/bench-sinhf
/usr/libexec/glibc-benchtests/bench-sinpif
/usr/libexec/glibc-benchtests/bench-sprintf
/usr/libexec/glibc-benchtests/bench-sqrt
/usr/libexec/glibc-benchtests/bench-stpcpy
/usr/libexec/glibc-benchtests/bench-stpcpy_chk
/usr/libexec/glibc-benchtests/bench-stpncpy
/usr/libexec/glibc-benchtests/bench-strcasecmp
/usr/libexec/glibc-benchtests/bench-strcasestr
/usr/libexec/glibc-benchtests/bench-strcat
/usr/libexec/glibc-benchtests/bench-strchr
/usr/libexec/glibc-benchtests/bench-strchrnul
/usr/libexec/glibc-benchtests/bench-strcmp
/usr/libexec/glibc-benchtests/bench-strcoll
/usr/libexec/glibc-benchtests/bench-strcpy
/usr/libexec/glibc-benchtests/bench-strcpy_chk
/usr/libexec/glibc-benchtests/bench-strcspn
/usr/libexec/glibc-benchtests/bench-strlen
/usr/libexec/glibc-benchtests/bench-strlen-random
/usr/libexec/glibc-benchtests/bench-strncasecmp
/usr/libexec/glibc-benchtests/bench-strncat
/usr/libexec/glibc-benchtests/bench-strncmp
/usr/libexec/glibc-benchtests/bench-strncpy
/usr/libexec/glibc-benchtests/bench-strnlen
/usr/libexec/glibc-benchtests/bench-strpbrk
/usr/libexec/glibc-benchtests/bench-strrchr
/usr/libexec/glibc-benchtests/bench-strsep
/usr/libexec/glibc-benchtests/bench-strspn
/usr/libexec/glibc-benchtests/bench-strstr
/usr/libexec/glibc-benchtests/bench-strtod
/usr/libexec/glibc-benchtests/bench-strtok
/usr/libexec/glibc-benchtests/bench-tan
/usr/libexec/glibc-benchtests/bench-tanf
/usr/libexec/glibc-benchtests/bench-tanh
/usr/libexec/glibc-benchtests/bench-tanhf
/usr/libexec/glibc-benchtests/bench-tanpif
/usr/libexec/glibc-benchtests/bench-tgamma
/usr/libexec/glibc-benchtests/bench-tgammaf
/usr/libexec/glibc-benchtests/bench-thread_create
/usr/libexec/glibc-benchtests/bench-timing-type
/usr/libexec/glibc-benchtests/bench-trunc
/usr/libexec/glibc-benchtests/bench-truncf
/usr/libexec/glibc-benchtests/bench-wcpcpy
/usr/libexec/glibc-benchtests/bench-wcpncpy
/usr/libexec/glibc-benchtests/bench-wcrtomb
/usr/libexec/glibc-benchtests/bench-wcscat
/usr/libexec/glibc-benchtests/bench-wcschr
/usr/libexec/glibc-benchtests/bench-wcschrnul
/usr/libexec/glibc-benchtests/bench-wcscmp
/usr/libexec/glibc-benchtests/bench-wcscpy
/usr/libexec/glibc-benchtests/bench-wcscspn
/usr/libexec/glibc-benchtests/bench-wcslen
/usr/libexec/glibc-benchtests/bench-wcsncat
/usr/libexec/glibc-benchtests/bench-wcsncmp
/usr/libexec/glibc-benchtests/bench-wcsncpy
/usr/libexec/glibc-benchtests/bench-wcsnlen
/usr/libexec/glibc-benchtests/bench-wcspbrk
/usr/libexec/glibc-benchtests/bench-wcsrchr
/usr/libexec/glibc-benchtests/bench-wcsspn
/usr/libexec/glibc-benchtests/bench-wmemchr
/usr/libexec/glibc-benchtests/bench-wmemcmp
/usr/libexec/glibc-benchtests/bench-wmemset
/usr/libexec/glibc-benchtests/bench-y0
/usr/libexec/glibc-benchtests/bench-y1
/usr/libexec/glibc-benchtests/bench.mk
/usr/libexec/glibc-benchtests/benchout.schema.json
/usr/libexec/glibc-benchtests/compare_bench.py
/usr/libexec/glibc-benchtests/glibc-bench-compare
/usr/libexec/glibc-benchtests/import_bench.py
/usr/libexec/glibc-benchtests/validate_benchout.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 2 01:51:45 2025