-
Fri Mar 04 2016 Brian Maly <brian.maly@oracle.com> 2.0.7-38.1.0.2
- dracut-module-setup: avoid duplicate config for ibft [Orabug: 22780125]
-
Tue Feb 16 2016 EL Errata <el-errata_ww@oracle.com> - 2.0.7-38.0.1.1
- Fix makedumpfile stall on systems with 6TB memory [Orabug: 20364744] (brian.maly@oracle.com)
- kdumpctl: exclude default_hugepagesz setting from kdump kernel cmdline
(Sriharsha Yadagudde) [Orabug: 19134999]
- kdumpctl: verify if kernel support securelevel interface
(Sriharsha Yadagudde) [Orabug: 18905671]
-
Fri Jan 15 2016 Minfei Huang <mhuang@redhat.com> - 2.0.7-38.1
- Makedumpfile: Fix to copy some parts of memory in sadump vmcore formats
-
Wed Oct 21 2015 Minfei Huang <mhuang@redhat.com> - 2.0.7-38
- pc64/ppc64le: drop cpu online rule in 40-redhat.rules in kdump initramfs
-
Fri Sep 18 2015 Minfei Huang <mhuang@redhat.com> - 2.0.7-37
- mkdumprd: install only local i18n files
-
Wed Sep 09 2015 Minfei Huang <mhuang@redhat.com> - 2.0.7-36
- Update kdump anaconda addon
-
Wed Aug 19 2015 Minfei Huang <mhuang@redhat.com> - 2.0.7-35
- kdumpctl: Add man page for kdumpctl
-
Fri Aug 14 2015 Baoquan He <bhe@redhat.com> - 2.0.7-34
arm64: Overwrite CFLAGS and remove -fno-exceptions from kexec purgatory code
Fix comment to exclude keyword
CFLAGS="${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/gfortran/modules}" ; export FFLAGS ;
FCFLAGS="${FCFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/gfortran/modules}" ; export FCFLAGS ;
LDFLAGS="${LDFLAGS:--Wl,-z,relro }"; export LDFLAGS;
[ "1" == 1 ] && [ "x86_64" == ppc64le ] && /usr/lib/rpm/redhat/libtool-handle-ppc64le.sh ;
for i in $(find . -name config.guess -o -name config.sub) ; do
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && /usr/bin/rm -f $i && /usr/bin/cp -fv /usr/lib/rpm/redhat/$(basename $i) $i ;
done ;
./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu \
--program-prefix= \
--disable-dependency-tracking \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib64 \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/var/lib \
--mandir=/usr/share/man \
--infodir=/usr/share/info
Revert "arm64: move -fno-exceptions from purgatory code to spec file"
-
Fri Aug 14 2015 Baoquan He <bhe@redhat.com> - 2.0.7-33
mkdumprd: Remove ifcfg from dracut's modules
arm64: move -fno-exceptions from purgatory code to spec file
module-setup: Choose the first matched gateway in kdump_static_ip
-
Fri Aug 07 2015 Minfei Huang <mhuang@redhat.com> - 2.0.7-32
- Enhance Kdump to support ipv6 protocol