474a44
#
474a44
# crash core analysis suite
474a44
#
474a44
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
474a44
Name: crash
474a44
Version: 7.2.3
474a44
Release: 10%{?dist}
474a44
License: GPLv3
474a44
Group: Development/Debuggers
474a44
Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
474a44
URL: http://people.redhat.com/anderson
474a44
ExclusiveOS: Linux
474a44
ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm} aarch64 ppc64le
474a44
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
474a44
BuildRequires: ncurses-devel zlib-devel lzo-devel bison snappy-devel
474a44
Requires: binutils
474a44
Patch0: lzo_snappy.patch
474a44
Patch1: rhel7.6-s390-nat.patch
474a44
Patch2: github_46d21219.patch
474a44
Patch3: github_a6cd8408_mach-m.patch
474a44
Patch4: github_da49e201_cpu_entry_area.patch
474a44
Patch5: github_9446958f_95daa11b_bpf_covscan.patch
474a44
Patch6: github_b9d76838_c79a11fa_proc_kcore.patch
474a44
Patch7: github_1926150e_ppc64_stacksize.patch
474a44
Patch8: github_f294197b_bpf_idr.patch
474a44
Patch9: github_28fa7bd0_ppc64_increase_VA_range.patch
474a44
Patch10: github_5fe78861_ppc64_invalid_NIP.patch
474a44
Patch11: github_7e393689_ppc64_bt_user_space.patch
474a44
Patch12: github_6596f112_alternate_list_loop_detect.patch
474a44
Patch13: github_0f65ae0c_readline_tab_completion.patch
474a44
Patch14: github_6b93714b_cmdline.patch
474a44
474a44
%description
474a44
The core analysis suite is a self-contained tool that can be used to
474a44
investigate either live systems, kernel core dumps created from the
474a44
netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
474a44
offered by Mission Critical Linux, or the LKCD kernel patch.
474a44
474a44
%package devel
474a44
Requires: %{name} = %{version}, zlib-devel lzo-devel snappy-devel
474a44
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
474a44
Group: Development/Debuggers
474a44
474a44
%description devel
474a44
The core analysis suite is a self-contained tool that can be used to
474a44
investigate either live systems, kernel core dumps created from the
474a44
netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
474a44
offered by Mission Critical Linux, or the LKCD kernel patch.
474a44
474a44
%prep
474a44
%setup -n %{name}-%{version} -q
474a44
%patch0 -p1 -b lzo_snappy.patch
474a44
%patch1 -p1 -b rhel7.6-s390-nat.patch
474a44
%patch2 -p1 -b github_46d21219.patch
474a44
%patch3 -p1 -b github_a6cd8408_mach-m.patch
474a44
%patch4 -p1 -b github_da49e201_cpu_entry_area.patch
474a44
%patch5 -p1 -b github_9446958f_95daa11b_bpf_covscan.patch
474a44
%patch6 -p1 -b github_b9d76838_c79a11fa_proc_kcore.patch
474a44
%patch7 -p1 -b github_1926150e_ppc64_stacksize.patch
474a44
%patch8 -p1 -b github_f294197b_bpf_idr.patch
474a44
%patch9 -p1 -b github_28fa7bd0_ppc64_increase_VA_range.patch
474a44
%patch10 -p1 -b github_5fe78861_ppc64_invalid_NIP.patch
474a44
%patch11 -p1 -b github_7e393689_ppc64_bt_user_space.patch
474a44
%patch12 -p1 -b github_6596f112_alternate_list_loop_detect.patch
474a44
%patch13 -p1 -b github_0f65ae0c_readline_tab_completion.patch
474a44
%patch14 -p1 -b github_6b93714b_cmdline.patch
474a44
474a44
%build
474a44
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
474a44
474a44
%install
474a44
rm -rf %{buildroot}
474a44
mkdir -p %{buildroot}%{_bindir}
474a44
make DESTDIR=%{buildroot} install
474a44
mkdir -p %{buildroot}%{_mandir}/man8
474a44
cp -p crash.8 %{buildroot}%{_mandir}/man8/crash.8
474a44
mkdir -p %{buildroot}%{_includedir}/crash
474a44
chmod 0644 defs.h
474a44
cp -p defs.h %{buildroot}%{_includedir}/crash
474a44
474a44
%clean
474a44
rm -rf %{buildroot}
474a44
474a44
%files
474a44
%defattr(-,root,root,-)
474a44
%{_bindir}/crash
474a44
%{_mandir}/man8/crash.8*
474a44
%doc README COPYING3
474a44
474a44
%files devel
474a44
%defattr(-,root,root,-)
474a44
%{_includedir}/*
474a44
474a44
%changelog
474a44
* Tue Jan  8 2019 Dave Anderson <anderson@redhat.com> - 7.2.3-10
474a44
- Restrict command line to 1500 bytes
474a44
  Resolves: rhbz#1663792
474a44
474a44
* Wed Jan  2 2019 Dave Anderson <anderson@redhat.com> - 7.2.3-9
474a44
- Alternate list loop detection option
474a44
  Resolves: rhbz#1595389
474a44
- Readline library tab completion plugin
474a44
  Resolves: rhbz#1656165
474a44
474a44
* Mon Sep 17 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-8
474a44
- Fix ppc64 "bt" command failure reporting invalid NIP value for a user-space task. 
474a44
  Resolves: rhbz#1617936
474a44
474a44
* Thu Sep 13 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-7
474a44
- Support ppc64 increased VA range
474a44
- Fix ppc64 "bt" command failure reporting invalid NIP value
474a44
  Resolves: rhbz#1617936
474a44
474a44
* Fri Jul  6 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-6
474a44
- Fix for RHEL7 kernel's eBPF support that uses old IDR facility
474a44
  Resolves: rhbz#1559758
474a44
474a44
* Mon Jun 11 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-5
474a44
- Rebase to github commits b9d76838 to c79a11fa
474a44
  Resolves: rhbz#1559460
474a44
- Fix ppc64/ppc6le stacksize calculation
474a44
  Resolves: rhbz#1589685
474a44
474a44
* Fri Jun  1 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-4
474a44
- Fix bpf.c covscan issues
474a44
  Resolves: rhbz#1559758
474a44
474a44
* Fri Jun  1 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-3
474a44
- Rebase to github commits a6cd8408 to da49e201 
474a44
  Resolves: rhbz#1559460
474a44
474a44
* Tue May 29 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-2
474a44
- Work around rhel-7.6 s390/s390x ptrace.h incompatiblity FTBFS issue
474a44
- Rebase to github commit 46d21219
474a44
  Resolves: rhbz#1559460
474a44
474a44
* Fri May 18 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-1
474a44
- Rebase to upstream version 7.2.3
474a44
  Resolves: rhbz#1559460
474a44
- eBPF support with new bpf command
474a44
  Resolves: rhbz#1559758
474a44
474a44
* Mon Feb 12 2018 Dave Anderson <anderson@redhat.com> - 7.2.0-6
474a44
- Fix arm64 backtrace issues seen in Linux 4.14
474a44
  Resolves: rhbz#1542312
474a44
474a44
* Fri Jan 26 2018 Dave Anderson <anderson@redhat.com> - 7.2.0-5
474a44
- Additional support for analyzing an SADUMP dumpfile if KASLR
474a44
  and KPTI are both enabled
474a44
  Resolves: rhbz#1504467
474a44
474a44
* Mon Jan 22 2018 Dave Anderson <anderson@redhat.com> - 7.2.0-4
474a44
- Add support for KPTI entry trampoline stack
474a44
  Resolves: rhbz#1534308
474a44
 
474a44
* Thu Jan 11 2018 Dave Anderson <anderson@redhat.com> - 7.2.0-3
474a44
- Rebase to github commits 494a796e to 63419fb9
474a44
  Resolves: rhbz#1497316
474a44
- Fix IRQ stack transition failure due to kernel's removal of 64-byte gap
474a44
  Resolves: rhbz#1530887
474a44
474a44
* Tue Nov 21 2017 Dave Anderson <anderson@redhat.com> - 7.2.0-2
474a44
- Rebase to github commits f852f5ce to 03a3e57b
474a44
  Resolves: rhbz#1497316
474a44
474a44
* Wed Nov  1 2017 Dave Anderson <anderson@redhat.com> - 7.2.0-1
474a44
- Rebase to upstream version 7.2.0
474a44
- Rebase to github commits da9bd35a to e2efacdd
474a44
  Resolves: rhbz#1497316
474a44
- ppc64le: fix for "WARNING: cannot access vmalloc'd module memory"
474a44
  Resolves: rhbz#1485391
474a44
- Support for analyzing an SADUMP crash dump if KASLR is enabled
474a44
  Resolves: rhbz#1504467
474a44
474a44
* Wed May  3 2017 Dave Anderson <anderson@redhat.com> - 7.1.9-2
474a44
- Rebase to github commits 87179026 to ad3b8476
474a44
  Resolves: rhbz#1393534
474a44
- Prohibit native gdb disassemble command when KASLR
474a44
  Resolves: rhbz#1445649
474a44
474a44
* Mon Apr 24 2017 Dave Anderson <anderson@redhat.com> - 7.1.9-1
474a44
- Rebase to upstream version 7.1.9
474a44
  Resolves: rhbz#1393534
474a44
- Fix gdb "set scope" option for KASLR kernels.
474a44
  Resolves: rhbz#1440725
474a44
- Fix for the determination of the x86_64 "phys_base" value when it is
474a44
  not passed in the VMCOREINFO data of ELF vmcores
474a44
  Resolves: rhbz#1439170
474a44
474a44
* Wed Mar  8 2017 Dave Anderson <anderson@redhat.com> - 7.1.8-2
474a44
- mod [-sS] command may erroneously reassign module symbol addresses
474a44
  Resolves: rhbz#1430091
474a44
474a44
* Fri Feb 24 2017 Dave Anderson <anderson@redhat.com> - 7.1.8-1
474a44
- Rebase to upstream version 7.1.8
474a44
  Resolves: rhbz#1393534
474a44
- POWER9 - Power ISA 3.0 related support for crash utility
474a44
  Resolves: rhbz#1368711
474a44
- crash package update - ppc64/ppc64le
474a44
  Resolves: rhbz#1384944
474a44
- exception RIP: unknown or invalid address
474a44
  Resolves: rhbz#1350457
474a44
- Crash does not always parse correctly the modules symbol tables
474a44
  Resolves: rhbz#1360415
474a44
- ARM64: crash live system from: WARNING: cannot read linux_banner string
474a44
  Resolves: rhbz#1392007
474a44
- kmem: invalid structure member offset: page_count
474a44
  Resolves: rhbz#1392011
474a44
- Kernel address space randomization [KASLR] support 
474a44
  Resolves: rhbz#1392658
474a44
- invalid structure size: tnt
474a44
  Resolves: rhbz#1420653
474a44
474a44
* Wed Sep 14 2016 Dave Anderson <anderson@redhat.com> - 7.1.5-2
474a44
- Fix for kernel module symbol gathering when the ordering of module
474a44
  symbol name strings does not match the order of the kernel_symbol
474a44
  structures.
474a44
- Resolves: rhbz#1375130
474a44
474a44
* Thu Apr 28 2016 Dave Anderson <anderson@redhat.com> - 7.1.5-1
474a44
- Rebase to upstream version 7.1.5
474a44
  Resolves: rhbz#1292566
474a44
- Decode clflushopt instruction
474a44
  Resolves: rhbz#1262479
474a44
- Support AArch64 QEMU generated dumps 
474a44
  Resolves: rhbz#1299873
474a44
- crash: zero-size memory allocation (aarch64) 
474a44
  Resolves: rhbz#1312738
474a44
474a44
* Tue Apr  5 2016 Dave Anderson <anderson@redhat.com> - 7.1.2-4
474a44
- crash: fails to read excluded pages by default on sadump-related format
474a44
  Resolves: rhbz#1304260
474a44
474a44
* Mon Nov 23 2015 Dave Anderson <anderson@redhat.com> - 7.1.2-3
474a44
- crash fails to read or wrongly reads some parts of memory in sadump vmcore format
474a44
  Resolves: rhbz#1282997
474a44
474a44
* Tue Aug  4 2015 Dave Anderson <anderson@redhat.com> - 7.1.2-2
474a44
- Fix "kmem -s <address>", "bt -F[F]", and "rd -S[S]" options in kernels 
474a44
  configured with CONFIG_SLUB having multiple-page slabs.
474a44
  Resolves: rhbz#1244003
474a44
- Fix for SIGSEGV generated by "bt -[f|F]" in ARM64 kernels.
474a44
  Resolves: rhbz#1248859
474a44
 
474a44
* Mon Jul 13 2015 Dave Anderson <anderson@redhat.com> - 7.1.2-1
474a44
- Rebase to upstream version 7.1.2
474a44
  Resolves: rhbz#1207696
474a44
- Fix several ppc64 backtrace issues
474a44
  Resolves: rhbz#1235447 
474a44
474a44
* Fri Jun 05 2015 Dave Anderson <anderson@redhat.com> - 7.1.1-2
474a44
- ARM64 backtrace enhancements
474a44
  Resolves: rhbz#1227508
474a44
474a44
* Thu May 28 2015 Dave Anderson <anderson@redhat.com> - 7.1.1-1
474a44
- Rebase to upstream version 7.1.1
474a44
  Resolves: rhbz#1207696
474a44
- Display s390x vector registers from a kernel dump.
474a44
  Resolves: rhbz#1182161
474a44
- Fix date displayed on initial system banner and by the "sys" command on ARM64.
474a44
  Resolves: rhbz#1223044
474a44
- Fix ARM64 page size calculation on 4.1 and later kernels.
474a44
  Resolves: rhbz#1222645
474a44
474a44
* Tue Apr 21 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-6
474a44
- Calculate ARM64 virtual memory layout based upon struct page size 
474a44
  Resolves: rhbz#1204941
474a44
474a44
* Tue Apr  7 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-5
474a44
- Support new sadump format that can represent more than 16 TB physical memory space
474a44
  Resolves: rhbz#1182383
474a44
474a44
* Mon Jan 26 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-4
474a44
  Fix ppc64 "bt" command for active tasks in compressed kdumps.
474a44
  Resolves: rhbz#1184401
474a44
474a44
* Mon Jan 12 2015 Dave Anderson <anderson@redhat.com> - 7.0.9-3
474a44
  Fix "bt" command mislabeling errors.
474a44
  Resolves: rhbz#1179476
474a44
474a44
* Mon Dec 08 2014 Dave Anderson <anderson@redhat.com> - 7.0.9-2
474a44
- Use registers from QEMU-generated ELF and compressed kdump headers 
474a44
  for active task backtraces.
474a44
- Resolves: rhbz#1169555
474a44
474a44
* Fri Nov 14 2014 Dave Anderson <anderson@redhat.com> - 7.0.9-1
474a44
- Rebase to upstream version 7.0.9.
474a44
- Resolves: rhbz#1110513
474a44
474a44
* Tue Sep 23 2014 Dave Anderson <anderson@redhat.com> - 7.0.8-2
474a44
- Fix ps performance patch regression on live systems.
474a44
- Resolves: rhbz#1134177
474a44
- Minor build-related fixes for ppc64le.
474a44
- Resolves: rhbz#1123991
474a44
474a44
* Fri Sep 12 2014 Dave Anderson <anderson@redhat.com> - 7.0.8-1
474a44
- Rebase to upstream version 7.0.8.
474a44
- Resolves: rhbz#1110513
474a44
- Fix to calculate the physical base address of dumpfiles created
474a44
  by a "virsh dump" of an OVMF guest.
474a44
- Resolves: rhbz#1080698
474a44
- Support for aarch64 architecture.
474a44
- Resolves: rhbz#1110551
474a44
- Fix to prevent crash from spinning endlessly on a corrupted/truncated
474a44
  dumpfile whose bitmap data is not wholly contained within the file.
474a44
- Resolves: rhbz#1114088
474a44
- Support for ppc64le architecture.
474a44
- Resolves: rhbz#1123991
474a44
474a44
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 7.0.2-6
474a44
- Mass rebuild 2014-01-24
474a44
474a44
* Fri Jan 24 2014 Dave Anderson <anderson@redhat.com> - 7.0.2-5
474a44
- Fix for a missing kernel-mode exception frame dump by the x86_64 
474a44
  "bt" command if a page fault was generated by a bogus RIP.
474a44
- Resolves: rhbz#1057353
474a44
- Fix for the x86_64 "bt" command to prevent an unwarranted message
474a44
  indicating "WARNING: possibly bogus exception frame" generated
474a44
  from a blocked kernel thread that was in the process of exec'ing
474a44
  a user process via the call_usermodehelper() facility.
474a44
- Resolves: rhbz#1057357
474a44
474a44
* Fri Jan 10 2014 Dave Anderson <anderson@redhat.com> - 7.0.2-4
474a44
- Fixes for "kmem -S" command for CONFIG_SLUB.
474a44
- Resolves: rhbz#1045591
474a44
- Increase S390X NR_CPUS
474a44
- Resolves: rhbz#1051156
474a44
474a44
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 7.0.2-3
474a44
- Mass rebuild 2013-12-27
474a44
474a44
* Tue Oct 29 2013 Dave Anderson <anderson@redhat.com> - 7.0.2-2
474a44
- Compressed kdump 46-bit physical memory support
474a44
  Resolves: rhbz#1015250
474a44
- Fix incorrect backtrace for dumps taken with "virsh dump --memory-only"
474a44
  Resolves: rhbz#1020469
474a44
- Fix cpu number display on systems with more than 254 cpus
474a44
  Resolves: rhbz#1020536
474a44
474a44
* Wed Sep 04 2013 Dave Anderson <anderson@redhat.com> - 7.0.2-1
474a44
- Update to latest upstream release
474a44
- Fix for ppc64 embedded gdb NULL pointer translation sigsegv
474a44
- Fix for bt -F failure
474a44
474a44
* Fri Jul 26 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-4
474a44
- Add lzo-devel and snappy-devel to crash-devel Requires line
474a44
474a44
* Tue Jul 23 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-3
474a44
- Build with snappy compression support
474a44
474a44
* Tue Jul  9 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-2
474a44
- Fix for ppc64 Linux 3.10 vmalloc/user-space virtual address translation
474a44
474a44
* Tue Jun 18 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-1
474a44
- Update to latest upstream release
474a44
- Build with LZO support
474a44
474a44
* Tue Apr  9 2013 Dave Anderson <anderson@redhat.com> - 6.1.6-1
474a44
- Update to latest upstream release
474a44
474a44
* Tue Feb 19 2013 Dave Anderson <anderson@redhat.com> - 6.1.4-1
474a44
- Update to latest upstream release
474a44
474a44
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1.2-2
474a44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
474a44
474a44
* Wed Jan  9 2013 Dave Anderson <anderson@redhat.com> - 6.1.2-1
474a44
- Update to latest upstream release
474a44
474a44
* Tue Nov 27 2012 Dave Anderson <anderson@redhat.com> - 6.1.1-1
474a44
- Update to latest upstream release
474a44
474a44
* Mon Sep  1 2012 Dave Anderson <anderson@redhat.com> - 6.1.0-1
474a44
- Add ppc to ExclusiveArch list
474a44
- Update to latest upstream release
474a44
474a44
* Tue Aug 21 2012 Dave Anderson <anderson@redhat.com> - 6.0.9-1
474a44
- Update to latest upstream release
474a44
474a44
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.8-2
474a44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
474a44
474a44
* Mon Jul  1 2012 Dave Anderson <anderson@redhat.com> - 6.0.8-1
474a44
- Update to latest upstream release.
474a44
- Replace usage of "struct siginfo" with "siginfo_t".
474a44
474a44
* Mon Apr 30 2012 Dave Anderson <anderson@redhat.com> - 6.0.6-1
474a44
- Update to latest upstream release
474a44
474a44
* Mon Mar 26 2012 Dave Anderson <anderson@redhat.com> - 6.0.5-1
474a44
- Update to latest upstream release
474a44
474a44
* Wed Jan  4 2012 Dave Anderson <anderson@redhat.com> - 6.0.2-1
474a44
- Update to latest upstream release
474a44
474a44
* Wed Oct 26 2011 Dave Anderson <anderson@redhat.com> - 6.0.0-1
474a44
- Update to latest upstream release
474a44
474a44
* Tue Sep 20 2011 Dave Anderson <anderson@redhat.com> - 5.1.8-1
474a44
- Update to latest upstream release
474a44
- Additional fixes for gcc-4.6 -Werror compile failures for ARM architecture.
474a44
474a44
* Thu Sep  1 2011 Dave Anderson <anderson@redhat.com> - 5.1.7-2
474a44
- Fixes for gcc-4.6 -Werror compile failures for ARM architecture.
474a44
474a44
* Wed Aug 17 2011 Dave Anderson <anderson@redhat.com> - 5.1.7-1
474a44
- Update to latest upstream release
474a44
- Fixes for gcc-4.6 -Werror compile failures for ppc64/ppc.
474a44
474a44
* Tue May 31 2011 Peter Robinson <pbrobinson@gmail.com> - 5.1.5-1
474a44
- Update to latest upstream release
474a44
- Add ARM to the Exclusive arch
474a44
474a44
* Wed Feb 25 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-2
474a44
- Fixes for gcc-4.6 -Werror compile failures in gdb module.  
474a44
474a44
* Wed Feb 23 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-1
474a44
- Upstream version.
474a44
474a44
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.6-3
474a44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
474a44
474a44
* Tue Jul 20 2010 Dave Anderson <anderson@redhat.com> - 5.0.6-2
474a44
- Bump version.
474a44
474a44
* Tue Jul 20 2010 Dave Anderson <anderson@redhat.com> - 5.0.6-1
474a44
- Update to upstream version.
474a44
474a44
* Fri Sep 11 2009 Dave Anderson <anderson@redhat.com> - 4.0.9-2
474a44
  Bump version.
474a44
474a44
* Fri Sep 11 2009 Dave Anderson <anderson@redhat.com> - 4.0.9-1
474a44
- Update to upstream release, which allows the removal of the 
474a44
  Revision tag workaround, the crash-4.0-8.11-dwarf3.patch and 
474a44
  the crash-4.0-8.11-optflags.patch
474a44
474a44
* Sun Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0.8.11-2
474a44
- Fix reading of dwarf 3 DW_AT_data_member_location
474a44
- Use proper compiler flags
474a44
474a44
* Wed Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0.8.11-1
474a44
- Update to later upstream release
474a44
- Fix abuse of Revision tag
474a44
474a44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
474a44
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-9.7.2
474a44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
474a44
474a44
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-8.7.2
474a44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
474a44
474a44
* Thu Feb 19 2009 Dave Anderson <anderson@redhat.com> - 4.0-7.7.2
474a44
- Replace exclusive arch i386 with ix86.
474a44
474a44
* Thu Feb 19 2009 Dave Anderson <anderson@redhat.com> - 4.0-7.7.1
474a44
- Updates to this file per crash merge review
474a44
- Update to upstream version 4.0-7.7.  Full changelog viewable in:
474a44
    http://people.redhat.com/anderson/crash.changelog.html
474a44
474a44
* Tue Jul 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4.0-7
474a44
- fix license tag
474a44
474a44
* Tue Apr 29 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.3
474a44
- Added crash-devel subpackage
474a44
- Updated crash.patch to match upstream version 4.0-6.3
474a44
474a44
* Wed Feb 20 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.0.5
474a44
- Second attempt at addressing the GCC 4.3 build, which failed due
474a44
  to additional ptrace.h includes in the lkcd vmdump header files.
474a44
474a44
* Wed Feb 20 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.0.4
474a44
- First attempt at addressing the GCC 4.3 build, which failed on x86_64
474a44
  because ptrace-abi.h (included by ptrace.h) uses the "u32" typedef,
474a44
  which relies on <asm/types.h>, and include/asm-x86_64/types.h
474a44
  does not not typedef u32 as done in include/asm-x86/types.h.
474a44
474a44
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.0-6.0.3
474a44
- Autorebuild for GCC 4.3
474a44
474a44
* Wed Jan 23 2008 Dave Anderson <anderson@redhat.com> - 4.0-5.0.3
474a44
- Updated crash.patch to match upstream version 4.0-5.0.
474a44
474a44
* Wed Aug 29 2007 Dave Anderson <anderson@redhat.com> - 4.0-4.6.2
474a44
- Updated crash.patch to match upstream version 4.0-4.6.
474a44
474a44
* Wed Sep 13 2006 Dave Anderson <anderson@redhat.com> - 4.0-3.3
474a44
- Updated crash.patch to match upstream version 4.0-3.3.
474a44
- Support for x86_64 relocatable kernels.  BZ #204557
474a44
474a44
* Mon Aug  7 2006 Dave Anderson <anderson@redhat.com> - 4.0-3.1
474a44
- Updated crash.patch to match upstream version 4.0-3.1.
474a44
- Added kdump reference to description.
474a44
- Added s390 and s390x to ExclusiveArch list.  BZ #199125
474a44
- Removed LKCD v1 pt_regs references for s390/s390x build.
474a44
- Removed LKCD v2_v3 pt_regs references for for s390/s390x build.
474a44
474a44
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 4.0-3
474a44
- rebuild
474a44
474a44
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.4
474a44
- Updated crash.patch such that <asm/page.h> is not #include'd
474a44
  by s390_dump.c; IBM did not make the file s390[s] only; BZ #192719
474a44
474a44
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.3
474a44
- Updated crash.patch such that <asm/page.h> is not #include'd
474a44
  by vas_crash.h; only ia64 build complained; BZ #191719
474a44
474a44
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.2
474a44
- Updated crash.patch such that <asm/segment.h> is not #include'd
474a44
  by lkcd_x86_trace.c; also for BZ #191719
474a44
474a44
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.1
474a44
- Updated crash.patch to bring it up to 4.0-2.26, which should 
474a44
  address BZ #191719 - "crash fails to build in mock"
474a44
474a44
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.0-2.18.1
474a44
- rebuilt for new gcc4.1 snapshot and glibc changes
474a44
474a44
* Wed Jan 04 2006 Dave Anderson <anderson@redhat.com> 4.0-2.18
474a44
- Updated source package to crash-4.0.tar.gz, and crash.patch
474a44
  to bring it up to 4.0-2.18.
474a44
474a44
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
474a44
- rebuilt
474a44
474a44
* Thu Mar 03 2005 Dave Anderson <anderson@redhat.com> 3.10-13
474a44
- Compiler error- and warning-related fixes for gcc 4 build.
474a44
- Update to enhance x86 and x86_64 gdb disassembly output so as to
474a44
  symbolically display call targets from kernel module text without
474a44
  requiring module debuginfo data.
474a44
- Fix hole where an ia64 vmcore could be mistakenly accepted as a
474a44
  usable dumpfile on an x86_64 machine, leading eventually to a
474a44
  non-related error message.
474a44
* Wed Mar 02 2005 Dave Anderson <anderson@redhat.com> 3.10-12
474a44
- rebuild (gcc 4)
474a44
* Thu Feb 10 2005 Dave Anderson <anderson@redhat.com> 3.10-9
474a44
- Updated source package to crash-3.10.tar.gz, containing
474a44
  IBM's final ppc64 processor support for RHEL4
474a44
- Fixes potential "bt -a" hang on dumpfile where netdump IPI interrupted
474a44
  an x86 process while executing the instructions just after it had entered
474a44
  the kernel for a syscall, but before calling the handler.  BZ #139437
474a44
- Update to handle backtraces in dumpfiles generated on IA64 with the
474a44
  INIT switch (functionality intro'd in RHEL3-U5 kernel).  BZ #139429
474a44
- Fix for handling ia64 and x86_64 machines booted with maxcpus=1 on
474a44
  an SMP kernel.  BZ #139435
474a44
- Update to handle backtraces in dumpfiles generated on x86_64 from the
474a44
  NMI exception stack (functionality intro'd in RHEL3-U5 kernel).
474a44
- "kmem -[sS]" beefed up to more accurately verify slab cache chains
474a44
  and report errors found.
474a44
- Fix for ia64 INIT switch-generated backtrace handling when
474a44
  init_handler_platform() is inlined into ia64_init_handler();
474a44
  properly handles both RHEL3 and RHEL4 kernel patches.
474a44
  BZ #138350
474a44
- Update to enhance ia64 gdb disassembly output so as to
474a44
  symbolically display call targets from kernel module
474a44
  text without requiring module debuginfo data.
474a44
474a44
* Wed Jul 14 2004 Dave Anderson <anderson@redhat.com> 3.8-5
474a44
- bump release for fc3
474a44
474a44
* Tue Jul 13 2004 Dave Anderson <anderson@redhat.com> 3.8-4
474a44
- Fix for gcc 3.4.x/gdb issue where vmlinux was mistakenly presumed non-debug 
474a44
474a44
* Fri Jun 25 2004 Dave Anderson <anderson@redhat.com> 3.8-3
474a44
- remove (harmless) error message during ia64 diskdump invocation when
474a44
  an SMP system gets booted with maxcpus=1
474a44
- several 2.6 kernel specific updates
474a44
474a44
* Thu Jun 17 2004 Dave Anderson <anderson@redhat.com> 3.8-2
474a44
- updated source package to crash-3.8.tar.gz 
474a44
- diskdump support
474a44
- x86_64 processor support 
474a44
474a44
* Mon Sep 22 2003 Dave Anderson <anderson@redhat.com> 3.7-5
474a44
- make bt recovery code start fix-up only upon reaching first faulting frame
474a44
474a44
* Fri Sep 19 2003 Dave Anderson <anderson@redhat.com> 3.7-4
474a44
- fix "bt -e" and bt recovery code to recognize new __KERNEL_CS and DS
474a44
474a44
* Wed Sep 10 2003 Dave Anderson <anderson@redhat.com> 3.7-3
474a44
- patch to recognize per-cpu GDT changes that redefine __KERNEL_CS and DS
474a44
474a44
* Wed Sep 10 2003 Dave Anderson <anderson@redhat.com> 3.7-2
474a44
- patches for netdump active_set determination and slab info gathering 
474a44
474a44
* Wed Aug 20 2003 Dave Anderson <anderson@redhat.com> 3.7-1
474a44
- updated source package to crash-3.7.tar.gz
474a44
474a44
* Wed Jul 23 2003 Dave Anderson <anderson@redhat.com> 3.6-1
474a44
- removed Packager, Distribution, and Vendor tags
474a44
- updated source package to crash-3.6.tar.gz 
474a44
474a44
* Fri Jul 18 2003 Jay Fenlason <fenlason@redhat.com> 3.5-2
474a44
- remove ppc from arch list, since it doesn't work with ppc64 kernels
474a44
- remove alpha from the arch list since we don't build it any more
474a44
474a44
* Fri Jul 18 2003 Matt Wilson <msw@redhat.com> 3.5-1
474a44
- use %%defattr(-,root,root)
474a44
474a44
* Tue Jul 15 2003 Jay Fenlason <fenlason@redhat.com>
474a44
- Updated spec file as first step in turning this into a real RPM for taroon.
474a44
- Wrote man page.