7f4b96
#
7f4b96
# crash core analysis suite
7f4b96
#
7f4b96
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
7f4b96
Name: crash
90eacb
Version: 7.2.9
90eacb
Release: 2%{?dist}
7f4b96
License: GPLv3
7f4b96
Group: Development/Debuggers
b255b1
Source0: https://github.com/crash-utility/crash/archive/crash-%{version}.tar.gz
b255b1
Source1: http://ftp.gnu.org/gnu/gdb/gdb-7.6.tar.gz
b255b1
URL: https://crash-utility.github.io
7f4b96
ExclusiveOS: Linux
7f4b96
ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm} aarch64 ppc64le
7f4b96
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
7f4b96
BuildRequires: ncurses-devel zlib-devel lzo-devel bison snappy-devel
7f4b96
Requires: binutils
b255b1
Provides: bundled(gdb) = 7.6
7f4b96
Patch0: lzo_snappy.patch
7f4b96
Patch1: rhel8_build.patch
90eacb
Patch2: rhel8_arm64_52_bit_fix.patch
7f4b96
7f4b96
%description
7f4b96
The core analysis suite is a self-contained tool that can be used to
7f4b96
investigate either live systems, kernel core dumps created from the
7f4b96
netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
7f4b96
offered by Mission Critical Linux, or the LKCD kernel patch.
7f4b96
7f4b96
%package devel
7f4b96
Requires: %{name} = %{version}, zlib-devel lzo-devel snappy-devel
7f4b96
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
7f4b96
Group: Development/Debuggers
7f4b96
7f4b96
%description devel
7f4b96
The core analysis suite is a self-contained tool that can be used to
7f4b96
investigate either live systems, kernel core dumps created from the
7f4b96
netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
7f4b96
offered by Mission Critical Linux, or the LKCD kernel patch.
7f4b96
7f4b96
%prep
7f4b96
%setup -n %{name}-%{version} -q
7f4b96
%patch0 -p1 -b lzo_snappy.patch
7f4b96
%patch1 -p1 -b rhel8_build.patch
90eacb
%patch2 -p1 -b rhel8_arm64_52_bit_fix.patch
7f4b96
7f4b96
%build
b255b1
cp %{SOURCE1} .
b255b1
#make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
b255b1
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}"
7f4b96
7f4b96
%install
7f4b96
rm -rf %{buildroot}
7f4b96
mkdir -p %{buildroot}%{_bindir}
7f4b96
make DESTDIR=%{buildroot} install
7f4b96
mkdir -p %{buildroot}%{_mandir}/man8
7f4b96
cp -p crash.8 %{buildroot}%{_mandir}/man8/crash.8
7f4b96
mkdir -p %{buildroot}%{_includedir}/crash
7f4b96
chmod 0644 defs.h
7f4b96
cp -p defs.h %{buildroot}%{_includedir}/crash
7f4b96
7f4b96
%clean
7f4b96
rm -rf %{buildroot}
7f4b96
7f4b96
%files
7f4b96
%defattr(-,root,root,-)
7f4b96
%{_bindir}/crash
7f4b96
%{_mandir}/man8/crash.8*
7f4b96
%doc README COPYING3
7f4b96
7f4b96
%files devel
7f4b96
%defattr(-,root,root,-)
7f4b96
%{_includedir}/*
7f4b96
7f4b96
%changelog
90eacb
* Tue Dec 1 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.9-2
90eacb
- Fix the sources file to add gdb-7.6 tarball
90eacb
  [The line was somehow removed when using rhpkg new-sources to
90eacb
   update the crash tarball location]
90eacb
  Resolves: rhbz#1881854
90eacb
90eacb
* Tue Dec 1 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.9-1
90eacb
- Rebase to upstream crash version 7.2.9
90eacb
- Also minimize the rhel-only patches to the bare minimum.
90eacb
  Resolves: rhbz#1881854
90eacb
90eacb
* Wed Nov 5 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-8
90eacb
- crash/arm64: Fix arm64 read error with 'idmap_ptrs_per_pgd' symbol with debug kernel
90eacb
  Resolves: rhbz#1876039
90eacb
90eacb
* Mon Aug 17 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-7
90eacb
- crash/sadump, kaslr: fix failure of calculating kaslr_offset due to an sadump format restriction
90eacb
  Resolves: rhbz#1855527
90eacb
90eacb
* Fri Aug 7 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-6
90eacb
- aarch64: Revert to reading CONFIG_ARM64_USER_VA_BITS_52 and CONFIG_ARM64_PA_BITS=52 for 52-bit VA/PA space.
90eacb
  Resolves: rhbz#1861086
90eacb
90eacb
* Mon Jul 27 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-5
90eacb
- aarch64: Support reading extended 52-bit address space via crash-utility
90eacb
  Resolves: rhbz#1861086
90eacb
90eacb
* Fri Jul 10 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-4
90eacb
- Replace people.redhat.com references with github equivalents.
90eacb
  Resolves: rhbz#1851745
90eacb
b255b1
* Mon Jun 22 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-3
b255b1
- Fix for reading compressed kdump dumpfiles from systems with physical memory
b255b1
  Resolves: rhbz#1819606
b255b1
b255b1
* Mon Jun 8 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-2
b255b1
- Remove wget from BuildRequires section
b255b1
  Resolves: rhbz#1838322
b255b1
b255b1
* Fri Jun 5 2020 Bhupesh Sharma <bhsharma@redhat.com> - 7.2.8-1
b255b1
- Rebase to latest upstream release 7.2.8
b255b1
  Resolves: rhbz#1838322
b255b1
b255b1
* Mon Feb  3 2020 Dave Anderson <anderson@redhat.com> - 7.2.7-3
b255b1
- Rebase to github commit 6c1c8ac6
b255b1
  Resolves: rhbz#1738619
b255b1
- Fix "log -a" option
b255b1
  Resolves: rhbz#1785537
b255b1
- Fix for ELF kdump vmcores form s390x KASLR kernels
b255b1
  Resolves: rhbz#1786996
b255b1
e20634
* Mon Nov 11 2019 Dave Anderson <anderson@redhat.com> - 7.2.7-2
e20634
- Rebase to latest upstream sources
e20634
  Resolves: rhbz#1738619
e20634
- Support for KASLR on s390x
e20634
  Resolves: rhbz# 1753172
e20634
7f4b96
* Mon Jun 10 2019 Dave Anderson <anderson@redhat.com> - 7.2.6-2
7f4b96
- Fix "p" command regression
7f4b96
  Resolves: rhbz#1718417  
7f4b96
- Fix arm64 debug kernel read error message during initialization
7f4b96
  Resolves: rhbz#1718736 
7f4b96
7f4b96
* Mon May  6 2019 Dave Anderson <anderson@redhat.com> - 7.2.6-1
7f4b96
- Rebase to latest upstream sources
7f4b96
  Resolves: rhbz#1686560 
7f4b96
- Utilize the VMCOREINFO PT_NOTE in /proc/kcore header
7f4b96
  Resolves: rhbz#1627528
7f4b96
- Support extraction of CONFIG_PROC_VMCORE_DEVICE_DUMP data from dumpfile header
7f4b96
  Resolves: rhbz#1702535
7f4b96
7f4b96
* Thu Feb 14 2019 Dave Anderson <anderson@redhat.com> - 7.2.3-18
7f4b96
- Fix "files -c" and "files -p" options
7f4b96
  Resolves: rhbz#1673285
7f4b96
7f4b96
* Mon Feb 11 2019 Dave Anderson <anderson@redhat.com> - 7.2.3-17
7f4b96
- Support for CONFIG_ARM64_USER_VA_BITS_52 and CONFIG_ARM64_PA_BITS=52
7f4b96
  Resolves: rhbz#1670099
7f4b96
7f4b96
* Tue Jan  8 2019 Dave Anderson <anderson@redhat.com> - 7.2.3-16
7f4b96
- Resurrect "dev -p" option.
7f4b96
- Fix "dev -[dD]" options to account for request_queue.in_flight[] removal.
7f4b96
  Resolves: rhbz#1662039
7f4b96
- Command line input fixes
7f4b96
  Resolves: rhbz#1664061
7f4b96
7f4b96
* Thu Dec 13 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-15
7f4b96
- Increase ppc64 MAX_PHYSMEM_BITS to match 4.18.0-35.el8 kernel backport
7f4b96
  Resolves: rhbz#1658628
7f4b96
7f4b96
* Thu Nov 29 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-14
7f4b96
- Fix for ARM64 "ps -s" memory allocation failure
7f4b96
  Resolves: rhbz#1654582
7f4b96
7f4b96
* Thu Oct 25 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-13
7f4b96
- Change "bt" warnings when exception RIP is legitimate mapped address
7f4b96
  Resolves: rhbz#1642221
7f4b96
7f4b96
* Mon Oct 15 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-12
7f4b96
- Address covscan issues
7f4b96
  Resolves: rhbz#1602466
7f4b96
- Fix for x86_64 5-level pagetable vmalloc range expansion
7f4b96
  Resolves: rhbz#1637125
7f4b96
7f4b96
* Wed Oct  4 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-11
7f4b96
- Fix ppc64 backtrace issues
7f4b96
  Resolves: rhbz#1633525
7f4b96
7f4b96
* Wed Sep 19 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-10
7f4b96
- Address annocheck build issues
7f4b96
  Resolves: rhbz#1624101
7f4b96
 
7f4b96
* Thu Aug  9 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-9
7f4b96
- Fix for live system (/proc/kcore) access when KALSR is in effect
7f4b96
  Resolves: rhbz#1611916
7f4b96
7f4b96
* Mon Jul 16 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-8
7f4b96
- Rebase to github commits 9b494b70_to_eb823b79
7f4b96
  Resolves: rhbz#1563495
7f4b96
7f4b96
* Fri Jun 22 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-7
7f4b96
- Rebase to github commits 28fa7bd0 to 02efd083
7f4b96
  Resolves: rhbz#1590751
7f4b96
  Resolves: rhbz#1592746
7f4b96
7f4b96
* Tue Jun 12 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-6
7f4b96
- github commit 1926150e: fix ppc64/ppc6le stacksize calculation
7f4b96
7f4b96
* Fri Jun  8 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-5
7f4b96
- Remove /dev/mem readmem error message and /proc/kcore switch messages 
7f4b96
  Resolves: rhbz#1585944
7f4b96
7f4b96
* Fri Jun  1 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-4
7f4b96
- Rebase to latest upstream sources
7f4b96
7f4b96
* Tue Nov 21 2017 Dave Anderson <anderson@redhat.com> - 7.2.0-2
7f4b96
- Rebase to github commits da9bd35a to e2efacdd
7f4b96
  Resolves: rhbz#1497316
7f4b96
7f4b96
* Wed Nov  1 2017 Dave Anderson <anderson@redhat.com> - 7.2.0-1
7f4b96
- Rebase to upstream version 7.2.0
7f4b96
- Rebase to github commits da9bd35a_to_e2efacdd.patch
7f4b96
  Resolves: rhbz#1497316
7f4b96
- ppc64le: fix for "WARNING: cannot access vmalloc'd module memory"
7f4b96
  Resolves: rhbz#1485391
7f4b96
- Support for analyzing an SADUMP crash dump if KASLR is enabled
7f4b96
  Resolves: rhbz#1504467
7f4b96
7f4b96
* Wed May  3 2017 Dave Anderson <anderson@redhat.com> - 7.1.9-2
7f4b96
- Rebase to github commits 87179026 to ad3b8476
7f4b96
  Resolves: rhbz#1393534
7f4b96
- Prohibit native gdb disassemble command when KASLR
7f4b96
  Resolves: rhbz#1445649
7f4b96
7f4b96
* Mon Apr 24 2017 Dave Anderson <anderson@redhat.com> - 7.1.9-1
7f4b96
- Rebase to upstream version 7.1.9
7f4b96
  Resolves: rhbz#1393534
7f4b96
- Fix gdb "set scope" option for KASLR kernels.
7f4b96
  Resolves: rhbz#1440725
7f4b96
- Fix for the determination of the x86_64 "phys_base" value when it is
7f4b96
  not passed in the VMCOREINFO data of ELF vmcores
7f4b96
  Resolves: rhbz#1439170
7f4b96
7f4b96
* Wed Mar  8 2017 Dave Anderson <anderson@redhat.com> - 7.1.8-2
7f4b96
- mod [-sS] command may erroneously reassign module symbol addresses
7f4b96
  Resolves: rhbz#1430091
7f4b96
7f4b96
* Fri Feb 24 2017 Dave Anderson <anderson@redhat.com> - 7.1.8-1
7f4b96
- Rebase to upstream version 7.1.8
7f4b96
  Resolves: rhbz#1393534
7f4b96
- POWER9 - Power ISA 3.0 related support for crash utility
7f4b96
  Resolves: rhbz#1368711
7f4b96
- crash package update - ppc64/ppc64le
7f4b96
  Resolves: rhbz#1384944
7f4b96
- exception RIP: unknown or invalid address
7f4b96
  Resolves: rhbz#1350457
7f4b96
- Crash does not always parse correctly the modules symbol tables
7f4b96
  Resolves: rhbz#1360415
7f4b96
- ARM64: crash live system from: WARNING: cannot read linux_banner string
7f4b96
  Resolves: rhbz#1392007
7f4b96
- kmem: invalid structure member offset: page_count
7f4b96
  Resolves: rhbz#1392011
7f4b96
- Kernel address space randomization [KASLR] support 
7f4b96
  Resolves: rhbz#1392658
7f4b96
- invalid structure size: tnt
7f4b96
  Resolves: rhbz#1420653
7f4b96
7f4b96
* Wed Sep 14 2016 Dave Anderson <anderson@redhat.com> - 7.1.5-2
7f4b96
- Fix for kernel module symbol gathering when the ordering of module
7f4b96
  symbol name strings does not match the order of the kernel_symbol
7f4b96
  structures.
7f4b96
- Resolves: rhbz#1375130
7f4b96
7f4b96
* Thu Apr 28 2016 Dave Anderson <anderson@redhat.com> - 7.1.5-1
7f4b96
- Rebase to upstream version 7.1.5
7f4b96
  Resolves: rhbz#1292566
7f4b96
- Decode clflushopt instruction
7f4b96
  Resolves: rhbz#1262479
7f4b96
- Support AArch64 QEMU generated dumps 
7f4b96
  Resolves: rhbz#1299873
7f4b96
- crash: zero-size memory allocation (aarch64) 
7f4b96
  Resolves: rhbz#1312738
7f4b96
7f4b96
* Tue Apr  5 2016 Dave Anderson <anderson@redhat.com> - 7.1.2-4
7f4b96
- crash: fails to read excluded pages by default on sadump-related format
7f4b96
  Resolves: rhbz#1304260
7f4b96
7f4b96
* Mon Nov 23 2015 Dave Anderson <anderson@redhat.com> - 7.1.2-3
7f4b96
- crash fails to read or wrongly reads some parts of memory in sadump vmcore format
7f4b96
  Resolves: rhbz#1282997
7f4b96
7f4b96
* Tue Aug  4 2015 Dave Anderson <anderson@redhat.com> - 7.1.2-2
7f4b96
- Fix "kmem -s <address>", "bt -F[F]", and "rd -S[S]" options in kernels 
7f4b96
  configured with CONFIG_SLUB having multiple-page slabs.
7f4b96
  Resolves: rhbz#1244003
7f4b96
- Fix for SIGSEGV generated by "bt -[f|F]" in ARM64 kernels.
7f4b96
  Resolves: rhbz#1248859
7f4b96
 
7f4b96
* Mon Jul 13 2015 Dave Anderson <anderson@redhat.com> - 7.1.2-1
7f4b96
- Rebase to upstream version 7.1.2
7f4b96
  Resolves: rhbz#1207696
7f4b96
- Fix several ppc64 backtrace issues
7f4b96
  Resolves: rhbz#1235447 
7f4b96
7f4b96
* Fri Jun 05 2015 Dave Anderson <anderson@redhat.com> - 7.1.1-2
7f4b96
- ARM64 backtrace enhancements
7f4b96
  Resolves: rhbz#1227508
7f4b96
7f4b96
* Thu May 28 2015 Dave Anderson <anderson@redhat.com> - 7.1.1-1
7f4b96
- Rebase to upstream version 7.1.1
7f4b96
  Resolves: rhbz#1207696
7f4b96
- Display s390x vector registers from a kernel dump.
7f4b96
  Resolves: rhbz#1182161
7f4b96
- Fix date displayed on initial system banner and by the "sys" command on ARM64.
7f4b96
  Resolves: rhbz#1223044
7f4b96
- Fix ARM64 page size calculation on 4.1 and later kernels.
7f4b96
  Resolves: rhbz#1222645
7f4b96
7f4b96
* Tue Apr 21 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-6
7f4b96
- Calculate ARM64 virtual memory layout based upon struct page size 
7f4b96
  Resolves: rhbz#1204941
7f4b96
7f4b96
* Tue Apr  7 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-5
7f4b96
- Support new sadump format that can represent more than 16 TB physical memory space
7f4b96
  Resolves: rhbz#1182383
7f4b96
7f4b96
* Mon Jan 26 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-4
7f4b96
  Fix ppc64 "bt" command for active tasks in compressed kdumps.
7f4b96
  Resolves: rhbz#1184401
7f4b96
7f4b96
* Mon Jan 12 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-3
7f4b96
  Fix "bt" command mislabeling errors.
7f4b96
  Resolves: rhbz#1179476
7f4b96
7f4b96
* Mon Dec 08 2014 Dave Anderson <anderson@redhat.com> - 7.0.9-2
7f4b96
- Use registers from QEMU-generated ELF and compressed kdump headers 
7f4b96
  for active task backtraces.
7f4b96
- Resolves: rhbz#1169555
7f4b96
7f4b96
* Fri Nov 14 2014 Dave Anderson <anderson@redhat.com> - 7.0.9-1
7f4b96
- Rebase to upstream version 7.0.9.
7f4b96
- Resolves: rhbz#1110513
7f4b96
7f4b96
* Tue Sep 23 2014 Dave Anderson <anderson@redhat.com> - 7.0.8-2
7f4b96
- Fix ps performance patch regression on live systems.
7f4b96
- Resolves: rhbz#1134177
7f4b96
- Minor build-related fixes for ppc64le.
7f4b96
- Resolves: rhbz#1123991
7f4b96
7f4b96
* Fri Sep 12 2014 Dave Anderson <anderson@redhat.com> - 7.0.8-1
7f4b96
- Rebase to upstream version 7.0.8.
7f4b96
- Resolves: rhbz#1110513
7f4b96
- Fix to calculate the physical base address of dumpfiles created
7f4b96
  by a "virsh dump" of an OVMF guest.
7f4b96
- Resolves: rhbz#1080698
7f4b96
- Support for aarch64 architecture.
7f4b96
- Resolves: rhbz#1110551
7f4b96
- Fix to prevent crash from spinning endlessly on a corrupted/truncated
7f4b96
  dumpfile whose bitmap data is not wholly contained within the file.
7f4b96
- Resolves: rhbz#1114088
7f4b96
- Support for ppc64le architecture.
7f4b96
- Resolves: rhbz#1123991
7f4b96
7f4b96
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 7.0.2-6
7f4b96
- Mass rebuild 2014-01-24
7f4b96
7f4b96
* Fri Jan 24 2014 Dave Anderson <anderson@redhat.com> - 7.0.2-5
7f4b96
- Fix for a missing kernel-mode exception frame dump by the x86_64 
7f4b96
  "bt" command if a page fault was generated by a bogus RIP.
7f4b96
- Resolves: rhbz#1057353
7f4b96
- Fix for the x86_64 "bt" command to prevent an unwarranted message
7f4b96
  indicating "WARNING: possibly bogus exception frame" generated
7f4b96
  from a blocked kernel thread that was in the process of exec'ing
7f4b96
  a user process via the call_usermodehelper() facility.
7f4b96
- Resolves: rhbz#1057357
7f4b96
7f4b96
* Fri Jan 10 2014 Dave Anderson <anderson@redhat.com> - 7.0.2-4
7f4b96
- Fixes for "kmem -S" command for CONFIG_SLUB.
7f4b96
- Resolves: rhbz#1045591
7f4b96
- Increase S390X NR_CPUS
7f4b96
- Resolves: rhbz#1051156
7f4b96
7f4b96
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 7.0.2-3
7f4b96
- Mass rebuild 2013-12-27
7f4b96
7f4b96
* Tue Oct 29 2013 Dave Anderson <anderson@redhat.com> - 7.0.2-2
7f4b96
- Compressed kdump 46-bit physical memory support
7f4b96
  Resolves: rhbz#1015250
7f4b96
- Fix incorrect backtrace for dumps taken with "virsh dump --memory-only"
7f4b96
  Resolves: rhbz#1020469
7f4b96
- Fix cpu number display on systems with more than 254 cpus
7f4b96
  Resolves: rhbz#1020536
7f4b96
7f4b96
* Wed Sep 04 2013 Dave Anderson <anderson@redhat.com> - 7.0.2-1
7f4b96
- Update to latest upstream release
7f4b96
- Fix for ppc64 embedded gdb NULL pointer translation sigsegv
7f4b96
- Fix for bt -F failure
7f4b96
7f4b96
* Fri Jul 26 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-4
7f4b96
- Add lzo-devel and snappy-devel to crash-devel Requires line
7f4b96
7f4b96
* Tue Jul 23 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-3
7f4b96
- Build with snappy compression support
7f4b96
7f4b96
* Tue Jul  9 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-2
7f4b96
- Fix for ppc64 Linux 3.10 vmalloc/user-space virtual address translation
7f4b96
7f4b96
* Tue Jun 18 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-1
7f4b96
- Update to latest upstream release
7f4b96
- Build with LZO support
7f4b96
7f4b96
* Tue Apr  9 2013 Dave Anderson <anderson@redhat.com> - 6.1.6-1
7f4b96
- Update to latest upstream release
7f4b96
7f4b96
* Tue Feb 19 2013 Dave Anderson <anderson@redhat.com> - 6.1.4-1
7f4b96
- Update to latest upstream release
7f4b96
7f4b96
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1.2-2
7f4b96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7f4b96
7f4b96
* Wed Jan  9 2013 Dave Anderson <anderson@redhat.com> - 6.1.2-1
7f4b96
- Update to latest upstream release
7f4b96
7f4b96
* Tue Nov 27 2012 Dave Anderson <anderson@redhat.com> - 6.1.1-1
7f4b96
- Update to latest upstream release
7f4b96
7f4b96
* Mon Sep  1 2012 Dave Anderson <anderson@redhat.com> - 6.1.0-1
7f4b96
- Add ppc to ExclusiveArch list
7f4b96
- Update to latest upstream release
7f4b96
7f4b96
* Tue Aug 21 2012 Dave Anderson <anderson@redhat.com> - 6.0.9-1
7f4b96
- Update to latest upstream release
7f4b96
7f4b96
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.8-2
7f4b96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7f4b96
7f4b96
* Mon Jul  1 2012 Dave Anderson <anderson@redhat.com> - 6.0.8-1
7f4b96
- Update to latest upstream release.
7f4b96
- Replace usage of "struct siginfo" with "siginfo_t".
7f4b96
7f4b96
* Mon Apr 30 2012 Dave Anderson <anderson@redhat.com> - 6.0.6-1
7f4b96
- Update to latest upstream release
7f4b96
7f4b96
* Mon Mar 26 2012 Dave Anderson <anderson@redhat.com> - 6.0.5-1
7f4b96
- Update to latest upstream release
7f4b96
7f4b96
* Wed Jan  4 2012 Dave Anderson <anderson@redhat.com> - 6.0.2-1
7f4b96
- Update to latest upstream release
7f4b96
7f4b96
* Wed Oct 26 2011 Dave Anderson <anderson@redhat.com> - 6.0.0-1
7f4b96
- Update to latest upstream release
7f4b96
7f4b96
* Tue Sep 20 2011 Dave Anderson <anderson@redhat.com> - 5.1.8-1
7f4b96
- Update to latest upstream release
7f4b96
- Additional fixes for gcc-4.6 -Werror compile failures for ARM architecture.
7f4b96
7f4b96
* Thu Sep  1 2011 Dave Anderson <anderson@redhat.com> - 5.1.7-2
7f4b96
- Fixes for gcc-4.6 -Werror compile failures for ARM architecture.
7f4b96
7f4b96
* Wed Aug 17 2011 Dave Anderson <anderson@redhat.com> - 5.1.7-1
7f4b96
- Update to latest upstream release
7f4b96
- Fixes for gcc-4.6 -Werror compile failures for ppc64/ppc.
7f4b96
7f4b96
* Tue May 31 2011 Peter Robinson <pbrobinson@gmail.com> - 5.1.5-1
7f4b96
- Update to latest upstream release
7f4b96
- Add ARM to the Exclusive arch
7f4b96
7f4b96
* Wed Feb 25 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-2
7f4b96
- Fixes for gcc-4.6 -Werror compile failures in gdb module.  
7f4b96
7f4b96
* Wed Feb 23 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-1
7f4b96
- Upstream version.
7f4b96
7f4b96
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.6-3
7f4b96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7f4b96
7f4b96
* Tue Jul 20 2010 Dave Anderson <anderson@redhat.com> - 5.0.6-2
7f4b96
- Bump version.
7f4b96
7f4b96
* Tue Jul 20 2010 Dave Anderson <anderson@redhat.com> - 5.0.6-1
7f4b96
- Update to upstream version.
7f4b96
7f4b96
* Fri Sep 11 2009 Dave Anderson <anderson@redhat.com> - 4.0.9-2
7f4b96
  Bump version.
7f4b96
7f4b96
* Fri Sep 11 2009 Dave Anderson <anderson@redhat.com> - 4.0.9-1
7f4b96
- Update to upstream release, which allows the removal of the 
7f4b96
  Revision tag workaround, the crash-4.0-8.11-dwarf3.patch and 
7f4b96
  the crash-4.0-8.11-optflags.patch
7f4b96
7f4b96
* Sun Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0.8.11-2
7f4b96
- Fix reading of dwarf 3 DW_AT_data_member_location
7f4b96
- Use proper compiler flags
7f4b96
7f4b96
* Wed Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0.8.11-1
7f4b96
- Update to later upstream release
7f4b96
- Fix abuse of Revision tag
7f4b96
7f4b96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7f4b96
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-9.7.2
7f4b96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7f4b96
7f4b96
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-8.7.2
7f4b96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7f4b96
7f4b96
* Thu Feb 19 2009 Dave Anderson <anderson@redhat.com> - 4.0-7.7.2
7f4b96
- Replace exclusive arch i386 with ix86.
7f4b96
7f4b96
* Thu Feb 19 2009 Dave Anderson <anderson@redhat.com> - 4.0-7.7.1
7f4b96
- Updates to this file per crash merge review
7f4b96
- Update to upstream version 4.0-7.7.  Full changelog viewable in:
7f4b96
    http://people.redhat.com/anderson/crash.changelog.html
7f4b96
7f4b96
* Tue Jul 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4.0-7
7f4b96
- fix license tag
7f4b96
7f4b96
* Tue Apr 29 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.3
7f4b96
- Added crash-devel subpackage
7f4b96
- Updated crash.patch to match upstream version 4.0-6.3
7f4b96
7f4b96
* Wed Feb 20 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.0.5
7f4b96
- Second attempt at addressing the GCC 4.3 build, which failed due
7f4b96
  to additional ptrace.h includes in the lkcd vmdump header files.
7f4b96
7f4b96
* Wed Feb 20 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.0.4
7f4b96
- First attempt at addressing the GCC 4.3 build, which failed on x86_64
7f4b96
  because ptrace-abi.h (included by ptrace.h) uses the "u32" typedef,
7f4b96
  which relies on <asm/types.h>, and include/asm-x86_64/types.h
7f4b96
  does not not typedef u32 as done in include/asm-x86/types.h.
7f4b96
7f4b96
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.0-6.0.3
7f4b96
- Autorebuild for GCC 4.3
7f4b96
7f4b96
* Wed Jan 23 2008 Dave Anderson <anderson@redhat.com> - 4.0-5.0.3
7f4b96
- Updated crash.patch to match upstream version 4.0-5.0.
7f4b96
7f4b96
* Wed Aug 29 2007 Dave Anderson <anderson@redhat.com> - 4.0-4.6.2
7f4b96
- Updated crash.patch to match upstream version 4.0-4.6.
7f4b96
7f4b96
* Wed Sep 13 2006 Dave Anderson <anderson@redhat.com> - 4.0-3.3
7f4b96
- Updated crash.patch to match upstream version 4.0-3.3.
7f4b96
- Support for x86_64 relocatable kernels.  BZ #204557
7f4b96
7f4b96
* Mon Aug  7 2006 Dave Anderson <anderson@redhat.com> - 4.0-3.1
7f4b96
- Updated crash.patch to match upstream version 4.0-3.1.
7f4b96
- Added kdump reference to description.
7f4b96
- Added s390 and s390x to ExclusiveArch list.  BZ #199125
7f4b96
- Removed LKCD v1 pt_regs references for s390/s390x build.
7f4b96
- Removed LKCD v2_v3 pt_regs references for for s390/s390x build.
7f4b96
7f4b96
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 4.0-3
7f4b96
- rebuild
7f4b96
7f4b96
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.4
7f4b96
- Updated crash.patch such that <asm/page.h> is not #include'd
7f4b96
  by s390_dump.c; IBM did not make the file s390[s] only; BZ #192719
7f4b96
7f4b96
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.3
7f4b96
- Updated crash.patch such that <asm/page.h> is not #include'd
7f4b96
  by vas_crash.h; only ia64 build complained; BZ #191719
7f4b96
7f4b96
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.2
7f4b96
- Updated crash.patch such that <asm/segment.h> is not #include'd
7f4b96
  by lkcd_x86_trace.c; also for BZ #191719
7f4b96
7f4b96
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.1
7f4b96
- Updated crash.patch to bring it up to 4.0-2.26, which should 
7f4b96
  address BZ #191719 - "crash fails to build in mock"
7f4b96
7f4b96
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.0-2.18.1
7f4b96
- rebuilt for new gcc4.1 snapshot and glibc changes
7f4b96
7f4b96
* Wed Jan 04 2006 Dave Anderson <anderson@redhat.com> 4.0-2.18
7f4b96
- Updated source package to crash-4.0.tar.gz, and crash.patch
7f4b96
  to bring it up to 4.0-2.18.
7f4b96
7f4b96
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
7f4b96
- rebuilt
7f4b96
7f4b96
* Thu Mar 03 2005 Dave Anderson <anderson@redhat.com> 3.10-13
7f4b96
- Compiler error- and warning-related fixes for gcc 4 build.
7f4b96
- Update to enhance x86 and x86_64 gdb disassembly output so as to
7f4b96
  symbolically display call targets from kernel module text without
7f4b96
  requiring module debuginfo data.
7f4b96
- Fix hole where an ia64 vmcore could be mistakenly accepted as a
7f4b96
  usable dumpfile on an x86_64 machine, leading eventually to a
7f4b96
  non-related error message.
7f4b96
* Wed Mar 02 2005 Dave Anderson <anderson@redhat.com> 3.10-12
7f4b96
- rebuild (gcc 4)
7f4b96
* Thu Feb 10 2005 Dave Anderson <anderson@redhat.com> 3.10-9
7f4b96
- Updated source package to crash-3.10.tar.gz, containing
7f4b96
  IBM's final ppc64 processor support for RHEL4
7f4b96
- Fixes potential "bt -a" hang on dumpfile where netdump IPI interrupted
7f4b96
  an x86 process while executing the instructions just after it had entered
7f4b96
  the kernel for a syscall, but before calling the handler.  BZ #139437
7f4b96
- Update to handle backtraces in dumpfiles generated on IA64 with the
7f4b96
  INIT switch (functionality intro'd in RHEL3-U5 kernel).  BZ #139429
7f4b96
- Fix for handling ia64 and x86_64 machines booted with maxcpus=1 on
7f4b96
  an SMP kernel.  BZ #139435
7f4b96
- Update to handle backtraces in dumpfiles generated on x86_64 from the
7f4b96
  NMI exception stack (functionality intro'd in RHEL3-U5 kernel).
7f4b96
- "kmem -[sS]" beefed up to more accurately verify slab cache chains
7f4b96
  and report errors found.
7f4b96
- Fix for ia64 INIT switch-generated backtrace handling when
7f4b96
  init_handler_platform() is inlined into ia64_init_handler();
7f4b96
  properly handles both RHEL3 and RHEL4 kernel patches.
7f4b96
  BZ #138350
7f4b96
- Update to enhance ia64 gdb disassembly output so as to
7f4b96
  symbolically display call targets from kernel module
7f4b96
  text without requiring module debuginfo data.
7f4b96
7f4b96
* Wed Jul 14 2004 Dave Anderson <anderson@redhat.com> 3.8-5
7f4b96
- bump release for fc3
7f4b96
7f4b96
* Tue Jul 13 2004 Dave Anderson <anderson@redhat.com> 3.8-4
7f4b96
- Fix for gcc 3.4.x/gdb issue where vmlinux was mistakenly presumed non-debug 
7f4b96
7f4b96
* Fri Jun 25 2004 Dave Anderson <anderson@redhat.com> 3.8-3
7f4b96
- remove (harmless) error message during ia64 diskdump invocation when
7f4b96
  an SMP system gets booted with maxcpus=1
7f4b96
- several 2.6 kernel specific updates
7f4b96
7f4b96
* Thu Jun 17 2004 Dave Anderson <anderson@redhat.com> 3.8-2
7f4b96
- updated source package to crash-3.8.tar.gz 
7f4b96
- diskdump support
7f4b96
- x86_64 processor support 
7f4b96
7f4b96
* Mon Sep 22 2003 Dave Anderson <anderson@redhat.com> 3.7-5
7f4b96
- make bt recovery code start fix-up only upon reaching first faulting frame
7f4b96
7f4b96
* Fri Sep 19 2003 Dave Anderson <anderson@redhat.com> 3.7-4
7f4b96
- fix "bt -e" and bt recovery code to recognize new __KERNEL_CS and DS
7f4b96
7f4b96
* Wed Sep 10 2003 Dave Anderson <anderson@redhat.com> 3.7-3
7f4b96
- patch to recognize per-cpu GDT changes that redefine __KERNEL_CS and DS
7f4b96
7f4b96
* Wed Sep 10 2003 Dave Anderson <anderson@redhat.com> 3.7-2
7f4b96
- patches for netdump active_set determination and slab info gathering 
7f4b96
7f4b96
* Wed Aug 20 2003 Dave Anderson <anderson@redhat.com> 3.7-1
7f4b96
- updated source package to crash-3.7.tar.gz
7f4b96
7f4b96
* Wed Jul 23 2003 Dave Anderson <anderson@redhat.com> 3.6-1
7f4b96
- removed Packager, Distribution, and Vendor tags
7f4b96
- updated source package to crash-3.6.tar.gz 
7f4b96
7f4b96
* Fri Jul 18 2003 Jay Fenlason <fenlason@redhat.com> 3.5-2
7f4b96
- remove ppc from arch list, since it doesn't work with ppc64 kernels
7f4b96
- remove alpha from the arch list since we don't build it any more
7f4b96
7f4b96
* Fri Jul 18 2003 Matt Wilson <msw@redhat.com> 3.5-1
7f4b96
- use %%defattr(-,root,root)
7f4b96
7f4b96
* Tue Jul 15 2003 Jay Fenlason <fenlason@redhat.com>
7f4b96
- Updated spec file as first step in turning this into a real RPM for taroon.
7f4b96
- Wrote man page.