- 
    Fri Apr 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>
   
  
  - 
    Tue Apr 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>
   
  
  - 
    Tue Mar 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>
   
  
  - 
    Fri Jan 20 2023 Florian Weimer <fweimer@redhat.com> - 2.28-225
    
- Enforce a specififc internal ordering for tunables (#2154914)
   
  
  - 
    Wed Nov 30 2022 Arjun Shankar <arjun@redhat.com> - 2.28-224
    
- Fix rtld-audit trampoline for aarch64 (#2144568)
   
  
  - 
    Fri Nov 25 2022 Arjun Shankar <arjun@redhat.com> - 2.28-223
    
- Backport upstream fixes to tst-pldd (#2142937)
   
  
  - 
    Tue Nov 22 2022 Florian Weimer <fweimer@redhat.com> - 2.28-222
    
- Restore IPC_64 support in sysvipc *ctl functions (#2141989)
   
  
  - 
    Fri Nov 18 2022 Florian Weimer <fweimer@redhat.com> - 2.28-221
    
- Switch to fast DSO dependency sorting algorithm (#1159809)
   
  
  - 
    Thu Nov 03 2022 Florian Weimer <fweimer@redhat.com> - 2.28-220
    
- Explicitly switch to --with-default-link=no (#2109510)
- Define MAP_SYNC on ppc64le (#2139875)
   
  
  - 
    Mon Oct 24 2022 Arjun Shankar <arjun@redhat.com> - 2.28-219
    
- Fix -Wstrict-overflow warning when using CMSG_NXTHDR macro (#2116938)