-
Mon Mar 14 2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-164.0.5.3
- Merge external errata patches.
- Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-164.3
- CVE-2021-3999: getcwd: align stack on clone in aarch64 and fix a memory leak
(#2032280)
- Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-164.2
- CVE-2022-23218, CVE-2022-23219: Fix buffer overflows in sunrpc clnt_create
for "unix" and svcunix_create (#2045062).
- Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-164.1
- CVE-2021-3999: getcwd: Set errno to ERANGE for size == 1 (#2032280)
- Reviewed-by: Elena Zannoni <elena.zannoni@oracle.com>
-
Thu Mar 03 2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-164.0.5
- Reverted perf improvements for exp, log, log2, pow (64-bit)
- due to library ABI mismatch issues
Orabug: 33107603
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Thu Feb 03 2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-164.0.4
- Add perf improvements for exp, log, log2, pow (64-bit)
Orabug: 33107603
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Mon Jan 31 2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-164.0.3
- Update siginfo constants from linux kernel
- Backport of upstream commit
89983cb37c9319806a551e8fe9f3a11ff8f973e1
OraBug: 33734528
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Wed Jan 26 2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-164.0.2
- Remove limit on MALLOC_MMAP_THRESHOLD tunable
Orabug: 29630826
Review-exception: Simple change
Tue Oct 5 2021 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-164.0.1
- Merge of patches for ol8-u5 beta release
Review-exception: Routine merge
- 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 Aug 09 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-164
- librt: fix NULL pointer dereference (#1966472).
-
Mon Aug 09 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-163
- CVE-2021-33574: Deep copy pthread attribute in mq_notify (#1966472)
-
Thu Jul 08 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-162
- CVE-2021-35942: wordexp: handle overflow in positional parameter number
(#1979127)
-
Fri Jun 18 2021 Carlos O'Donell <carlos@redhat.com> - 2.28-161
- Improve POWER10 performance with POWER9 fallbacks (#1956357)
-
Mon May 31 2021 Arjun Shankar <arjun@redhat.com> - 2.28-160
- Backport POWER10 optimized rawmemchr for ppc64le (#1956357)