[ubuntu/karmic] crash 4.0-8.9-1ubuntu1 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Mon Jun 22 15:20:13 BST 2009


crash (4.0-8.9-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes:
    - debian/patches/01_spu_commands.dpatch
      + Provides SPU extension support
    - debian/rules:
      + Patch support
      + Enable SPU on PPC
    - debian/control:
      + Enable LPIA builds.
      + Build depend on dpatch.

crash (4.0-8.9-1) unstable; urgency=low

  * New upstream version 4.0-8.9 (see
    http://people.redhat.com/anderson/crash.changelog)
  - New "bt -g" option, which will display the backtraces of all threads in
  the targeted task's thread group.
  - support for the kdump "split-dumpfile" format
  - Fix for "kmem -i", "kmem -n" and "kmem -p" on x86_64 CONFIG_SPARSEMEM and
  CONFIG_SPARSEMEM_EXTREME kernels that have MAX_PHYSMEM_BITS increased from
  40 to 44.
  - Display warning when trying to bt active, non-crashing, xen dom0 tasks
  which are not available in kump dumpfile.

crash (4.0-8.8-1) unstable; urgency=low

  * New upstream version 4.0-8.8 (see
    http://people.redhat.com/anderson/crash.changelog)
    - Print warning with CONFIG_STRICT_DEVMEM
    - Fix "bt" to prevent segfault with amd64, LKCD dump and corrupt active
    tasks.
    - Fix chronological order kernel ring buffer when it has been cleard via
    syslog() or klogctl().
    - Search /usr/lib[64]/crash/extensions for crash extenstions
    - Change how "bt" determines which idle task was interrupted by ia64
    INIT or MCA.

crash (4.0-7.7-1) experimental; urgency=low

  * New upstream version 4.0-7.7 (see
    http://people.redhat.com/anderson/crash.changelog)
    - Support dumps with different page size that the host system, ppc and
    ia64 support configurable page sizes.
    - Fix mod -s to support modules that have both - and _ in their names.
    - Reject s390 and s390x "L2^B" local label symbols from the kernel symbol
    list
    - Fix potential buffer overflow with "ps -l".
    - Fix "bt -a" to continue backtrace after hitting a fatal error
    - Only suource trusted versions of .crashrc and .gdbinit
    - Fix potential, but highly unlikely, buffer overflow in gdb dwarfread.c
    and dwarf2read.c.
    - Fix potential, but highly unlikely, integer overflow in the BDF library.
    - Enable stack undind on ia64 when using kerntypes file.
    - Fix failure of "files -R" command when an inode is unknown.
    - Allow LKCD kerntypes debuginfo file created form a module to be loaded
    with: "mod -s <module> <kerntypes-file>"
    - Increase NR_CPUS from 256 to 512 for x86-64 and 128 to 1024 for ppc64.

crash (4.0-7.6-1) experimental; urgency=low

  * New upstream version 4.0-7.6 (see
    http://people.redhat.com/anderson/crash.changelog)
  - Fix failure if the kernel was built without CONFIG_SWAP
  - Fix "bt" command on x86_64 kernels that contain the x86/x86_64 merger
  patch.
  - Fix infinite loop when using an input file, where more than one command in
  the input file results in a fatal error.
  - Clean up causes for warning messages when compiling with gcc 4.3.2.
  - Fix to prevent a segmentation violation during initialization when parsing
  (corrupted) module symbols.
  - Accept tasks with corrupted CPU fields.
  - Modification of "files" command to display open file descriports that have
  an NULL in the f_dentry field.
  -  Fix the "bt" command on x86 Xen architectures when the backtrace starts
  on the hard IRQ stack.

crash (4.0-7.4-1) unstable; urgency=low

  * New upstream version 4.0-7.4 (see
    http://people.redhat.com/anderson/crash.changelog)
  - Fix build regression for non-xen arches ppc64, s390 and s390x.
  - Fix for nonsensical user of the "set" command when running with the xen
  hypervisor.
  - Fix for "bt" command on x86 arch when the backtrace starts on the hard IRQ
  stack.
  - Fix for "search -k" on some ia64 hardware, depending on the underlying
  physical memory layout.
  - Fixes for the "bt" command when running with the xen hypervisor.
  - Remove "foreach" from the commands that won't work with the xen hypervisor
  - Fir "irq -d" on x86_64 xen kernels.
  - Avoid symbolicy translation of ia64 unity-mapped regin 7 kernel virtual
  addresses as they are displayed with "bt -r" and "rd -[sS]".
  - Remove redundatnt storage of "swapper_pg_dir" symbol value durnign x86
  initalization
  - Do not use "ifffies" when running with xen hypevisor
  - Fix to read correct PERCPU_SHIFT value with x86 and amd64 xen hypervisors.

Date: Mon, 22 Jun 2009 16:01:53 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/crash/4.0-8.9-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 22 Jun 2009 16:01:53 +0200
Source: crash
Binary: crash
Architecture: source
Version: 4.0-8.9-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 crash      - kernel debugging utility, allowing gdb like syntax
Changes: 
 crash (4.0-8.9-1ubuntu1) karmic; urgency=low
 .
   * Merge from debian unstable, remaining changes:
     - debian/patches/01_spu_commands.dpatch
       + Provides SPU extension support
     - debian/rules:
       + Patch support
       + Enable SPU on PPC
     - debian/control:
       + Enable LPIA builds.
       + Build depend on dpatch.
 .
 crash (4.0-8.9-1) unstable; urgency=low
 .
   * New upstream version 4.0-8.9 (see
     http://people.redhat.com/anderson/crash.changelog)
   - New "bt -g" option, which will display the backtraces of all threads in
   the targeted task's thread group.
   - support for the kdump "split-dumpfile" format
   - Fix for "kmem -i", "kmem -n" and "kmem -p" on x86_64 CONFIG_SPARSEMEM and
   CONFIG_SPARSEMEM_EXTREME kernels that have MAX_PHYSMEM_BITS increased from
   40 to 44.
   - Display warning when trying to bt active, non-crashing, xen dom0 tasks
   which are not available in kump dumpfile.
 .
 crash (4.0-8.8-1) unstable; urgency=low
 .
   * New upstream version 4.0-8.8 (see
     http://people.redhat.com/anderson/crash.changelog)
     - Print warning with CONFIG_STRICT_DEVMEM
     - Fix "bt" to prevent segfault with amd64, LKCD dump and corrupt active
     tasks.
     - Fix chronological order kernel ring buffer when it has been cleard via
     syslog() or klogctl().
     - Search /usr/lib[64]/crash/extensions for crash extenstions
     - Change how "bt" determines which idle task was interrupted by ia64
     INIT or MCA.
 .
 crash (4.0-7.7-1) experimental; urgency=low
 .
   * New upstream version 4.0-7.7 (see
     http://people.redhat.com/anderson/crash.changelog)
     - Support dumps with different page size that the host system, ppc and
     ia64 support configurable page sizes.
     - Fix mod -s to support modules that have both - and _ in their names.
     - Reject s390 and s390x "L2^B" local label symbols from the kernel symbol
     list
     - Fix potential buffer overflow with "ps -l".
     - Fix "bt -a" to continue backtrace after hitting a fatal error
     - Only suource trusted versions of .crashrc and .gdbinit
     - Fix potential, but highly unlikely, buffer overflow in gdb dwarfread.c
     and dwarf2read.c.
     - Fix potential, but highly unlikely, integer overflow in the BDF library.
     - Enable stack undind on ia64 when using kerntypes file.
     - Fix failure of "files -R" command when an inode is unknown.
     - Allow LKCD kerntypes debuginfo file created form a module to be loaded
     with: "mod -s <module> <kerntypes-file>"
     - Increase NR_CPUS from 256 to 512 for x86-64 and 128 to 1024 for ppc64.
 .
 crash (4.0-7.6-1) experimental; urgency=low
 .
   * New upstream version 4.0-7.6 (see
     http://people.redhat.com/anderson/crash.changelog)
   - Fix failure if the kernel was built without CONFIG_SWAP
   - Fix "bt" command on x86_64 kernels that contain the x86/x86_64 merger
   patch.
   - Fix infinite loop when using an input file, where more than one command in
   the input file results in a fatal error.
   - Clean up causes for warning messages when compiling with gcc 4.3.2.
   - Fix to prevent a segmentation violation during initialization when parsing
   (corrupted) module symbols.
   - Accept tasks with corrupted CPU fields.
   - Modification of "files" command to display open file descriports that have
   an NULL in the f_dentry field.
   -  Fix the "bt" command on x86 Xen architectures when the backtrace starts
   on the hard IRQ stack.
 .
 crash (4.0-7.4-1) unstable; urgency=low
 .
   * New upstream version 4.0-7.4 (see
     http://people.redhat.com/anderson/crash.changelog)
   - Fix build regression for non-xen arches ppc64, s390 and s390x.
   - Fix for nonsensical user of the "set" command when running with the xen
   hypervisor.
   - Fix for "bt" command on x86 arch when the backtrace starts on the hard IRQ
   stack.
   - Fix for "search -k" on some ia64 hardware, depending on the underlying
   physical memory layout.
   - Fixes for the "bt" command when running with the xen hypervisor.
   - Remove "foreach" from the commands that won't work with the xen hypervisor
   - Fir "irq -d" on x86_64 xen kernels.
   - Avoid symbolicy translation of ia64 unity-mapped regin 7 kernel virtual
   addresses as they are displayed with "bt -r" and "rd -[sS]".
   - Remove redundatnt storage of "swapper_pg_dir" symbol value durnign x86
   initalization
   - Do not use "ifffies" when running with xen hypevisor
   - Fix to read correct PERCPU_SHIFT value with x86 and amd64 xen hypervisors.
Checksums-Sha1: 
 c334026bac3e0c784e38fc48de1d34ebe240c679 1135 crash_4.0-8.9-1ubuntu1.dsc
 c720367c10286ee89123b769e08681f3e0c26625 17833680 crash_4.0-8.9.orig.tar.gz
 11bcab3746dc594f6555cd2069ae410814f139a7 2514216 crash_4.0-8.9-1ubuntu1.diff.gz
Checksums-Sha256: 
 635628842614b4fe14bb44c628c4fb03323d0207e9163903a82178adacb5bc42 1135 crash_4.0-8.9-1ubuntu1.dsc
 7c0f35b1655908a05211c72e1e348a6238ac30c2a568eaf4c3cbf26658875435 17833680 crash_4.0-8.9.orig.tar.gz
 5698c36a9ced52522003755a76d902a4db04e5b6fa4fa9670831d8d46a0fede9 2514216 crash_4.0-8.9-1ubuntu1.diff.gz
Files: 
 8032f720be90a4828dc6661b121d6918 1135 utils optional crash_4.0-8.9-1ubuntu1.dsc
 639e153d33469c58b9263757feb262db 17833680 utils optional crash_4.0-8.9.orig.tar.gz
 0ae4ac67c9675b2888996d6699c74909 2514216 utils optional crash_4.0-8.9-1ubuntu1.diff.gz
Original-Maintainer: Troy Heber <troyh at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAko/j8EACgkQliSD4VZixzROwQCgmtusoCwv0d468TukjjybidzO
0asAoJldbHEIcz9orsLQhHSQ9N+M/bFM
=rWsu
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list