| Name: | glibc-utils | 
  
  | Version: | 2.28 | 
  | Release: | 251.0.2.el8_10.11 | 
  | Architecture: | aarch64 | 
  
  | Group: | Unspecified | 
  
  | Size: | 158814 | 
  | License: | LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL | 
  
    | RPM: | 
    
      
      glibc-utils-2.28-251.0.2.el8_10.11.aarch64.rpm
      
     | 
  
  
    | Source RPM: | 
    
      
      glibc-2.28-251.0.2.el8_10.11.src.rpm
      
     | 
  
  | Build Date: | Tue Jan 28 2025 | 
  | Build Host: | build-ol8-aarch64.oracle.com | 
  | Vendor: | Oracle America | 
  | URL: | http://www.gnu.org/software/glibc/ | 
  | Summary: | Development utilities from GNU C library | 
  | Description: | The glibc-utils package contains memusage, a memory usage profiler,
mtrace, a memory leak tracer and xtrace, a function call tracer
which can be helpful during program debugging.
If unsure if you need this, don't install this package.  | 
  
  - 
    Tue Jan 28 2025 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-251.0.2.11
    
- Forward port of Oracle patches
  Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  Oracle history:
  September-24-2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-251.0.2.5
  - Forward port of Oracle patches over 2.28-251.5
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  August-26-2024 Jose E. Marchesi <jose.marchesi@oracle.com> - 2.28-251.0.2.4
  - Forward port of Oracle patches over 2.28-251.4
    Reviewed-by: David Faust <david.faust@oracle.com>
  May-24-2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-251.0.2.2
  - Forward port of Oracle patches over 2.28-251.2
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  May-23-2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-251.0.2.1
  - Forward port of Oracle patches over 2.28-251.1
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  May-22-2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-251.0.2
  - Forward port of Oracle patches for ol8-u10
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  March-28-2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-251.0.1
  - Forward port of Oracle patches for ol8-u10-beta
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  March-5-2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-236.0.1.12
  - Forward port of Oracle patches.
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  November-14-2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-236.0.1.7
  - Forward port of Oracle patches.
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  October-4-2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-236.0.1.6
  - Forward port of Oracle patches.
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  April-21-2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-225.0.3
  - OraBug 35317410 Glibc tunable to disable huge pages on pthread_create stacks
  - Created tunable glibc.pthread.stack_hugetlb to control when hugepages
    can be used for stack allocation.
  - In case THP are enabled and glibc.pthread.stack_hugetlb is set to
    0, glibc will madvise the kernel not to use allow hugepages for stack
    allocations.
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  April-11-2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-225.0.2
  - OraBug: 35268809 Fixed initialization of VDSO for tcache_key_initialize
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  March-28-2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-225.0.1
  - Merge of Oracle patches for ol8u8 beta
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  September-28-2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-211.0.1
  - Merge of Oracle patches for ol8u7 beta
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  August-8-2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-189.5.0.2
  - Enable VDSO on x86_64, aarch64, i386, arm, and mips statically linked programs.
  - These changes enable reading the realtime clock without a kernel syscall.
    OraBug: 30478315
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  May-2-2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-199.0.1
  - Merge of patches from c8s 199 with ol8u6 beta
    Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
  - Update siginfo constants from linux kernel (OraBug: 33734528)
  - Remove limit on MALLOC_MMAP_THRESHOLD tunable (Orabug: 29630826)
  - Provide glibc.pthread.mutex_spin_count tunable for pthread adaptive
  - spin mutex (Orabug: 27982358)
    Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
  - add Ampere emag  to tunable cpu list (Patrick McGehearty)
  - add optimized memset for emag
  - add an ASIMD variant of strlen for falkor
    Orabug: 2700101.
  - Modify glibc-ora28849085.patch so it works with RHCK kernels. (Orabug: 28849085)
  - Make _IO_funlockfile match __funlockfile and _IO_flockfile match __flockfile
    Both should test
      if (stream->_flags & _IO_USER_LOCK) == 0)
        _IO_lock_lock (*stream->_lock);
    OraBug: 28481550.
    Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
   
  
  - 
    Mon Dec 09 2024 DJ Delorie <dj@redhat.com> - 2.28-251.11
    
- add GB18030-2022 charmap and tests (RHEL-67806)
   
  
  - 
    Thu Nov 21 2024 Patsy Griffin <patsy@redhat.com> - 2.28-251.10
    
- Remove some unused ppc64le string functions (RHEL-61259)
   
  
  - 
    Wed Nov 13 2024 Florian Weimer <fweimer@redhat.com> - 2.28-251.9
    
- Use /sbin/ldconfig path for lorax compatibility (RHEL-63048)
   
  
  - 
    Mon Nov 11 2024 Patsy Griffin <patsy@redhat.com> - 2.28-251.8
    
- aarch64: MTE compatible strncmp (RHEL-61255)
   
  
  - 
    Wed Oct 23 2024 Florian Weimer <fweimer@redhat.com> - 2.28-251.7
    
- Use UsrMove path destination in the RPM files (RHEL-63048)
   
  
  - 
    Tue Sep 17 2024 Patsy Griffin <patsy@redhat.com> - 2.28-251.6
    
- s390x: Fix segfault in wcsncmp
- Enhanced test coverage for strncmp, wcsncmp (RHEL-49490)
   
  
  - 
    Fri Aug 16 2024 Patsy Griffin <patsy@redhat.com> - 2.28-251.5
    
- elf: Clarify and invert second argument of _dl_allocate_tls_init
- elf: Avoid re-initializing already allocated TLS in dlopen (RHEL-36147)
   
  
  - 
    Thu Aug 08 2024 Patsy Griffin <patsy@redhat.com> - 2.28-251.4
    
- elf: Avoid some free (NULL) calls in _dl_update_slotinfo
- elf: Support recursive use of dynamic TLS in interposed malloc (RHEL-39994)
   
  
  - 
    Mon Aug 05 2024 Patsy Griffin <patsy@redhat.com> - 2.28-251.3
    
- Update i386 libm-test-ulps (RHEL-52428)