-
Mon Oct 15 2018 Jose E. Marchesi <jose.marchesi@oracle.com> - 2.17-222.0.7
- libio: Disable vtable validation in case of interposition.
- Backport of upstream c402355dfa7807b8e0adb27c009135a7e2b9f1b0.
- OraBug 28641867.
- Reviewed-by: Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
-
Wed Sep 19 2018 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.17-222.0.5
- 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
-
Mon Aug 27 2018 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.17-222.0.3
- Include-linux-falloc.h-in-bits-fcntl-linux.h
- Defines FALLOC_FL_PUNSH_HOLE, FALLOC_FL_KEEP_SIZE,
FALLOC_FL_COLLAPSE_RANGE, and FALLOC_FL_ZERO_RANGE
- OraBug 28483336
- Add MAP_SHARED_VALIDATE and MAP_SYNC flags to
- sysdeps/unix/sysv/linux/x86/bits/mman.h
- OraBug 28389572
-
Fri Jul 20 2018 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.17-222.0.1
- Update bits/siginfo.h with Linux hwpoison SIGBUS changes.
- Adds new SIGBUS error codes for hardware poison signals, syncing with
the current kernel headers (v3.9).
- It also adds si_trapno field for alpha.
- New values: BUS_MCEERR_AR, BUS_MCEERR_AO
- OraBug 28124569
-
Thu Feb 01 2018 Florian Weimer <fweimer@redhat.com> - 2.17-222
- Restore internal GLIBC_PRIVATE symbols for use during upgrades (#1523119)
-
Fri Jan 19 2018 Carlos O'Donell <carlos@redhat.com> - 2.17-221
- CVE-2018-1000001: Fix realpath() buffer underflow (#1534635)
- i386: Fix unwinding for 32-bit C++ application (#1529982)
- Reduce thread and dynamic loader stack usage (#1527904)
- x86-64: Use XSAVE/XSAVEC more often during lazy symbol binding (#1528418)
-
Fri Nov 17 2017 Carlos O'Donell <carlos@redhat.com> - 2.17-220
- Update HWCAP bits for IBM POWER9 DD2.1 (#1503854)
-
Fri Nov 17 2017 Florian Weimer <fweimer@redhat.com> - 2.17-219
- Rebuild with newer gcc for aarch64 stack probing fixes (#1500475)
-
Tue Nov 07 2017 Carlos O'Donell <carlos@redhat.com> - 2.17-218
- Improve memcpy performance for POWER9 DD2.1 (#1498925)
-
Thu Nov 02 2017 Florian Weimer <fweimer@redhat.com> - 2.17-217
- Update Linux system call list to kernel 4.13 (#1508895)