makedumpfile 1:1.5.9-5~ubuntu14.04.1 source package in Ubuntu

Changelog

makedumpfile (1:1.5.9-5~ubuntu14.04.1) trusty-backports; urgency=medium

  * No-change backport to trusty (LP: #1544503)

makedumpfile (1:1.5.9-5) sid; urgency=medium

  [ Hendrik Brueckner ]
  * Build makedumpfile for s390x (Closes: #710674)
  * Enable LZO compression for makedumpfile

makedumpfile (1:1.5.9-4) sid; urgency=medium

  * Allow for symlinks to be created for vmlinux files : On Power8
    architecture, systems are booting from a vmlinux file. The symlink
    /var/lib/kdump/vmlinuz has to point to this file.  (LP: #1536904)

  * Add functionality to create symlinks for older kernels : If kdump
    is installed on systems with more than one kernel package, the smaller
    initrd.img file will only be created for the latest kernel. Adding the
    'symlinks' functionality will allow for the creation of symlinks to
    older kernels. If the smaller initrd.img file is missing in /var/lib/kdump
    it will be created beforehand.  This will be preempted if kdump is already
    loaded. (LP: #1537714)

  * Fix kdump-config manpage : add documentation for the propagate option.
    (LP: #1538148)

  * Improve manpage for kdump-config

makedumpfile (1:1.5.9-3) sid; urgency=medium

  * debian/patches/0003-support-kernel-4.2.patch :
    Fix packaging AGAIN so the patch is correctly applied.
    Previous upload missed it somehow.

makedumpfile (1:1.5.9-2) sid; urgency=medium

  * debian/patches/0003-support-kernel-4.2.patch :
    Fix packaging error so the patch is correctly applied

makedumpfile (1:1.5.9-1) sid; urgency=medium

  * New upstream version includes :
    o Parallel compression
     - Add the new option "--num-threads" to enable parallel compression
       for faster processing. This option intends parallel compression
       while --split intends parallel i/o, they try to solve different
       bottlenecks.

    o Change the way to choose the non-cyclic mode
     - Add the new option "--work-dir" to specify the directory used to
       store the bitmap. This is the alternative to the combination of
       --non-cyclic and TMPDIR.

    o Support new kernels
     - The supported kernel is updated to 4.2 in this version.

    Changelog:
    o New feature
        - [PATCH] Support ARM64. (by Pratyush Anand) 94d47d1
        - [PATCH 1/2] Enable compressed dump formats for Xen. (by Petr Tesarik) 349a0ed
        - [PATCH 2/2] Remove notes about ELF being the only available format for Xen dumps.
          (by Petr Tesarik) 5cab480
        - [PATCH v5 01/10] Add readpage_kdump_compressed_parallel. (by Qiao Nuohan) 5fab021
        - [PATCH v5 02/10] Add mappage_elf_parallel. (by Qiao Nuohan) edca232
        - [PATCH v5 03/10] Add readpage_elf_parallel. (by Qiao Nuohan) 7f15b41
        - [PATCH v5 04/10] Add read_pfn_parallel. (by Qiao Nuohan) a7243fe
        - [PATCH v5 05/10] Add function to initial bitmap for parallel use. (by Qiao Nuohan) 56a6bc4
        - [PATCH v5 06/10] Add filter_data_buffer_parallel. (by Qiao Nuohan) 2a7cb9f
        - [PATCH v5 07/10] Add write_kdump_pages_parallel to allow parallel process. (by Qiao Nuohan) c2595d9
        - [PATCH v5 08/10] Initial and free data used for parallel process. (by Qiao Nuohan) 4538848
        - [PATCH v5 09/10] Make makedumpfile available to read and compress pages parallelly.
          (by Qiao Nuohan) b265102
        - [PATCH v5 10/10] Add usage and manual about multiple threads process. (by Qiao Nuohan) b18a8a6

    o Bugfix
        - [PATCH] Correct vmap_area_list support for i386 and ppc32. (by Atsushi Kumagai) 4194d7b
        - [PATCH] Free pages aren't removed in non-cyclic mode. (by Atsushi Kumagai) d64cf7f
        - [PATCH v2] Fix a bug in generating incomplete kdump core. (by Zhou Wenjian) 9cee495
        - [PATCH] Remove the double free of sph. (by Chao Fan) 72dec41
        - [PATCH 1/2] sadump: Change bit order. (by HATAYAMA Daisuke) 5f15256
        - [PATCH 2/2] sadump: Perform explicit zero page filtering. (by HATAYAMA Daisuke) 19b3a91

    o Cleanup
        - [PATCH 01/13] Organize bitmap structure for cyclic logic. (by Atsushi Kumagai) 5fc24bf
        - [PATCH 02/13] Add option to specify working directory for the bitmap. (by Atsushi Kumagai) 5c5a8b8
        - [PATCH 03/13] Integrate the entry point of is_dumpable(). (by Atsushi Kumagai) 5c8c680
        - [PATCH 04/13] Integrate the main logic of writing kdump file. (by Atsushi Kumagai) d18796d
        - [PATCH 05/13] Communalize the function for creating 1st bitmap. (by Atsushi Kumagai) b00a7b0
        - [PATCH 06/13] Remove the old logic of writing kdump pages. (by Atsushi Kumagai) 4d55542
        - [PATCH 07/13] Integrate filtering process for ELF path. (by Atsushi Kumagai) 679a818
        - [PATCH 08/13] Remove the old logic of writing ELF pages. (by Atsushi Kumagai) 672354b
        - [PATCH 09/13] Adjust --mem-usage path to the new code. (by Atsushi Kumagai) 57153b0
        - [PATCH 10/13] Adjust --split/--reassemble path to the new code. (by Atsushi Kumagai) 95435de
        - [PATCH 11/13] Adjust refiltering path to the new code. (by Atsushi Kumagai) c7fb41c
        - [PATCH 12/13] Adjust sadump path to the new code. (by Atsushi Kumagai) edd2bf2
        - [PATCH 13/13] Remove --non-cyclic option. (by Atsushi Kumagai) a117ae9
        - [PATCH] Optimise the function reserve_diskspace. (by Zhou Wenjian) 3605073
        - [PATCH v2] Add description of pages lost by ENOSPACE in IMPLEMENTATION. (by Zhou Wenjian) 0e20f33
        - [PATCH 1/2] Enable compressed dump formats for Xen. (by Petr Tesarik) 349a0ed
        - [PATCH 2/2] Remove notes about ELF being the only available format for Xen dumps.
          (by Petr Tesarik) 5cab480
        - [PATCH v2] Code changes to satisfy the coverity scan. (by Chao Fan) 0c65e38
        - [PATCH] Improve performance for parallel compression with zlib. (by Atsushi Kumagai) 3ef6629

  * Debian specific enhancements :

    - kdump-tools now make use of smaller initrd.img files created in
    /var/lib/kdump. This avoid optential OOM when the size of the initrd.img
    becomes larger (LP: #1496317).  Implementation details are :

      o New kernel hooks are added to create smaller initrd.img files when new
        kernel packages are installed :
          /etc/kernel/postrm.d/kdump-tools
          /etc/kernel/postinst.d/kdump-tools

      o kdump-config is responsible for the maintenance of symbolic links used
        to point to the appropriate vmlinuz & initrd files. Link maintenance
        is done at each boot by kdump-config. New links will point to the
        files named after the running kernel.

      o The KDUMP_KERNEL and KDUMP_INITRD configuration variables are now
        now enabled and use the symbolic links :
          /var/lib/kdump/vmlinuz
          /var/lib/kdump/initrd.img

      o kdump-config has been adapted to show the symbolic link information

    - kdump-tools is now enabled by default.  When installed a prompt will
      propose to override the default value.

makedumpfile (1:1.5.8-4) sid; urgency=medium

  * Add cherry-pick of commits b859e0a, f1cea98, 3cc296c, 70ce1a2,
    0423186 and 9e18e42 that were missed between 1.5.7-5 and 1.5.8-1
    (Closes: #793485)

makedumpfile (1:1.5.8-3) sid; urgency=medium

  * Makes sysVinit script execution contitional to the
    use of upstart. Closes: 789058

makedumpfile (1:1.5.8-2) sid; urgency=medium

  * Add upstart job for systems supporting upstart
   Closes: 788313

makedumpfile (1:1.5.8-1) sid; urgency=medium

  * New upstream version includes :
    o Fair I/O workload assignment for --split
    - Add the new option "--splitblock-size" to specify the permissible
      difference of each splitted dumpfile size. Please note that the
      difference can be larger than the specified size since this feature
      doesn't care about zero page filtering.

    o Make incomplete dumpfile readable
    - DUMP_DH_COMPRESSED_INCOMPLETE or DUMP_ELF_INCOMPLETE flag will be set
      in the header of dumpfiles if ENOSPC occurs. The flags make crash utility
      attempt analyzing the dumpfile even it is known to be incomplete.

    o Support new kernels
    - The supported kernel is updated to 3.19 in this version.

    Changelog:
    o New feature
         - [PATCH v2] Get MODULES_VADDR by KERNEL_IMAGE_SIZE for x86_64.
           (by Baoquan He) 56649f7
         - [PATCH v4 1/4] Make get_elf64_phdr()/get_elf32_phdr() public.
           (by Wang Xiao) 3182be9
         - [PATCH v4 2/4] Make the incomplete dumpfile generated by ENOSPC
           error analyzable.
           (by Wang Xiao) e39216f
         - [PATCH v4 3/4] Implementation of dealing with kdump-compressed
           dumpfile with ENOSPC error. (by Wang Xiao) 76025d3
         - [PATCH v4 4/4] Fix reassemble_kdump_header().
           (by Zhou Wenjian) 45a1885
         - [PATCH v3] Enable --mem-usage for s390x.
           (by Michael Holzheu) 2e452d7
         - [PATCH v5 1/5] Add support for splitblock.
           (by Zhou Wenjian) c7825d4
         - [PATCH v5 2/5] Add tools for reading and writing from splitblock
           table.  (by Zhou Wenjian) 11dcbfe
         - [PATCH v5 3/5] Add module of generating table.
           (by Zhou Wenjian) 28e367c
         - [PATCH v5 4/5] Add module of calculating start_pfn and end_pfn in
           each dumpfile.
           (by Zhou Wenjian) 2b74c02
         - [PATCH v5 5/5] Add support for --splitblock-size.
           (by Zhou Wenjian) 3352179
         - [PATCH] sadump: Support more than 16TB physical memory space.
           (by HATAYAMA Daisuke) 37afcd5

     o Bugfix
         - [PATCH] Use file offset in initialize_mmap().
           (by Petr Tesarik) f822608

     o Cleanup
         - [PATCH] Initialize symbols early for old kernels.
           (by Atsushi Kumagai) 99850a1
         - [PATCH v2] Introduce stub method for machine dependent parts.
           (by Atsushi Kumagai) bf0bbf9
         - [PATCH] Read vmcoreinfo as early as possible.
           (by Atsushi Kumagai) 21631da
         - [PATCH] Bring get_kcore_dump_loads() backward.
           (by Atsushi Kumagai) c1d9e15
         - [PATCH 1/2] Add description of elf dump file.
           (by Zhou Wenjian) 4074bb6
         - [PATCH 2/2] Add description of incomplete dump file.
           (by Zhou Wenjian) b343067
         - [PATCH] Cleanup: Add some comments for ELF format.
           (by Atsushi Kumagai) 4a59bd6
         - [PATCH 1/2] Modify the description of the dump level.
           (by Atsushi Kumagai) 3599df6
         - [PATCH 2/2] Change the part of the pfn counter for page cache.
           (by Atsushi Kumagai) 7b55569
         - [PATCH v3 1/7] cache: get rid of search loop in cache_add().
           (by Petr Tesarik) e068ea2
         - [PATCH v3 2/7] cache: allow to return a page to the pool.
           (by Petr Tesarik) f2b30c6
         - [PATCH v3 3/7] cache: do not allocate from the pending list.
           (by Petr Tesarik) ff592e6
         - [PATCH v3 4/7] cache: add hit/miss statistics to the final report.
           (by Petr Tesarik) 7405a60
         - [PATCH v3 5/7] cache: allocate buffers in one big chunk.
           (by Petr Tesarik) 65899d0
         - [PATCH v3 6/7] cache: allow arbitrary size of cache entries.
           (by Petr Tesarik) 5881f23
         - [PATCH v3 7/7] cache: store mapped regions directly in the cache.
           (by Petr Tesarik) 1acd75f
         - [PATCH] Update email addresses of mainteners.
           (by Atsushi Kumagai) febff05

makedumpfile (1:1.5.7-4) experimental; urgency=medium

  * Enable kdump-tools to work as a systemd service

makedumpfile (1.5.7-3) unstable; urgency=medium

  [Mauricio Faria de Oliveira <email address hidden>]
  * Add possibility to find vmlinux for ppc64el arch
    Closes: #763688

makedumpfile (1.5.7-2) unstable; urgency=medium

  [Lee Schermerhorn]
  * Add '-F' [flatten] to makedumpefile args for remote kdump vi ssh.
    Closes: #768317

makedumpfile (1.5.7-1) unstable; urgency=medium

  * New upstream version includes :
    - Show the memory usage of 1st kernel : Add the new option
      "--mem-usage" to show the memory usage at a given moment
      in 1st kernel. This will be helpful to estimate the
      appropriate storage size to store a filtered dumpfile,
      thanks Baoquan.

    -  hugepage filtering : Both THPs and hugetlbfs pages are now
       excluded as user pages.  As for hugetlbfs, this feature
       will be enabled for linux-3.16 or later.

    -  Support new kernels
       The supported kernel is updated to 3.16 in this version.

  * Debian specific enhancements :
    - Networked kernel dumps
      The kdump-tools script is now able to send the output of
      makedumpfile to a remote server using either SSH or NFS
      protocols.
    - Add myself as the new maintainer

makedumpfile (1.5.6-2) unstable; urgency=medium

  * [ Juerg Haefliger <email address hidden> ]
    Make the dumping of dmesg configurable

    Dumping the dmesg buffer has shown to be problematic when kernels
    change. This patch introduces a new config variable that can turn
    the dmesg dump off.  The default behaviour unchanged, i.e., the
    dmesg buffer is dumped.
    Closes: 747173

makedumpfile (1.5.6-1) unstable; urgency=medium

  [ Louis Bouchard ]
  * New upstream version

  * Add x32 armel armhf and ppa64el to Achitecture to close the delta with
    Ubuntu

 -- Iain Lane <email address hidden>  Tue, 16 Feb 2016 10:48:48 +0000

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Trusty
Original maintainer:
Louis Bouchard
Architectures:
i386 amd64 powerpc ia64 lpia x32 armel armhf ppc64el s390x all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty backports main devel

Downloads

File Size SHA-256 Checksum
makedumpfile_1.5.9.orig.tar.gz 163.0 KiB 47d16312b3226f6d1a1e6548e22c33d00e8851fedab793d97da8d3c0a6205d4a
makedumpfile_1.5.9-5~ubuntu14.04.1.debian.tar.xz 23.6 KiB 41b1249b20cf0c47729d6db3a48d376ef46ce2369f08a3fbbe482bb5d26ca73a
makedumpfile_1.5.9-5~ubuntu14.04.1.dsc 2.1 KiB b7897c10ca2705b7df655e8a3595ca25c07796f173b8d0dfe253100cc872506e

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 uneeded information (zero pages, userspace programs,
 etc).

makedumpfile-dbgsym: debug symbols for package makedumpfile

 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 uneeded information (zero pages, userspace programs,
 etc).