crash 8.0.0-1ubuntu1.1 source package in Ubuntu

Changelog

crash (8.0.0-1ubuntu1.1) jammy; urgency=medium

  * Fix the dump file parsing issue arises from structural changes in Linux
    kernel 6.5 (LP: #2038249)
    - d/p/lp2038249-0001-Handle-blk_mq_ctx-member-changes-for-kernels-5.16-rc.patch
    - d/p/lp2038249-0002-memory-Handle-struct-slab-changes-on-Linux-5.17-rc1-.patch
    - d/p/lp2038249-0003-Fix-for-kmem-s-S-and-bt-F-F-on-Linux-5.17-rc1.patch
    - d/p/lp2038249-0004-Fix-for-bpf-m-M-options-to-appropriately-display-MEM.patch
    - d/p/lp2038249-0005-arm64-deduce-the-start-address-of-kernel-code-based-.patch
    - d/p/lp2038249-0006-arm64-update-the-modules-vmalloc-vmemmap-ranges.patch
    - d/p/lp2038249-0007-arm64-use-the-vmcore-info-to-get-module-vmalloc-vmem.patch
    - d/p/lp2038249-0008-arm64-fix-the-wrong-vmemmap_end.patch
    - d/p/lp2038249-0009-arm64-fix-the-seek-error-of-pud-page-for-live-debugg.patch
    - d/p/lp2038249-0010-Fix-for-kmem-s-S-on-Linux-5.17-with-CONFIG_SLAB.patch
    - d/p/lp2038249-0011-arm64-use-TCR_EL1_T1SZ-to-get-the-correct-info-if-va.patch
    - d/p/lp2038249-0012-Fix-for-dev-command-on-Linux-5.11-and-later.patch
    - d/p/lp2038249-0013-arm64-handle-vabits_actual-symbol-missing-case.patch
    - d/p/lp2038249-0014-x86_64-Fix-for-move-of-per-cpu-variables-into-struct.patch
    - d/p/lp2038249-0015-Fix-for-mm_struct.rss_stat-conversion-into-percpu_co.patch
    - d/p/lp2038249-0016-SLUB-Fix-for-offset-change-of-struct-slab-members-on.patch
    - d/p/lp2038249-0017-Fix-for-kmem-i-to-display-correct-SLAB-statistics-on.patch
    - d/p/lp2038249-0018-SLAB-Fix-for-kmem-s-S-options-on-Linux-6.1-and-later.patch
    - d/p/lp2038249-0019-SLAB-Fix-for-kmem-s-S-options-on-Linux-6.2-rc1-and-l.patch
    - d/p/lp2038249-0020-Port-the-maple-tree-data-structures-and-functions.patch
    - d/p/lp2038249-0021-Add-do_maple_tree-for-maple-tree-operations.patch
    - d/p/lp2038249-0022-Introduce-maple-tree-vma-iteration-to-vm_area_dump.patch
    - d/p/lp2038249-0023-Dump-maple-tree-offset-variables-by-help-o.patch
    - d/p/lp2038249-0024-Fix-kmem-n-option-to-display-memory-blocks-on-Linux-.patch
    - d/p/lp2038249-0025-Fix-failure-of-dev-d-D-options-on-Linux-6.4-and-late.patch
    - d/p/lp2038249-0026-Fix-kmem-v-option-displaying-no-regions-on-Linux-6.3.patch
    - d/p/lp2038249-0027-x86_64-Fix-bt-command-printing-stale-entries-on-Linu.patch
    - d/p/lp2038249-0028-Support-module-memory-layout-change-on-Linux-6.4.patch
    - d/p/lp2038249-0029-Fix-failure-of-gathering-task-table-on-Linux-6.5-rc1.patch
    - d/p/lp2038249-0030-Fix-compilation-error-due-to-new-strlcpy-function-th.patch
    - d/p/lp2038249-0031-Fix-irq-a-option-on-Linux-6.0-and-later.patch
    - d/p/lp2038249-0032-Exclude-zero-entries-from-do_maple_tree-return-value.patch
    - d/p/lp2038249-0033-Fix-irq-a-s-options-on-Linux-6.5-rc1-and-later.patch
    - d/p/lp2038249-0034-arm64-Fix-vtop-command-to-display-swap-information-o.patch
    - d/p/lp2038249-0035-Fix-rd-command-to-display-data-on-zram-on-Linux-5.17.patch
    - d/p/lp2038249-0036-Fix-compilation-error-and-warning-with-gcc-4.8.5.patch

 -- Chengen Du <email address hidden>  Thu, 04 Jan 2024 07:14:57 +0000

Upload details

Uploaded by:
Chengen Du
Sponsored by:
Mauricio Faria de Oliveira
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy proposed main utils

Downloads

File Size SHA-256 Checksum
crash_8.0.0.orig.tar.gz 39.1 MiB cb2190912473f1d7c302e5ac76bbeb50ba696f763e838233c8e3c9cbea45fd56
crash_8.0.0-1ubuntu1.1.debian.tar.xz 173.4 KiB 36f90a22424e3719c8fb47a776b6279bb659d20a69867268409d320f382bba5c
crash_8.0.0-1ubuntu1.1.dsc 2.1 KiB 7315ec29dc5b2a31c357a185e85ccdf33ff2c62f5b4c92c23343048baaf1c9db

View changes file

Binary packages built by this source

crash: kernel debugging utility, allowing gdb like syntax

 The core analysis suite is a self-contained tool that can be used to
 investigate either live systems, or multiple different core dump formats
 including kdump, LKCD, netdump and diskdump.
 .
 o The tool is loosely based on the SVR4 crash command, but has been
    completely integrated with gdb in order to be able to display
    formatted kernel data structures, disassemble source code, etc.
 .
 o The current set of available commands consist of common kernel core
    analysis tools such as a context-specific stack traces, source code
    disassembly, kernel variable displays, memory display, dumps of
    linked-lists, etc. In addition, any gdb command may be entered,
    which in turn will be passed onto the gdb module for execution.
 .
 o There are several commands that delve deeper into specific kernel
    subsystems, which also serve as templates for kernel developers
    to create new commands for analysis of a specific area of interest.
    Adding a new command is a simple affair, and a quick recompile
    adds it to the command menu.
 .
 o The intent is to make the tool independent of Linux version dependencies,
    building in recognition of major kernel code changes so as to adapt to
    new kernel versions, while maintaining backwards compatibility.

crash-dbgsym: debug symbols for crash