crash 8.0.2-1ubuntu1.1 source package in Ubuntu

Changelog

crash (8.0.2-1ubuntu1.1) mantic; urgency=medium

  * Fix the dump file parsing issue arises from structural changes in Linux
    kernel 6.5 (LP: #2038249)
    - d/p/lp2038249-0001-arm64-handle-vabits_actual-symbol-missing-case.patch
    - d/p/lp2038249-0002-x86_64-Fix-for-move-of-per-cpu-variables-into-struct.patch
    - d/p/lp2038249-0003-Fix-for-mm_struct.rss_stat-conversion-into-percpu_co.patch
    - d/p/lp2038249-0004-SLUB-Fix-for-offset-change-of-struct-slab-members-on.patch
    - d/p/lp2038249-0005-Fix-for-kmem-i-to-display-correct-SLAB-statistics-on.patch
    - d/p/lp2038249-0006-SLAB-Fix-for-kmem-s-S-options-on-Linux-6.1-and-later.patch
    - d/p/lp2038249-0007-SLAB-Fix-for-kmem-s-S-options-on-Linux-6.2-rc1-and-l.patch
    - d/p/lp2038249-0008-Port-the-maple-tree-data-structures-and-functions.patch
    - d/p/lp2038249-0009-Add-do_maple_tree-for-maple-tree-operations.patch
    - d/p/lp2038249-0010-Introduce-maple-tree-vma-iteration-to-vm_area_dump.patch
    - d/p/lp2038249-0011-Dump-maple-tree-offset-variables-by-help-o.patch
    - d/p/lp2038249-0012-Fix-kmem-n-option-to-display-memory-blocks-on-Linux-.patch
    - d/p/lp2038249-0013-Fix-failure-of-dev-d-D-options-on-Linux-6.4-and-late.patch
    - d/p/lp2038249-0014-Fix-kmem-v-option-displaying-no-regions-on-Linux-6.3.patch
    - d/p/lp2038249-0015-x86_64-Fix-bt-command-printing-stale-entries-on-Linu.patch
    - d/p/lp2038249-0016-Support-module-memory-layout-change-on-Linux-6.4.patch
    - d/p/lp2038249-0017-Fix-failure-of-gathering-task-table-on-Linux-6.5-rc1.patch
    - d/p/lp2038249-0018-Fix-compilation-error-due-to-new-strlcpy-function-th.patch
    - d/p/lp2038249-0019-Fix-irq-a-option-on-Linux-6.0-and-later.patch
    - d/p/lp2038249-0020-Exclude-zero-entries-from-do_maple_tree-return-value.patch
    - d/p/lp2038249-0021-Fix-irq-a-s-options-on-Linux-6.5-rc1-and-later.patch
    - d/p/lp2038249-0022-arm64-Fix-vtop-command-to-display-swap-information-o.patch
    - d/p/lp2038249-0023-Fix-rd-command-to-display-data-on-zram-on-Linux-5.17.patch
    - d/p/lp2038249-0024-Fix-compilation-error-and-warning-with-gcc-4.8.5.patch

 -- Chengen Du <email address hidden>  Thu, 04 Jan 2024 06:47:25 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic proposed main utils

Downloads

File Size SHA-256 Checksum
crash_8.0.2.orig.tar.gz 39.1 MiB ae3c2daee23b16b1de34b826f0eecfbd610a2b32eeb63a2b8f7c1341e898cf22
crash_8.0.2-1ubuntu1.1.debian.tar.xz 183.5 KiB 304f9dcad81382945040bdbeec9f4ac700d64c8ef6bcc8aaebbff4afc482f692
crash_8.0.2-1ubuntu1.1.dsc 2.1 KiB eba25479d18642543cbef93eb8f662671e6fdec4c4d9c563e24fcffe8961edfb

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