|
|
|
@ -3,38 +3,38 @@ |
|
|
|
|
# |
|
|
|
|
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles |
|
|
|
|
Name: crash |
|
|
|
|
Version: 7.3.2 |
|
|
|
|
Version: 8.0.1 |
|
|
|
|
Release: 2%{?dist} |
|
|
|
|
License: GPLv3 |
|
|
|
|
Group: Development/Debuggers |
|
|
|
|
Source0: https://github.com/crash-utility/crash/archive/crash-%{version}.tar.gz |
|
|
|
|
Source1: http://ftp.gnu.org/gnu/gdb/gdb-7.6.tar.gz |
|
|
|
|
Source1: http://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.gz |
|
|
|
|
URL: https://crash-utility.github.io |
|
|
|
|
ExclusiveOS: Linux |
|
|
|
|
ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm} aarch64 ppc64le |
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) |
|
|
|
|
BuildRequires: ncurses-devel zlib-devel lzo-devel bison snappy-devel wget patch libzstd-devel |
|
|
|
|
BuildRequires: ncurses-devel zlib-devel lzo-devel snappy-devel bison texinfo libzstd-devel |
|
|
|
|
BuildRequires: gcc gcc-c++ |
|
|
|
|
BuildRequires: make |
|
|
|
|
Requires: binutils |
|
|
|
|
Provides: bundled(gdb) = 7.6 |
|
|
|
|
Provides: bundled(libiberty) |
|
|
|
|
Provides: bundled(gdb) = 10.2 |
|
|
|
|
Patch0: lzo_snappy_zstd.patch |
|
|
|
|
Patch1: rhel8_build.patch |
|
|
|
|
Patch2: rhel8_freepointer.patch |
|
|
|
|
Patch3: 0001-ppc64-update-the-NR_CPUS-to-8192.patch |
|
|
|
|
Patch4: 0002-sbitmapq-remove-struct-and-member-validation-in-sbit.patch |
|
|
|
|
Patch5: 0003-sbitmapq-fix-invalid-offset-for-sbitmap_queue_alloc_.patch |
|
|
|
|
Patch6: 0004-sbitmapq-fix-invalid-offset-for-sbitmap_queue_round_.patch |
|
|
|
|
Patch7: 0005-sbitmapq-fix-invalid-offset-for-sbitmap_word_depth-o.patch |
|
|
|
|
Patch8: 0007-bt-x86_64-filter-out-idle-task-stack.patch |
|
|
|
|
Patch9: 0008-bt-arm64-add-support-for-bt-n-idle.patch |
|
|
|
|
Patch10: 0010-Enhance-dev-d-D-options-to-support-blk-mq-sbitmap.patch |
|
|
|
|
Patch11: 0011-Fix-for-dev-d-D-options-to-support-blk-mq-change-on-.patch |
|
|
|
|
Patch12: 0012-Doc-update-man-page-for-the-bpf-and-sbitmapq-command.patch |
|
|
|
|
Patch13: 0013-sbitmapq-Fix-for-sbitmap_queue-without-ws_active-mem.patch |
|
|
|
|
Patch14: 0014-sbitmapq-Fix-for-sbitmap_word-without-cleared-member.patch |
|
|
|
|
Patch15: 0015-sbitmapq-Fix-for-sbitmap_queue-without-min_shallow_d.patch |
|
|
|
|
Patch16: 0016-Make-dev-d-D-options-parse-sbitmap-on-Linux-4.18-and.patch |
|
|
|
|
Patch17: 0017-sbitmapq-Fix-for-kernels-without-struct-wait_queue_h.patch |
|
|
|
|
Patch18: 0018-sbitmapq-Limit-kernels-without-sbitmap-again.patch |
|
|
|
|
Patch1: crash-8.0.1_build.patch |
|
|
|
|
Patch2: 0001-ppc64-update-the-NR_CPUS-to-8192.patch |
|
|
|
|
Patch3: 0001-sbitmapq-remove-struct-and-member-validation-in-sbit.patch |
|
|
|
|
Patch4: 0002-sbitmapq-fix-invalid-offset-for-sbitmap_queue_alloc_.patch |
|
|
|
|
Patch5: 0003-sbitmapq-fix-invalid-offset-for-sbitmap_queue_round_.patch |
|
|
|
|
Patch6: 0004-sbitmapq-fix-invalid-offset-for-sbitmap_word_depth-o.patch |
|
|
|
|
Patch7: 0005-Makefile-add-missing-crash_target.o-to-be-cleaned.patch |
|
|
|
|
Patch8: 0006-bt-x86_64-filter-out-idle-task-stack.patch |
|
|
|
|
Patch9: 0007-bt-arm64-add-support-for-bt-n-idle.patch |
|
|
|
|
Patch10: 0008-gdb-print-details-of-unnamed-struct-and-union.patch |
|
|
|
|
Patch11: 0009-Enhance-dev-d-D-options-to-support-blk-mq-sbitmap.patch |
|
|
|
|
Patch12: 0010-Fix-for-dev-d-D-options-to-support-blk-mq-change-on-.patch |
|
|
|
|
Patch13: 0011-Doc-update-man-page-for-the-bpf-and-sbitmapq-command.patch |
|
|
|
|
Patch14: 0012-sbitmapq-Fix-for-sbitmap_queue-without-ws_active-mem.patch |
|
|
|
|
Patch15: 0013-sbitmapq-Fix-for-sbitmap_word-without-cleared-member.patch |
|
|
|
|
Patch16: 0014-sbitmapq-Fix-for-sbitmap_queue-without-min_shallow_d.patch |
|
|
|
|
Patch17: 0015-Make-dev-d-D-options-parse-sbitmap-on-Linux-4.18-and.patch |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
The core analysis suite is a self-contained tool that can be used to |
|
|
|
@ -43,9 +43,8 @@ netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch |
|
|
|
|
offered by Mission Critical Linux, or the LKCD kernel patch. |
|
|
|
|
|
|
|
|
|
%package devel |
|
|
|
|
Requires: %{name} = %{version}, zlib-devel lzo-devel snappy-devel |
|
|
|
|
Requires: %{name} = %{version}, zlib-devel |
|
|
|
|
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles |
|
|
|
|
Group: Development/Debuggers |
|
|
|
|
|
|
|
|
|
%description devel |
|
|
|
|
The core analysis suite is a self-contained tool that can be used to |
|
|
|
@ -56,8 +55,8 @@ offered by Mission Critical Linux, or the LKCD kernel patch. |
|
|
|
|
%prep |
|
|
|
|
%setup -n %{name}-%{version} -q |
|
|
|
|
%patch0 -p1 -b lzo_snappy_zstd.patch |
|
|
|
|
%patch1 -p1 -b rhel8_build.patch |
|
|
|
|
%patch2 -p1 -b rhel8_freepointer.patch |
|
|
|
|
%patch1 -p1 -b crash-8.0.1_build.patch |
|
|
|
|
%patch2 -p1 |
|
|
|
|
%patch3 -p1 |
|
|
|
|
%patch4 -p1 |
|
|
|
|
%patch5 -p1 |
|
|
|
@ -73,405 +72,258 @@ offered by Mission Critical Linux, or the LKCD kernel patch. |
|
|
|
|
%patch15 -p1 |
|
|
|
|
%patch16 -p1 |
|
|
|
|
%patch17 -p1 |
|
|
|
|
%patch18 -p1 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
|
|
|
|
|
cp %{SOURCE1} . |
|
|
|
|
#make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}" |
|
|
|
|
make -j`nproc` RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}" |
|
|
|
|
make -j`nproc` RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}" |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
rm -rf %{buildroot} |
|
|
|
|
mkdir -p %{buildroot}%{_bindir} |
|
|
|
|
make DESTDIR=%{buildroot} install |
|
|
|
|
%make_install |
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man8 |
|
|
|
|
cp -p crash.8 %{buildroot}%{_mandir}/man8/crash.8 |
|
|
|
|
mkdir -p %{buildroot}%{_includedir}/crash |
|
|
|
|
chmod 0644 defs.h |
|
|
|
|
cp -p defs.h %{buildroot}%{_includedir}/crash |
|
|
|
|
|
|
|
|
|
%clean |
|
|
|
|
rm -rf %{buildroot} |
|
|
|
|
|
|
|
|
|
%files |
|
|
|
|
%defattr(-,root,root,-) |
|
|
|
|
%{_bindir}/crash |
|
|
|
|
%{_mandir}/man8/crash.8* |
|
|
|
|
%doc README COPYING3 |
|
|
|
|
|
|
|
|
|
%files devel |
|
|
|
|
%defattr(-,root,root,-) |
|
|
|
|
%{_includedir}/* |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Thu Jun 16 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-2 |
|
|
|
|
- Enhance "dev -d|-D" options to support blk-mq sbitmap |
|
|
|
|
* Fri Jun 10 2022 Lianbo Jiang <lijiang@redhat.com> - 8.0.1-2 |
|
|
|
|
- Fix for the "struct -o" command issue |
|
|
|
|
- Enhance the "dev -d" and "bt" commands |
|
|
|
|
|
|
|
|
|
* Mon May 16 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.2-1 |
|
|
|
|
- Rebase to upstream crash 7.3.2 |
|
|
|
|
* Sat May 14 2022 Lianbo Jiang <lijiang@redhat.com> - 8.0.1-1 |
|
|
|
|
- Rebase to upstream crash 8.0.1 |
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.1-5 |
|
|
|
|
- Rebuild for osci badfuncs issue |
|
|
|
|
|
|
|
|
|
* Mon Feb 07 2022 Lianbo Jiang <lijiang@redhat.com> - 7.3.1-4 |
|
|
|
|
* Mon Feb 07 2022 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-5 |
|
|
|
|
- Fix segfault on aarch64 for "bt -a|-c" command |
|
|
|
|
- Fix segfault for the "l" command of gdb |
|
|
|
|
- Fix HZ calculation on Linux 5.14 and later |
|
|
|
|
- Fix for "timer -r" option to display all the per-CPU clocks |
|
|
|
|
- Fix for other issues |
|
|
|
|
|
|
|
|
|
* Wed Dec 29 2021 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-4 |
|
|
|
|
- Handle blk_mq_ctx member changes for kernels 5.16-rc1 and later |
|
|
|
|
|
|
|
|
|
* Mon Dec 13 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.1-3 |
|
|
|
|
* Mon Dec 13 2021 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-3 |
|
|
|
|
- Fix segmentation fault caused by crash extension modules |
|
|
|
|
- Support the overflow stack exception handling on aarch64 |
|
|
|
|
|
|
|
|
|
* Tue Dec 07 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.1-2 |
|
|
|
|
* Mon Dec 06 2021 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-2 |
|
|
|
|
- Enable ZSTD feature support |
|
|
|
|
|
|
|
|
|
* Fri Nov 26 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.1-1 |
|
|
|
|
- Rebase to the latest crash-7.3.1 |
|
|
|
|
* Thu Nov 25 2021 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-1 |
|
|
|
|
- Rebase to upstream 8.0.0 |
|
|
|
|
|
|
|
|
|
* Thu Nov 18 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-3 |
|
|
|
|
- Fix for "sched: Change task_struct::state" |
|
|
|
|
- Fix for "sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=y" |
|
|
|
|
- Fix live debugging with lockdown=integrity |
|
|
|
|
- Fix 'waitq' command for Linux 4.13 and later kernels |
|
|
|
|
- Fix for "kmem -s|-S" option on Linux 5.7 and later kernels |
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 7.3.0-6 |
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags |
|
|
|
|
Related: rhbz#1991688 |
|
|
|
|
|
|
|
|
|
* Fri May 14 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-2 |
|
|
|
|
- Update the sha512 hash in the sources file to solve the |
|
|
|
|
compilation issues |
|
|
|
|
* Thu Jul 22 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-5 |
|
|
|
|
- Fix for handling task_struct state member changes(kernels >= 5.14-rc1) |
|
|
|
|
|
|
|
|
|
* Thu May 13 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-1 |
|
|
|
|
* Wed Jul 07 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-4 |
|
|
|
|
- Fix memory layout for aarch64 |
|
|
|
|
|
|
|
|
|
* Mon Jul 05 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-3 |
|
|
|
|
- Fix "kmem -n|-p" options display wrong values. |
|
|
|
|
|
|
|
|
|
* Fri Jun 11 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-2 |
|
|
|
|
- Fix for "kmem -s|-S" option on Linux 5.7 and later kernels |
|
|
|
|
|
|
|
|
|
* Mon May 10 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-1 |
|
|
|
|
- Rebase to upstream 7.3.0 |
|
|
|
|
|
|
|
|
|
* Tue Dec 1 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.9-2 |
|
|
|
|
- Fix the sources file to add gdb-7.6 tarball |
|
|
|
|
[The line was somehow removed when using rhpkg new-sources to |
|
|
|
|
update the crash tarball location] |
|
|
|
|
Resolves: rhbz#1881854 |
|
|
|
|
|
|
|
|
|
* Tue Dec 1 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.9-1 |
|
|
|
|
- Rebase to upstream crash version 7.2.9 |
|
|
|
|
- Also minimize the rhel-only patches to the bare minimum. |
|
|
|
|
Resolves: rhbz#1881854 |
|
|
|
|
|
|
|
|
|
* Thu Nov 5 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-8 |
|
|
|
|
- crash/arm64: Fix arm64 read error with 'idmap_ptrs_per_pgd' symbol with debug kernel |
|
|
|
|
Resolves: rhbz#1876039 |
|
|
|
|
|
|
|
|
|
* Mon Aug 17 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-7 |
|
|
|
|
- crash/sadump, kaslr: fix failure of calculating kaslr_offset due to an sadump format restriction |
|
|
|
|
Resolves: rhbz#1855527 |
|
|
|
|
|
|
|
|
|
* Fri Aug 7 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-6 |
|
|
|
|
- aarch64: Revert to reading CONFIG_ARM64_USER_VA_BITS_52 and CONFIG_ARM64_PA_BITS=52 for 52-bit VA/PA space. |
|
|
|
|
Resolves: rhbz#1861086 |
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-5 |
|
|
|
|
- aarch64: Support reading extended 52-bit address space via crash-utility |
|
|
|
|
Resolves: rhbz#1861086 |
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-4 |
|
|
|
|
- Replace people.redhat.com references with github equivalents. |
|
|
|
|
Resolves: rhbz#1851745 |
|
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-3 |
|
|
|
|
- Fix for reading compressed kdump dumpfiles from systems with physical memory |
|
|
|
|
Resolves: rhbz#1819606 |
|
|
|
|
|
|
|
|
|
* Mon Jun 8 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-2 |
|
|
|
|
- Remove wget from BuildRequires section |
|
|
|
|
Resolves: rhbz#1838322 |
|
|
|
|
|
|
|
|
|
* Fri Jun 5 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-1 |
|
|
|
|
- Rebase to latest upstream release 7.2.8 |
|
|
|
|
Resolves: rhbz#1838322 |
|
|
|
|
|
|
|
|
|
* Mon Feb 3 2020 Dave Anderson <anderson@redhat.com> - 7.2.7-3 |
|
|
|
|
- Rebase to github commit 6c1c8ac6 |
|
|
|
|
Resolves: rhbz#1738619 |
|
|
|
|
- Fix "log -a" option |
|
|
|
|
Resolves: rhbz#1785537 |
|
|
|
|
- Fix for ELF kdump vmcores form s390x KASLR kernels |
|
|
|
|
Resolves: rhbz#1786996 |
|
|
|
|
|
|
|
|
|
* Mon Nov 11 2019 Dave Anderson <anderson@redhat.com> - 7.2.7-2 |
|
|
|
|
- Rebase to latest upstream sources |
|
|
|
|
Resolves: rhbz#1738619 |
|
|
|
|
- Support for KASLR on s390x |
|
|
|
|
Resolves: rhbz# 1753172 |
|
|
|
|
|
|
|
|
|
* Mon Jun 10 2019 Dave Anderson <anderson@redhat.com> - 7.2.6-2 |
|
|
|
|
- Fix "p" command regression |
|
|
|
|
Resolves: rhbz#1718417 |
|
|
|
|
- Fix arm64 debug kernel read error message during initialization |
|
|
|
|
Resolves: rhbz#1718736 |
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 7.2.9-7 |
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 |
|
|
|
|
|
|
|
|
|
* Tue Apr 13 2021 Lianbo Jiang <lijiang@redhat.com> - 7.2.9-6 |
|
|
|
|
- Update to the latest upstream: commit <8dfc228b29ae> |
|
|
|
|
|
|
|
|
|
* Mon Mar 08 2021 Lianbo Jiang <lijiang@redhat.com> - 7.2.9-5 |
|
|
|
|
- Fix Segmentation fault |
|
|
|
|
- Update to the latest upstream: commit <9c0c6c1b3750> |
|
|
|
|
|
|
|
|
|
* Fri Feb 05 2021 Lianbo Jiang <lijiang@redhat.com> - 7.2.9-4 |
|
|
|
|
- Update to the latest upstream: commit <fdb41f0b6fa4> |
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.9-3 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Fri Dec 11 2020 Lianbo Jiang <lijiang@redhat.com> - 7.2.9-2 |
|
|
|
|
- Add support for lockless ringbuffer |
|
|
|
|
|
|
|
|
|
* Wed Nov 25 2020 Lianbo Jiang <lijiang@redhat.com> - 7.2.9-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.8-5 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 7.2.8-4 |
|
|
|
|
- Use make macros |
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro |
|
|
|
|
|
|
|
|
|
* Tue Jun 30 2020 Jeff Law <law@redhat.com> - 7.2.8-3 |
|
|
|
|
- Disable LTO |
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Dave Anderson <anderson@redhat.com> - 7.2.8-2 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
- Fix aarch64 build for gcc-10 -fno-common |
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.7-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Mon Sep 23 2019 Dave Anderson <anderson@redhat.com> - 7.2.7-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.6-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Mon May 6 2019 Dave Anderson <anderson@redhat.com> - 7.2.6-1 |
|
|
|
|
- Rebase to latest upstream sources |
|
|
|
|
Resolves: rhbz#1686560 |
|
|
|
|
- Utilize the VMCOREINFO PT_NOTE in /proc/kcore header |
|
|
|
|
Resolves: rhbz#1627528 |
|
|
|
|
- Support extraction of CONFIG_PROC_VMCORE_DEVICE_DUMP data from dumpfile header |
|
|
|
|
Resolves: rhbz#1702535 |
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2019 Dave Anderson <anderson@redhat.com> - 7.2.3-18 |
|
|
|
|
- Fix "files -c" and "files -p" options |
|
|
|
|
Resolves: rhbz#1673285 |
|
|
|
|
|
|
|
|
|
* Mon Feb 11 2019 Dave Anderson <anderson@redhat.com> - 7.2.3-17 |
|
|
|
|
- Support for CONFIG_ARM64_USER_VA_BITS_52 and CONFIG_ARM64_PA_BITS=52 |
|
|
|
|
Resolves: rhbz#1670099 |
|
|
|
|
|
|
|
|
|
* Tue Jan 8 2019 Dave Anderson <anderson@redhat.com> - 7.2.3-16 |
|
|
|
|
- Resurrect "dev -p" option. |
|
|
|
|
- Fix "dev -[dD]" options to account for request_queue.in_flight[] removal. |
|
|
|
|
Resolves: rhbz#1662039 |
|
|
|
|
- Command line input fixes |
|
|
|
|
Resolves: rhbz#1664061 |
|
|
|
|
|
|
|
|
|
* Thu Dec 13 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-15 |
|
|
|
|
- Increase ppc64 MAX_PHYSMEM_BITS to match 4.18.0-35.el8 kernel backport |
|
|
|
|
Resolves: rhbz#1658628 |
|
|
|
|
|
|
|
|
|
* Thu Nov 29 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-14 |
|
|
|
|
- Fix for ARM64 "ps -s" memory allocation failure |
|
|
|
|
Resolves: rhbz#1654582 |
|
|
|
|
|
|
|
|
|
* Thu Oct 25 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-13 |
|
|
|
|
- Change "bt" warnings when exception RIP is legitimate mapped address |
|
|
|
|
Resolves: rhbz#1642221 |
|
|
|
|
|
|
|
|
|
* Mon Oct 15 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-12 |
|
|
|
|
- Address covscan issues |
|
|
|
|
Resolves: rhbz#1602466 |
|
|
|
|
- Fix for x86_64 5-level pagetable vmalloc range expansion |
|
|
|
|
Resolves: rhbz#1637125 |
|
|
|
|
|
|
|
|
|
* Wed Oct 4 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-11 |
|
|
|
|
- Fix ppc64 backtrace issues |
|
|
|
|
Resolves: rhbz#1633525 |
|
|
|
|
|
|
|
|
|
* Wed Sep 19 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-10 |
|
|
|
|
- Address annocheck build issues |
|
|
|
|
Resolves: rhbz#1624101 |
|
|
|
|
|
|
|
|
|
* Thu Aug 9 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-9 |
|
|
|
|
- Fix for live system (/proc/kcore) access when KALSR is in effect |
|
|
|
|
Resolves: rhbz#1611916 |
|
|
|
|
|
|
|
|
|
* Mon Jul 16 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-8 |
|
|
|
|
- Rebase to github commits 9b494b70_to_eb823b79 |
|
|
|
|
Resolves: rhbz#1563495 |
|
|
|
|
|
|
|
|
|
* Fri Jun 22 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-7 |
|
|
|
|
- Rebase to github commits 28fa7bd0 to 02efd083 |
|
|
|
|
Resolves: rhbz#1590751 |
|
|
|
|
Resolves: rhbz#1592746 |
|
|
|
|
|
|
|
|
|
* Tue Jun 12 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-6 |
|
|
|
|
- github commit 1926150e: fix ppc64/ppc6le stacksize calculation |
|
|
|
|
|
|
|
|
|
* Fri Jun 8 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-5 |
|
|
|
|
- Remove /dev/mem readmem error message and /proc/kcore switch messages |
|
|
|
|
Resolves: rhbz#1585944 |
|
|
|
|
|
|
|
|
|
* Fri Jun 1 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-4 |
|
|
|
|
- Rebase to latest upstream sources |
|
|
|
|
|
|
|
|
|
* Tue Nov 21 2017 Dave Anderson <anderson@redhat.com> - 7.2.0-2 |
|
|
|
|
- Rebase to github commits da9bd35a to e2efacdd |
|
|
|
|
Resolves: rhbz#1497316 |
|
|
|
|
|
|
|
|
|
* Wed Nov 1 2017 Dave Anderson <anderson@redhat.com> - 7.2.0-1 |
|
|
|
|
- Rebase to upstream version 7.2.0 |
|
|
|
|
- Rebase to github commits da9bd35a_to_e2efacdd.patch |
|
|
|
|
Resolves: rhbz#1497316 |
|
|
|
|
- ppc64le: fix for "WARNING: cannot access vmalloc'd module memory" |
|
|
|
|
Resolves: rhbz#1485391 |
|
|
|
|
- Support for analyzing an SADUMP crash dump if KASLR is enabled |
|
|
|
|
Resolves: rhbz#1504467 |
|
|
|
|
|
|
|
|
|
* Wed May 3 2017 Dave Anderson <anderson@redhat.com> - 7.1.9-2 |
|
|
|
|
- Rebase to github commits 87179026 to ad3b8476 |
|
|
|
|
Resolves: rhbz#1393534 |
|
|
|
|
- Prohibit native gdb disassemble command when KASLR |
|
|
|
|
Resolves: rhbz#1445649 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 7.2.5-3 |
|
|
|
|
- Rebuild for readline 8.0 |
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.5-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Fri Jan 11 2019 Dave Anderson <anderson@redhat.com> - 7.2.5-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Mon Sep 24 2018 Dave Anderson <anderson@redhat.com> - 7.2.4-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.3-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Fri May 18 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2018 Dave Anderson <anderson@redhat.com> - 7.2.1-2 |
|
|
|
|
- Use RPM build flags for LDFLAGS |
|
|
|
|
|
|
|
|
|
* Fri Feb 16 2018 Dave Anderson <anderson@redhat.com> - 7.2.1-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.0-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Mon Oct 2 2017 Dave Anderson <anderson@redhat.com> - 7.2.0-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.9-3 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.9-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Mon Apr 24 2017 Dave Anderson <anderson@redhat.com> - 7.1.9-1 |
|
|
|
|
- Rebase to upstream version 7.1.9 |
|
|
|
|
Resolves: rhbz#1393534 |
|
|
|
|
- Fix gdb "set scope" option for KASLR kernels. |
|
|
|
|
Resolves: rhbz#1440725 |
|
|
|
|
- Fix for the determination of the x86_64 "phys_base" value when it is |
|
|
|
|
not passed in the VMCOREINFO data of ELF vmcores |
|
|
|
|
Resolves: rhbz#1439170 |
|
|
|
|
|
|
|
|
|
* Wed Mar 8 2017 Dave Anderson <anderson@redhat.com> - 7.1.8-2 |
|
|
|
|
- mod [-sS] command may erroneously reassign module symbol addresses |
|
|
|
|
Resolves: rhbz#1430091 |
|
|
|
|
|
|
|
|
|
* Fri Feb 24 2017 Dave Anderson <anderson@redhat.com> - 7.1.8-1 |
|
|
|
|
- Rebase to upstream version 7.1.8 |
|
|
|
|
Resolves: rhbz#1393534 |
|
|
|
|
- POWER9 - Power ISA 3.0 related support for crash utility |
|
|
|
|
Resolves: rhbz#1368711 |
|
|
|
|
- crash package update - ppc64/ppc64le |
|
|
|
|
Resolves: rhbz#1384944 |
|
|
|
|
- exception RIP: unknown or invalid address |
|
|
|
|
Resolves: rhbz#1350457 |
|
|
|
|
- Crash does not always parse correctly the modules symbol tables |
|
|
|
|
Resolves: rhbz#1360415 |
|
|
|
|
- ARM64: crash live system from: WARNING: cannot read linux_banner string |
|
|
|
|
Resolves: rhbz#1392007 |
|
|
|
|
- kmem: invalid structure member offset: page_count |
|
|
|
|
Resolves: rhbz#1392011 |
|
|
|
|
- Kernel address space randomization [KASLR] support |
|
|
|
|
Resolves: rhbz#1392658 |
|
|
|
|
- invalid structure size: tnt |
|
|
|
|
Resolves: rhbz#1420653 |
|
|
|
|
|
|
|
|
|
* Wed Sep 14 2016 Dave Anderson <anderson@redhat.com> - 7.1.5-2 |
|
|
|
|
- Fix for kernel module symbol gathering when the ordering of module |
|
|
|
|
symbol name strings does not match the order of the kernel_symbol |
|
|
|
|
structures. |
|
|
|
|
- Resolves: rhbz#1375130 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2017 Dave Anderson <anderson@redhat.com> - 7.1.8-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.7-3 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 7.1.7-2 |
|
|
|
|
- Rebuild for readline 7.x |
|
|
|
|
|
|
|
|
|
* Tue Dec 6 2016 Dave Anderson <anderson@redhat.com> - 7.1.7-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Fri Oct 14 2016 Dave Anderson <anderson@redhat.com> - 7.1.6-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
- Fix for RHBZ#1044119 - crash bundles gdb |
|
|
|
|
|
|
|
|
|
* Thu May 5 2016 Dave Anderson <anderson@redhat.com> - 7.1.5-2 |
|
|
|
|
- BZ #1333295 - FTBFS due compiler warnings in elf64-s390.c |
|
|
|
|
|
|
|
|
|
* Thu Apr 28 2016 Dave Anderson <anderson@redhat.com> - 7.1.5-1 |
|
|
|
|
- Rebase to upstream version 7.1.5 |
|
|
|
|
Resolves: rhbz#1292566 |
|
|
|
|
- Decode clflushopt instruction |
|
|
|
|
Resolves: rhbz#1262479 |
|
|
|
|
- Support AArch64 QEMU generated dumps |
|
|
|
|
Resolves: rhbz#1299873 |
|
|
|
|
- crash: zero-size memory allocation (aarch64) |
|
|
|
|
Resolves: rhbz#1312738 |
|
|
|
|
|
|
|
|
|
* Tue Apr 5 2016 Dave Anderson <anderson@redhat.com> - 7.1.2-4 |
|
|
|
|
- crash: fails to read excluded pages by default on sadump-related format |
|
|
|
|
Resolves: rhbz#1304260 |
|
|
|
|
|
|
|
|
|
* Mon Nov 23 2015 Dave Anderson <anderson@redhat.com> - 7.1.2-3 |
|
|
|
|
- crash fails to read or wrongly reads some parts of memory in sadump vmcore format |
|
|
|
|
Resolves: rhbz#1282997 |
|
|
|
|
|
|
|
|
|
* Tue Aug 4 2015 Dave Anderson <anderson@redhat.com> - 7.1.2-2 |
|
|
|
|
- Fix "kmem -s <address>", "bt -F[F]", and "rd -S[S]" options in kernels |
|
|
|
|
configured with CONFIG_SLUB having multiple-page slabs. |
|
|
|
|
Resolves: rhbz#1244003 |
|
|
|
|
- Fix for SIGSEGV generated by "bt -[f|F]" in ARM64 kernels. |
|
|
|
|
Resolves: rhbz#1248859 |
|
|
|
|
|
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.4-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Thu Dec 17 2015 Dave Anderson <anderson@redhat.com> - 7.1.4-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Thu Sep 3 2015 Dave Anderson <anderson@redhat.com> - 7.1.3-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Mon Jul 13 2015 Dave Anderson <anderson@redhat.com> - 7.1.2-1 |
|
|
|
|
- Rebase to upstream version 7.1.2 |
|
|
|
|
Resolves: rhbz#1207696 |
|
|
|
|
- Fix several ppc64 backtrace issues |
|
|
|
|
Resolves: rhbz#1235447 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Fri Jun 05 2015 Dave Anderson <anderson@redhat.com> - 7.1.1-2 |
|
|
|
|
- ARM64 backtrace enhancements |
|
|
|
|
Resolves: rhbz#1227508 |
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.1.1-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Thu May 28 2015 Dave Anderson <anderson@redhat.com> - 7.1.1-1 |
|
|
|
|
- Rebase to upstream version 7.1.1 |
|
|
|
|
Resolves: rhbz#1207696 |
|
|
|
|
- Display s390x vector registers from a kernel dump. |
|
|
|
|
Resolves: rhbz#1182161 |
|
|
|
|
- Fix date displayed on initial system banner and by the "sys" command on ARM64. |
|
|
|
|
Resolves: rhbz#1223044 |
|
|
|
|
- Fix ARM64 page size calculation on 4.1 and later kernels. |
|
|
|
|
Resolves: rhbz#1222645 |
|
|
|
|
|
|
|
|
|
* Tue Apr 21 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-6 |
|
|
|
|
- Calculate ARM64 virtual memory layout based upon struct page size |
|
|
|
|
Resolves: rhbz#1204941 |
|
|
|
|
|
|
|
|
|
* Tue Apr 7 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-5 |
|
|
|
|
- Support new sadump format that can represent more than 16 TB physical memory space |
|
|
|
|
Resolves: rhbz#1182383 |
|
|
|
|
|
|
|
|
|
* Mon Jan 26 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-4 |
|
|
|
|
Fix ppc64 "bt" command for active tasks in compressed kdumps. |
|
|
|
|
Resolves: rhbz#1184401 |
|
|
|
|
|
|
|
|
|
* Mon Jan 12 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-3 |
|
|
|
|
Fix "bt" command mislabeling errors. |
|
|
|
|
Resolves: rhbz#1179476 |
|
|
|
|
|
|
|
|
|
* Mon Dec 08 2014 Dave Anderson <anderson@redhat.com> - 7.0.9-2 |
|
|
|
|
- Use registers from QEMU-generated ELF and compressed kdump headers |
|
|
|
|
for active task backtraces. |
|
|
|
|
- Resolves: rhbz#1169555 |
|
|
|
|
|
|
|
|
|
* Fri Nov 14 2014 Dave Anderson <anderson@redhat.com> - 7.0.9-1 |
|
|
|
|
- Rebase to upstream version 7.0.9. |
|
|
|
|
- Resolves: rhbz#1110513 |
|
|
|
|
|
|
|
|
|
* Tue Sep 23 2014 Dave Anderson <anderson@redhat.com> - 7.0.8-2 |
|
|
|
|
- Fix ps performance patch regression on live systems. |
|
|
|
|
- Resolves: rhbz#1134177 |
|
|
|
|
- Minor build-related fixes for ppc64le. |
|
|
|
|
- Resolves: rhbz#1123991 |
|
|
|
|
|
|
|
|
|
* Fri Sep 12 2014 Dave Anderson <anderson@redhat.com> - 7.0.8-1 |
|
|
|
|
- Rebase to upstream version 7.0.8. |
|
|
|
|
- Resolves: rhbz#1110513 |
|
|
|
|
- Fix to calculate the physical base address of dumpfiles created |
|
|
|
|
by a "virsh dump" of an OVMF guest. |
|
|
|
|
- Resolves: rhbz#1080698 |
|
|
|
|
- Support for aarch64 architecture. |
|
|
|
|
- Resolves: rhbz#1110551 |
|
|
|
|
- Fix to prevent crash from spinning endlessly on a corrupted/truncated |
|
|
|
|
dumpfile whose bitmap data is not wholly contained within the file. |
|
|
|
|
- Resolves: rhbz#1114088 |
|
|
|
|
- Support for ppc64le architecture. |
|
|
|
|
- Resolves: rhbz#1123991 |
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 7.0.2-6 |
|
|
|
|
- Mass rebuild 2014-01-24 |
|
|
|
|
|
|
|
|
|
* Fri Jan 24 2014 Dave Anderson <anderson@redhat.com> - 7.0.2-5 |
|
|
|
|
- Fix for a missing kernel-mode exception frame dump by the x86_64 |
|
|
|
|
"bt" command if a page fault was generated by a bogus RIP. |
|
|
|
|
- Resolves: rhbz#1057353 |
|
|
|
|
- Fix for the x86_64 "bt" command to prevent an unwarranted message |
|
|
|
|
indicating "WARNING: possibly bogus exception frame" generated |
|
|
|
|
from a blocked kernel thread that was in the process of exec'ing |
|
|
|
|
a user process via the call_usermodehelper() facility. |
|
|
|
|
- Resolves: rhbz#1057357 |
|
|
|
|
|
|
|
|
|
* Fri Jan 10 2014 Dave Anderson <anderson@redhat.com> - 7.0.2-4 |
|
|
|
|
- Fixes for "kmem -S" command for CONFIG_SLUB. |
|
|
|
|
- Resolves: rhbz#1045591 |
|
|
|
|
- Increase S390X NR_CPUS |
|
|
|
|
- Resolves: rhbz#1051156 |
|
|
|
|
|
|
|
|
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 7.0.2-3 |
|
|
|
|
- Mass rebuild 2013-12-27 |
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2013 Dave Anderson <anderson@redhat.com> - 7.0.2-2 |
|
|
|
|
- Compressed kdump 46-bit physical memory support |
|
|
|
|
Resolves: rhbz#1015250 |
|
|
|
|
- Fix incorrect backtrace for dumps taken with "virsh dump --memory-only" |
|
|
|
|
Resolves: rhbz#1020469 |
|
|
|
|
- Fix cpu number display on systems with more than 254 cpus |
|
|
|
|
Resolves: rhbz#1020536 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Wed Sep 04 2013 Dave Anderson <anderson@redhat.com> - 7.0.2-1 |
|
|
|
|
* Mon Mar 2 2015 Dave Anderson <anderson@redhat.com> - 7.1.0-3 |
|
|
|
|
- Support increment of Linux version from 3 to 4 |
|
|
|
|
|
|
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 7.1.0-2 |
|
|
|
|
- Rebuilt for Fedora 23 Change |
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code |
|
|
|
|
|
|
|
|
|
* Tue Feb 10 2015 Dave Anderson <anderson@redhat.com> - 7.1.0-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Fri Nov 15 2014 Dave Anderson <anderson@redhat.com> - 7.0.9-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Mon Sep 15 2014 Dave Anderson <anderson@redhat.com> - 7.0.8-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
- Add ppc64le as supported architecture for crash package (BZ #1136050) |
|
|
|
|
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.7-3 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Wed Jul 02 2014 Dave Anderson <anderson@redhat.com> - 7.0.7-2 |
|
|
|
|
- Fix FTBS for aarch64 (BZ #1114588) |
|
|
|
|
|
|
|
|
|
* Wed Jun 11 2014 Dave Anderson <anderson@redhat.com> - 7.0.7-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
- Fix Fedora_21_Mass_Rebuild FTBFS (BZ #1106090) |
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.5-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Fri Feb 28 2014 Dave Anderson <anderson@redhat.com> - 7.0.5-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
- Use system readline library |
|
|
|
|
- Fix "crash --log vmcore" command for 3.11 and later kernels. |
|
|
|
|
|
|
|
|
|
* Tue Dec 17 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 7.0.4-2 |
|
|
|
|
- crash bundles gdb which bundles libiberty. Add virtual Provides for |
|
|
|
|
libiberty tracking. Open a bug for unbundling gdb RHBZ#1044119 |
|
|
|
|
|
|
|
|
|
* Mon Dec 16 2013 Dave Anderson <anderson@redhat.com> - 7.0.4-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
- Fix for ppc64 embedded gdb NULL pointer translation sigsegv |
|
|
|
|
- Fix for bt -F failure |
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-4 |
|
|
|
|
- Add lzo-devel and snappy-devel to crash-devel Requires line |
|
|
|
|
* Tue Oct 29 2013 Dave Anderson <anderson@redhat.com> - 7.0.3-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
|
|
|
|
|
* Tue Jul 23 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-3 |
|
|
|
|
- Build with snappy compression support |
|
|
|
|
* Wed Sep 04 2013 Dave Anderson <anderson@redhat.com> - 7.0.2-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
- Build with lzo and snappy compression capability |
|
|
|
|
|
|
|
|
|
* Tue Jul 9 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-2 |
|
|
|
|
- Fix for ppc64 Linux 3.10 vmalloc/user-space virtual address translation |
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.1-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Tue Jun 18 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-1 |
|
|
|
|
* Mon Jun 17 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|
- Build with LZO support |
|
|
|
|
- Add aarch64 as an exclusive arch |
|
|
|
|
|
|
|
|
|
* Tue Apr 9 2013 Dave Anderson <anderson@redhat.com> - 6.1.6-1 |
|
|
|
|
- Update to latest upstream release |
|
|
|
|