Change log for makedumpfile package in Ubuntu

76129 of 129 results
Superseded in yakkety-updates
Deleted in yakkety-proposed (Reason: moved to -updates)
makedumpfile (1:1.6.0-2ubuntu1.1) yakkety; urgency=medium

  * Remove hugepages/hugepagesz from kdump's cmdline. (LP: #1634132)

 -- Chris J Arges <email address hidden>  Mon, 17 Oct 2016 08:19:33 -0500
Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
makedumpfile (1:1.6.0-2ubuntu2) zesty; urgency=medium

  * Remove hugepages/hugepagesz from kdump's cmdline. (LP: #1634132)

 -- Chris J Arges <email address hidden>  Mon, 17 Oct 2016 08:19:33 -0500
Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
makedumpfile (1:1.6.0-2ubuntu1) yakkety; urgency=medium

  * Build on arm64. LP: #1238110.

 -- Matthias Klose <email address hidden>  Thu, 06 Oct 2016 11:44:32 +0200
Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
makedumpfile (1:1.5.9-5ubuntu0.1) xenial; urgency=medium

  [ Hari Bathini <email address hidden> ]
  * Fix networked kdump failure to reach remote server.
    Avoids "Network is unreachable" message when trying to do remote dumps on
    either SSH or NFS. (LP: #1571590)

  * Replace maxcpus by nr_cpus
    nr_cpus is a hard limit that has an impact on the (kdump) kernel
    memory consumption, while it is not the case with maxcpus=1, as we can
    theoretically hotplug cpus with maxcpus=1 (LP: #1568952)

  * define_stampdir() : Loop on hostname -I for 5 sec to get IP address
    if HOSTTAG=ip. The network stack may not be ready when kdump-config runs.
    Give it some time before reverting HOSTTAG to hostname if an IP address
    cannot be found. (LP: #1599561)

  * Add cio_ignore result to /etc/default/kdump-tools on s390x
    In order to have crashkernel=128M to work correctly on the s390
    architecture the result of cio_ignore -u -k needs to be appended to the
    KDUMP_CMDLINE_APPEND variable in /etc/default/kdump-tools. This patch
    adds the required logic to do the proper modification.  (LP: #1570775)

  * debian/rules : drop the dh_installinit override
    Uses a syntax which is no longer supported and generate an error on
    install. (LP: #1599491)

 -- Louis Bouchard <email address hidden>  Fri, 22 Jul 2016 10:15:20 +0200
Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
makedumpfile (1:1.6.0-2) sid; urgency=medium

  * define_stampdir() : Loop on hostname -I for 5 sec to get IP address
    if HOSTTAG=ip. The network stack may not be ready when kdump-config runs.
    Give it some time before reverting HOSTTAG to hostname if an IP address
    cannot be found. (LP: #1599561)

  * debian/rules : drop the dh_installinit override
    Uses a syntax which is no longer supported and generate an error on
    install. (LP: #1599491)

 -- Louis Bouchard <email address hidden>  Fri, 15 Jul 2016 17:25:33 +0200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
makedumpfile (1:1.6.0-1) sid; urgency=medium

  * New upstream version includes :
    o Exclude page structures of non-dumped pages
     - Add the new option "-e" to exclude the page structures which correspond
       to excluded pages. This option will bring a great performance, but it 
       will harm analyticity a little bit. Please see the note below:
    
       NOTE: If you specify this option, crash will show the message below
             and the 'kmem' command will not work.
    
           This dumpfile is incomplete because the page structures associated
           with excluded pages may also be excluded.  This may cause the crash
           session to fail entirely, may cause commands to fail (most notably
           the "kmem" command), or may result in unpredictable runtime behavior.
    
       Now this option supports only x86_64.
    
    o Support new kernels
     - The supported kernel is updated to 4.5 in this version.
    
    Changelog:
    o New feature
        - [PATCH V7] Exclude page structures of non-dumped pages. (by Cliff Wickman) 46176a9
        - [PATCH 1/4] ARM64: Refactor code to support multiple page level. (by Pratyush Anand) 28a4729
        - [PATCH 2/4] ARM64: Decide VA Bits on the basis of _stext symbol value. (by Pratyush Anand) a93301d
        - [PATCH 3/4] ARM64: Fix KVBASE. (by Pratyush Anand) ec85257
        - [PATCH 4/4] ARM64: Fix for ARM64 3 level translation tables. (by Sameer Goel) c92a63d
    
    o Bugfix
        - [PATCH] Fix bitmap buffer release code. (by Atsushi Kumagai) 7556e69
        - [PATCH 1/3] Keep segment memory size when re-filtering ELF dumps (by Petr Tesarik) 606fe8c
        - [PATCH 2/3] Mark unstored ELF pages as filtered (by Petr Tesarik) 1cdabcd
        - [PATCH 3/3] Rewrite readpage_elf (by Petr Tesarik) 7a7cebc
        - [PATCH] Looking for page.compound_order/compound_dtor to exclude hugepages
          (by Atsushi Kumagai) 5bc1f52
        - [PATCH] Skip examining compound tail pages (by Atsushi Kumagai) 13b4233
        - [PATCH] arm64: fix two level pmd calculation (by Pratyush Anand) 6759c72
        - [PATCH] Fix module core base and size offset for kernel v4.5 (by Pratyush Anand) fa6a75a
        - [PATCH] Fix deleted macro by mistake for ia64 (by Atsushi Kumagai) cfe652e
        - [PATCH] Fix boundary value bug for checking memory holes (by Atsushi Kumagai) 11a6dae
        - [PATCH] Skip null entries to walk page tables correctly (by Atsushi Kumagai) ecf7a13
        - [PATCH] Fix read data corruption for multi thread feature. (by Atsushi Kumagai) ae848e8
    
    o Cleanup
        - [PATCH] Remove useless definitions of return value. (by Atsushi Kumagai) 3d32567
        - [PATCH] Clean up the in-accurate message printing about mmap (by Baoquan He) 2b8c001
        - [PATCH v8] Improve the performance of --num-threads -d 31 (by Zhou Wenjian) dfa2447
        - [PATCH] Fix compilation warning (by Pratyush Anand) 7dda810
        - [PATCH] Fix compilation warnings for x86_64 (by Atsushi Kumagai) 27b5fb5
        - [PATCH] Fix man page to add -p option (by Atsushi Kumagai) e444aad
        - [PATCH] Fix compilation warning (by Andrey Skvortsov) 484c6b1

  * Debian specific enhancements :
    [kdump-tools] Add missing unit to crashkernel parameter
    [d/p/0001-Remove-libebl-linkage.patch] Adapt to new upstream vers.

  * Debian specific modifications dropped :
    d/p/0003-support-kernel-4.2.patch] Fixed upstream

 -- Louis Bouchard <email address hidden>  Wed, 22 Jun 2016 16:41:24 +0200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
makedumpfile (1:1.5.9-7) sid; urgency=medium

  * [d/rules] Lower kexec-tools dependency to -2
      The ubuntu merge will happen on an 1:2.0.10-2 version so it cannot 
      depends on -3.

 -- Louis Bouchard <email address hidden>  Tue, 31 May 2016 14:36:07 +0200
Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
makedumpfile (1:1.5.9-5ubuntu1) yakkety; urgency=medium

  [Hari Bathini <email address hidden>]
  * Fix networked kdump failure to reach remote server. Avoids
    "Network is unreachable" message when trying to do remote dumps on either
    SSH or NFS. (LP: #1571590)

 -- Louis Bouchard <email address hidden>  Fri, 29 Apr 2016 10:43:58 +0200
Published in trusty-backports
makedumpfile (1:1.5.9-5~ubuntu14.04.1) trusty-backports; urgency=medium

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

Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
makedumpfile (1:1.5.9-5) sid; urgency=medium

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

 -- Louis Bouchard <email address hidden>  Wed, 10 Feb 2016 10:14:37 +0100
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
makedumpfile (1:1.5.9-4ubuntu1) xenial; urgency=medium

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

 -- Dimitri John Ledkov <email address hidden>  Wed, 10 Feb 2016 08:35:48 +0000
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
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

 -- Louis Bouchard <email address hidden>  Tue, 26 Jan 2016 15:30:48 +0100

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
makedumpfile (1.5.5-2ubuntu1.5) trusty; urgency=medium

  * Add support for Firmware Assisted Dump (fadump)
    (LP: #1464833)

 -- Louis Bouchard <email address hidden>  Tue, 05 Jan 2016 16:07:54 +0100
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
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.

 -- Louis Bouchard <email address hidden>  Wed, 09 Dec 2015 15:53:54 +0100

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
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

 -- Louis Bouchard <email address hidden>  Mon, 07 Dec 2015 15:58:42 +0100
Obsolete in wily-updates
Deleted in wily-proposed (Reason: moved to -updates)
makedumpfile (1:1.5.8-4ubuntu1) wily; urgency=medium

  * 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 :

      - 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

      - 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.

      - 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

 -- Louis Bouchard <email address hidden>  Thu, 26 Nov 2015 15:38:15 +0100
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
makedumpfile (1:1.5.9-1build1) xenial; urgency=medium

  * Rebuild against fixed debhelper

 -- Louis Bouchard <email address hidden>  Wed, 25 Nov 2015 10:26:23 +0100
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
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.

 -- Louis Bouchard <email address hidden>  Tue, 24 Nov 2015 12:38:06 +0100

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
makedumpfile (1.5.5-2ubuntu1.4) trusty; urgency=medium

  * Add support for newer kernels. Changes include :
    - Support newer kernels up to 3.19
    - Remove the task about remap allocator from TODO list.
    - Initialize symbols early for old kernels.
    - Get MODULES_VADDR by KERNEL_IMAGE_SIZE for x86_64.
    (LP: #1469054)

 -- Louis Bouchard <email address hidden>  Tue, 15 Sep 2015 15:48:11 +0200
Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
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)

 -- Louis Bouchard <email address hidden>  Mon, 27 Jul 2015 16:23:48 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
makedumpfile (1:1.5.8-3) sid; urgency=medium

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

 -- Louis Bouchard <email address hidden>  Wed, 17 Jun 2015 15:10:42 +0200

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
makedumpfile (1.5.5-2ubuntu1.3) trusty; urgency=medium

  * Add upstart job to minimize interferences from sysVinit scripts
    during kernel crash dump collection. (LP: #1466013)

 -- Louis Bouchard <email address hidden>  Thu, 18 Jun 2015 11:16:13 +0200
Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
makedumpfile (1:1.5.8-2) sid; urgency=medium

  * Add upstart job for systems supporting upstart
   Closes: 788313

 -- Louis Bouchard <email address hidden>  Tue, 09 Jun 2015 11:11:02 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
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

 -- Louis Bouchard <email address hidden>  Tue, 28 Apr 2015 11:38:27 +0200

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
makedumpfile (1.5.5-2ubuntu1.2) trusty-proposed; urgency=medium

  * debian/patches/0003-fix-memset-in-cyclic-bitmap-initialization-segfault.patch
    debian/patches/0004-Fix-a-segment-fault-in-dumping-not-aligned.patch
    - Fix segmentation fault when small PT_LOAD is generated (LP: #1441042)
 -- Louis Bouchard <email address hidden>   Tue, 07 Apr 2015 11:04:39 +0200
Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
makedumpfile (1:1.5.7-5) experimental; urgency=medium


  * Fix panic_on_oops erratic handling
    Closes: #776582

  [ Hari Bathini <email address hidden> ]
  * Add firmware assisted dump support
    Closes: #776574, LP: #1415562

 -- Louis Bouchard <email address hidden>  Thu, 30 Jan 2015 14:04:47 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
makedumpfile (1:1.5.7-4) experimental; urgency=medium


  * Enable kdump-tools to work as a systemd service

 -- Louis Bouchard <email address hidden>  Thu, 04 Dec 2014 17:45:43 +0100
Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
makedumpfile (1.5.7-1ubuntu1) vivid; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - kdump-config: load kdump kernel from vmlinux too.

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
makedumpfile (1.5.5-2ubuntu1.1) trusty; urgency=medium

  * kdump-config: load kdump kernel from vmlinux too. (LP: #1324544)
 -- Mauricio Faria de Oliveira <email address hidden>   Fri, 03 Oct 2014 11:46:27 +0200

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
makedumpfile (1.5.6-2ubuntu1) utopic; urgency=medium

  * kdump-config: load kdump kernel from vmlinux too (LP: #1324544)
 -- Mauricio Faria de Oliveira <email address hidden>   Sat, 13 Sep 2014 13:34:02 -0300
Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
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

 -- Louis Bouchard <email address hidden>  Fri, 23 May 2014 12:33:24 +0200

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
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

 -- Louis Bouchard <email address hidden>  Tue, 29 Apr 2014 16:07:03 +0200
Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
makedumpfile (1.5.5-2ubuntu1) trusty; urgency=low

  * Merge from Debian unstable (LP: #1277065).  Remaining changes:
    - Build makedumpfile on armel, armhf, ppc64el, and x32.

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
makedumpfile (1.5.4-1ubuntu2) trusty; urgency=low

  * 0003-powerpc-vmap_area_list.patch: Apply patch from RedHat to add
    vmap_area_list definitions on powerpc and ppc64 to fix the FTBFS.
 -- Adam Conrad <email address hidden>   Mon, 04 Nov 2013 22:21:00 -0700
Superseded in trusty-proposed
makedumpfile (1.5.4-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Build makedumpfile on armel, armhf, ppc64el, and x32.
  * Stop trying to build on arm64 until upstream supports it.

Available diffs

Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
makedumpfile (1.5.3-1ubuntu1) saucy; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Build makedumpfile on armel, armhf, arm64, and x32.

Available diffs

Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
makedumpfile (1.5.1-1ubuntu1) raring; urgency=low

  * Build makedumpfile on armel, armhf, arm64, and x32 (LP: #831643)
 -- Adam Conrad <email address hidden>   Sun, 24 Feb 2013 14:57:12 -0700
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
makedumpfile (1.5.1-1) unstable; urgency=low


  * Merge of new upstream version 1.5.1
  * Add --dmesg-fix from upstream 1.5.2 for kernels 3.5
    and above
  * Add creation of /var/crash/dmesg.{timestamp} by kdump-config

 -- Louis Bouchard <email address hidden>  Tue, 05 Feb 2013 09:55:43 +0100

Available diffs

Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
makedumpfile (1.5.0-1) unstable; urgency=low


  * New upstream version 1.5.0

 -- Louis Bouchard <email address hidden>  Mon, 17 Sep 2012 15:55:39 +0200

Available diffs

Superseded in raring-release
Obsolete in quantal-release
makedumpfile (1.4.4-1) unstable; urgency=low


  * New upstream version

 -- John Wright <email address hidden>  Mon, 16 Jul 2012 04:01:21 -0600

Available diffs

Superseded in quantal-release
makedumpfile (1.4.3-1) unstable; urgency=low


  [ Louis Bouchard ]
  * Update packaging for upstream version 1.4.3

  [ John Wright ]
  * Add Louis Bouchard to Uploaders.  Thanks!

 -- John Wright <email address hidden>  Sun, 10 Jun 2012 00:34:07 -0700

Available diffs

Superseded in quantal-release
makedumpfile (1.4.0-1) unstable; urgency=low


  * New upstream version
  * Drop makedumpfile-static package, since makedumpfile depends on
    libebl, which is no longer available statically, and nobody is
    depending on makedumpfile-static anyway

 -- John Wright <email address hidden>  Sun, 22 Jan 2012 16:49:51 -0800

Available diffs

Superseded in quantal-release
Published in precise-release
Obsolete in oneiric-release
makedumpfile (1.3.7-2) unstable; urgency=low

  * Cherry-pick upstream commits:
    - [PATCH] BUGFIX: Avoid SIGSEGV when specifying -V option.
      (5b8c2da75cbdb230019a3b956793fb768055b977)
    - [PATCH] Copy correct nr_cpus info to dumpfile during re-filtering.
      (c4f1c98a9827c1c0e41772c1954940fbf1b48048)
  * kdump-tools.init: Don't exit with failure status except for bad
    usage.  This way, even if /etc/default/kdump-tools has USE_KDUMP=1
    but the kernel command line or debug kernels are not set up,
    installation of a new version of the package will not leave it
    unconfigured.  (Closes: #623470)

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
makedumpfile (1.3.5-1) unstable; urgency=low

  * New upstream version
  * Preserve upstream's original makedumpfile.8 in clean target
  * kdump-config: Fix a typo
  * Switch to the "3.0 (quilt)" source format
    - Remove unneeded Build-Depends on quilt
  * Update kdump-tools.README.Debian to reflect that recent kernels
    don't need a crash kernel start address
  * Apply patch from Petter Reinholdtsen to fix incorrect dependencies
    in kdump-tools.init (Closes: #569685)
  * Indicate support for Linux 2.6.32
    - Although upstream hasn't updated its LATEST_VERSION macro, this
      version works without modification on Linux 2.6.32.  Squelch a
      warning that a 2.6.32 kernel is not supported.
  * Backport upstream commit 4a16bd39866093f4949f8e9dc183fa2321bda22d
    - Fix buffer overflow when writing dh->signature

Available diffs

Superseded in natty-release
Obsolete in maverick-release
Obsolete in lucid-release
Obsolete in karmic-release
makedumpfile (1.3.3-0ubuntu4) karmic; urgency=low

  * debian/patches/02-Add_x86_64_linux-2.6.31.patch:
    - apply patch by Ken'ichi Ohmichi to support 2.6.31 on
      amd64 (kernel memory layout changed)

 -- Michael Vogt <email address hidden>   Thu, 16 Jul 2009 09:18:33 +0200

Available diffs

Superseded in karmic-release
makedumpfile (1.3.3-0ubuntu3) karmic; urgency=low

  * debian/rules, debian/control:
    - add dpatch
  * debian/patches/01_fix_makefile:
    - fix make install target

 -- Michael Vogt <email address hidden>   Tue, 23 Jun 2009 13:14:10 +0200

Available diffs

Superseded in karmic-release
makedumpfile (1.3.3-0ubuntu2) karmic; urgency=low

  * fix FTBFS due to missing man dir

 -- Michael Vogt <email address hidden>   Tue, 23 Jun 2009 09:21:08 +0200

Available diffs

Superseded in karmic-release
makedumpfile (1.3.3-0ubuntu1) karmic; urgency=low

  * New upstream release
  * depends on latest libdw-dev (the previous version does
    not ship the required static lib)

 -- Michael Vogt <email address hidden>   Mon, 22 Jun 2009 16:19:42 +0200

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
Obsolete in intrepid-release
makedumpfile (1.2.9-0ubuntu3) intrepid; urgency=low

  * Add missing build dependency "zip" to fix FTBFS.

 -- Martin Pitt <email address hidden>   Wed, 08 Oct 2008 15:11:25 +0200

Available diffs

Superseded in intrepid-release
makedumpfile (1.2.9-0ubuntu2) intrepid; urgency=low

  * Corrected FTBFS caused by a mistake in the makefile

 -- Michael Casadevall <email address hidden>   Mon, 06 Oct 2008 02:01:26 -0400

Available diffs

Superseded in intrepid-release
makedumpfile (1.2.9-0ubuntu1) intrepid; urgency=low

  * New upstream version (LP: #271956)
  * Support ia64 discontigmem kernels of linux-2.6.20+.
  * Support x86_64 linux-2.6.27 kernel.
  * Add "--vtop" option for debugging.
  * Add the debugging message for ia64 pgtable.
  * Get information from vmcoreinfo of /proc/vmcore even if -x/-i option.
  * Add free() for error handling.
  * Fix NOT_FOUND value of SIZE(nodemask_t).
  * Use the terminal sizes of 80 for the IMPLEMENTATION file. (Bernhard Walle)
  * Use static allocation instead of malloc().
  * Add get_num_dumpable() function.
  * Remove the unused pointer.
  * Remove the unused code.
  * Make the ELF methods simple.
  * Merge the same code in write_elf_pages().
  * Add "void" to some arguments.
  * Separate the dependency code to machine and linux version.
  * Cleanup vaddr_to_paddr() function.

 -- Kevin Worth <email address hidden>   Thu, 18 Sep 2008 10:34:45 -0700

Available diffs

Superseded in intrepid-release
makedumpfile (1.2.6-0ubuntu3) intrepid; urgency=low

  * Added lpia to architectures.

 -- Ben Collins <email address hidden>   Tue, 08 Jul 2008 10:51:37 -0400

Available diffs

Superseded in intrepid-release
makedumpfile (1.2.6-0ubuntu2) intrepid; urgency=low

  * Get rid of prerm and postinst from packaging, they were empty.
  * Added copyright for packaging.
  * Added copyright for ppc64.c to debian/copyright
  * Check return value of read(), gets rid of warnings.

 -- Ben Collins <email address hidden>   Wed, 02 Jul 2008 09:18:36 -0400

Available diffs

Superseded in intrepid-release
Superseded in intrepid-release
makedumpfile (1.2.6-0ubuntu1) intrepid; urgency=low

  * Initial release
  * Use _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE instead of
    _FILE_OFFSET_BITS=64 for correct compilation.
  * Added initramfs hook to install makedumpfile into initrd

 -- Ben Collins <email address hidden>   Wed, 18 Jun 2008 18:15:32 -0400
76129 of 129 results