makedumpfile 1:1.6.5-1ubuntu1~18.04.4 source package in Ubuntu

Changelog

makedumpfile (1:1.6.5-1ubuntu1~18.04.4) bionic; urgency=medium

  [ Thadeu Lima de Souza Cascardo ]
  * Fixes for DLPAR cpu add operation (LP: #1828596)
    - d/kdump-config.in: Add a reload command.
    - d/kdump-config.in: implement try-reload.
    - d/50-kdump-tools.rules: Use kdump-config reload after cpu or memory hotplug
    - d/50-kdump-tools.rules: use try-reload instead.
  * d/rules: Use reset_devices as a cmdline parameter. (LP: #1800566)

  [ Guilherme G. Piccoli ]
  * d/kdump-tools-dump.service: Add a systemd-resolved service dependency
    in order to make kdump-tool able to resolve DNS when in kdump boot.
    (LP: #1856323)
  * Fix an error due to makedumpfile being out-of-sync with recent kernels.
    (LP: #1857616)
    - d/p/0004-x86_64-fix-get_kaslr_offset_x86_64-to-return-kaslr_offset-correctly.patch
    - d/p/0005-Increase-SECTION_MAP_LAST_BIT-to-4.patch

 -- <email address hidden> (Guilherme G. Piccoli)  Fri, 03 Jan 2020 13:14:39 -0300

Upload details

Uploaded by:
Guilherme G. Piccoli
Sponsored by:
Mauricio Faria de Oliveira
Uploaded to:
Bionic
Original maintainer:
Louis Bouchard
Architectures:
i386 amd64 powerpc ia64 x32 arm64 armel armhf ppc64el s390x
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
makedumpfile_1.6.5.orig.tar.gz 188.6 KiB 5d4f1d6ded8dca6951eeabcf4bb1ebf6575288fee947529397103c040eb5c760
makedumpfile_1.6.5-1ubuntu1~18.04.4.debian.tar.xz 38.0 KiB a96c8c321a9371babce096089ed3ff489aeced9d9a70cf61e96238429c9a644e
makedumpfile_1.6.5-1ubuntu1~18.04.4.dsc 2.3 KiB d1e2db14bfff9c1b5fc0180a33ed1d8435f02163232c1f3620a49440172f9cc5

View changes file

Binary packages built by this source

kdump-tools: scripts and tools for automating kdump (Linux crash dumps)

 kdump-tools provides an init script and a configuration script for
 automating the use of kdump. It uses the makedumpfile utility to
 reduce the size of the /proc/vmcore file based on user preferences.
 .
 After installing, please see /usr/share/doc/kdump-tools/README.Debian
 for information on enabling and configuring kdump.

makedumpfile: VMcore extraction tool

 This program is used to extract a subset of the memory available either
 via /dev/mem or /proc/vmcore (for crashdumps). It is used to get memory
 images without extra unneeded information (zero pages, userspace programs,
 etc).

makedumpfile-dbgsym: debug symbols for makedumpfile