~ddstreet/ubuntu/+source/makedumpfile:lp1828596-x

Last commit made on 2019-12-20
Get this branch:
git clone -b lp1828596-x https://git.launchpad.net/~ddstreet/ubuntu/+source/makedumpfile
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
lp1828596-x
Repository:
lp:~ddstreet/ubuntu/+source/makedumpfile

Recent commits

fd604f5... by Dan Streetman

LP: #1828596 (and others)

55fec6d... by Thadeu Lima de Souza Cascardo

Import patches-unapplied version 1:1.6.3-2~16.04.1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: a629210a230ea2e65e06476bf74028cf900889be

New changelog entries:
  * Backport latest makedumpfile to xenial. (LP: #1746299)
  * Revert to build-depending on dh-systemd, as xenial does not have
    debhelper >= 9.20160709.

a629210... by Thadeu Lima de Souza Cascardo

Import patches-unapplied version 1:1.6.3-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 79ae599df4f0becded8621cf8e15699104852aea

New changelog entries:
  * Add support for SPARSEMEM_EXTREME mem_section as a pointer. (LP: #1750021)
  * Add an autopkgtest that test that a crash produces a compressed dump
    file.
  * Create initrd for previously installed kernels. (LP: #1751329)

79ae599... by Thadeu Lima de Souza Cascardo

Import patches-unapplied version 1:1.6.3-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 28006c1ab9cfffc62e4571a599d485da3326c799

New changelog entries:
  * New upstream release. Main new feature:
    o Support new kernels
     - The supported kernel is updated to 4.14.8 in this version. (LP: #1746299)
       4.14.9 and later can't be filtered correctly due to inappropriate VMCOREINFO,
       it will be resolved in kernel 4.15.
  * Changelog:
    o New feature
        - [PATCH v2] x86_64: Take care of init_level4_pgt rename in kernel (by Pratyush Anand) 64bd5db
        - [PATCH v2] Fix SECTION_MAP_MASK for kernel >= v.13 (by Pratyush Anand) 4bf4f2b
        - [PATCH v2] book3s/ppc64: Lower the max real address to 53 bits for kernels >= v4.11
          (by Bhupesh Sharma) 6c83e74
        - [PATCH v3 1/4] Support symbol __cpu_online_mask (by Takao Indoh) 3b11c00
        - [PATCH] ppc64: update hash page table geometry (by Hari Bathini) 3c39f13
        - [PATCH] handle renamed init_level4_pgt -> init_top_pgt (by Jeff Mahoney) 5e54d53
    o Bugfix
        - [PATCH v2] arm64: Fix page table walk of 1GB section (by Bradley Bolen) 27508f1
        - [PATCH v2 1/2] ppc64: set page_offset in get_versiondep_info_ppc64() (by Pingfan Liu) 52319d2
        - [PATCH v2 2/2] ppc64: get the info of mem reserved for crashkernel (by Pingfan Liu) c7fcbbc
        - [PATCH v3 3/4] sadump: Fix a KASLR problem of sadump (by Takao Indoh) b4f7d95
        - [PATCH v3 4/4] sadump: Fix a KASLR problem of sadump while kdump is working (by Takao Indoh) 13d3059
        - [PATCH 2/2] Fix 'kernel_version' variable being uninitialized & introduce minor reorganization
          (by Bhupesh Sharma) d1ffe82
        - [PATCH 1/2] Fix off-by-one errors in exclude_segment() (by Petr Tesarik) 590f35e
        - [PATCH 2/2] Fix physical-to-virtual conversion in exclude_segment() (by Petr Tesarik) 6c1bf2a
    o Cleanup
        - [PATCH] Fix formatting problems in header file (by Eric DeVolder) cefea9e
        - [PATCH v3 2/4] Introduce vtop4_x86_64_pagetable (by Takao Indoh) 6de5d37
        - [PATCH 1/2] Fix compilation warnings on ppc64/ppc64le platforms (by Bhupesh Sharma) 0df157a
        - [PATCH] Make good use of is_cyclic_region() (by Atsushi Kumagai) 6bfd7a3
        - [PATCH] Fix the regression about getting kernel version (by Atsushi Kumagai) 254c116
        - [PATCH] Update maintainers (by Atsushi Kumagai) 9d3147e
  * Use multi-user.target. (LP: #1708409)
  * kdump-tools Recommends initramfs-tools-core.
  * Add myself as uploader.
  * Move Vcs control fields to salsa.

28006c1... by dann frazier

Import patches-unapplied version 1:1.6.2-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 02b424d567d3bd36b2e57b800a3feecb75523431

New changelog entries:
  [ dann frazier ]
  * Make the kdump kernel cmdline consistent in comments, code & docs.
  * Set reasonable default cmdlines for arm64. (Closes: 883899)
  * ppc64el: Remove ata_piix.prefer_ms_hyperv=0 from crashkernel cmdline
  * ppc64el: add noirqdistrib to command line. (LP: #1658733)
  * Add myself to Uploaders.
  * Build-Depend on debhelper (>= 9.20160709) instead of dh-systemd,
    which is obsolete. Thanks lintian.
  [ Thadeu Lima de Souza Cascardo ]
  * Set crashkernel for ppc64el to load at 128M instead of 32M. That allows
    larger kernels to boot. (LP: #1728115)

02b424d... by Louis Bouchard

Import patches-unapplied version 1:1.6.2-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: d68906d0d35c1b0901c2d9895737f6cb9f978c1c

New changelog entries:
  [ Thadeu Lima de Souza Cascardo ]
  * Add ucf support
    /etc/default/kdump-tools was already changed by the maintainer script,
    so it should not be a conffile. ucf allows the maintainer scripts to ask
    the user about changes done by the user to the config file.
    Invoking debconf first in the script is desired, because the frontend
    might exec and invoke the script itself again. Also, we install the
    generated file instead of the original file, as we will replace some of
    the settings. (Closes: 877250)

d68906d... by Thadeu Lima de Souza Cascardo

Import patches-unapplied version 1:1.6.2-0.1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 0291b68f52ce9112017e48c6c06b49c0ee4dac9b

New changelog entries:
  * Non-maintainer upload.
  * New upstream release. Main new feature:
    o Support for sparc64
     - sparc64 is supported from this version, it's tested on kernel-4.1.12.
    o Add new option for --dump-dmesg
     - Introduce the new option "--partial-dmesg", it can exclude the buffers
       cleared by "dmesg --clear" while the current --dump-dmesg always extracts
       the whole ring buffer.
    o Support new kernels
     - The supported kernel is updated to 4.11 in this version.
  * Changelog:
    o New feature
        - [PATCH] Add initial sparc64 support (by Tom Hromatka) 001d9b7
        - [PATCH v5 1/2] Add runtime kaslr offset if it exists (by Pratyush Anand)
          2bfb7f1
        - [PATCH v5 2/2] x86_64: Calculate page_offset in case of re-filtering/
          sadump/virsh dump (by Pratyush Anand) 4944f93
        - [PATCH v2] Add the --partial-dmesg option to dump only non-cleared dmesg
          (by Ivan Delalande) ec5da81
        - [PATCH v3 1/2] Fold the calc of time delta into a func (by Pingfan Liu)
          1192446
        - [PATCH v3 2/2] print_info: Show the remaining time of dump progress (by
          Pingfan Liu) 3438e8d
    o Bugfix
        - [PATCH] elf_info.c: fix memory leak in get_kcore_dump_loads() (by Pingfan
          Liu) f10d1e2
        - [PATCH] Error on re-filtering the dump file with no free pages (by
          Mikhail Zaslonko) deb8e1f
        - [PATCH] Fix get_kcore_dump_loads() error case (by Pratyush Anand) a569d63
        - [PATCH] sadump: set info->page_size before cache_init() (by Hatayama,
          Daisuke) b98e6e0
        - [PATCH] Fix the use of Xen physical and machine addresses (by Petr
          Tesarik) e765785
        - [PATCH V3] elf_info: Fix file_size if segment is excluded (by Pratyush
          Anand) 88731c7
        - [PATCH v3] Prevent data loss in last page of ELF core dumpfile (by Eric
          DeVolder) 622f0d7
        - [PATCH] Consider not page-size aligned phys_end for paddr_to_pfn() (by
          Atsushi Kumagai) 25259e6
        - [PATCH] Fix the regression caused by moving cache_init() earlier (by
          Atsushi Kumagai) be0461f
    o Cleanup
        - [PATCH 1/4] eppic: Rename scripts to reflect validity of kernel version
          (by Kamalesh Babulal) b55b29f
        - [PATCH 2/4] eppic/vhost_net_buffers: Introduce changes for kernel 3.19
          (by Kamalesh Babulal) 0a1d8ee
        - [PATCH 3/4] eppic/dir_names: Introduce changes for kernel 3.14 (by
          Kamalesh Babulal) 5c822a7
        - [PATCH 4/4] eppic/keyring: Introduce changes for kernel 4.4 (by Kamalesh
          Babulal) 19fe701
        - [PATCH v3 1/7] show_mem_usage(): calculate page offset after elf load (by
          Pratyush Anand) 4b0bed3
        - [PATCH v3 2/7] initial(): call cache_init() a bit early (by Pratyush
          Anand) 8e2834b
        - [PATCH v3 3/7] x86_64: check physical address in PT_LOAD for none direct
          mapped regions (by Pratyush Anand) f136302
        - [PATCH v3 4/7] elf_info: kcore: check for invalid physical address (by
          Pratyush Anand) f4ab689
        - [PATCH v3 5/7] makedumpfile: Correct the calculation of kvaddr in
          set_kcore_vmcoreinfo (by Baoquan He) 4c53423
        - [PATCH v3 6/7] makedumpfile: Discard process_dump_load (by Baoquan He)
          f3ff8c6
        - [PATCH v3 7/7] mem-usage: allow to work only with -f for kernel version <
          4.11 (by Pratyush Anand) 78cbb40
        - [PATCH] Fix typo in the ERRMSG of function show_mem_usage (by Eric
          Desrochers) ade8512 (Closes: #857051)
        - [PATCH] Fix other typos in messages (by Atsushi Kumagai) b171374
        - [PATCH] Fix compiler warnings (by Eric DeVolder) 04dab93
  * Update debian patches to latest release.
  * Add file to the list of kdump-tools dependencies, it's used by
    kdump-config.
  * Add watch file.

0291b68... by Louis Bouchard

Import patches-unapplied version 1:1.6.1-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: ddabd2fd510d70e1ba88dac3d9ad5ceb6062f0ce

New changelog entries:
  * d/kernel-postinst-generate-initrd : Add scsi_dh_* modules if in
    use so the system can dump a crash when root is on multipath
    (LP: #1635597) (Closes: 862411)
  [ dann frazier ]
  * Select appropriate /etc/default/grub.d/kdump-tools.cfg at build time.
    A side-effect of this is that kdump-tools is no longer Arch: all.
    (Closes: #863858)

ddabd2f... by Louis Bouchard

Import patches-unapplied version 1:1.6.1-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 1beed7686e511e0e72b42d1c9b64a35951e0f930

New changelog entries:
  * New upstream release. Main new feature:
    o Support new kernels
     - The supported kernel is updated to 4.8 in this version.
  * Changelog:
    o New feature
        - [PATCH v2] Support _count -> _refcount rename in struct page (by Vitaly
          Kuznetsov) ed46b6a
        - [PATCH 1/8] ppc64: fix vtop page translation for 4K pages (by Hari
          Bathini) cf02f88
        - [PATCH 2/8] ppc64: Use kernel terminology for each level in 4-level page
          table (by Hari Bathini) 37abbe1
        - [PATCH 3/8] ppc64: address changes in kernel v4.5 (by Hari Bathini)
          bc86b61
        - [PATCH 4/8] ppc64: address change in _PAGE_PRESNT flag for PowerISA v3.0
          (by Hari Bathini) 3003fbe
        - [PATCH 5/8] ppc64: use physical addresses and unfold pud for 64K page
          size (by Hari Bathini) afe7f9f
        - [PATCH 6/8] ppc64: support big endian Linux page tables (by Hari
          Bathini) f3d7cc5
        - [PATCH 7/8] ppc64: use the same masked bit values for 4K and 64K
          pagesizes (by Hari Bathini) 398746a
        - [PATCH 8/8] ppc64: enable address translation support for radix mmu (by
          Hari Bathini) ed65d60
        - [PATCH 01/10] arm64: cleanup code, comment, blank space, blank lines etc
          (by Pratyush Anand) c42c582
        - [PATCH 02/10] read_vmcoreinfo_long: Allow to read hex values as well (by
          Pratyush Anand) b01fa28
        - [PATCH 03/10] Introduce read_vmcoreinfo_ulong() (by Pratyush Anand)
          edc314e
        - [PATCH 04/10] arm64: use already available PAGESIZE() and PAGESHIFT()
          macros (by Pratyush Anand) 48581a7
        - [PATCH 05/10] arm64: fix page_offset definition (by Pratyush Anand)
          a4335c6
        - [PATCH 06/10] arm64: fix re-filtering (by Pratyush Anand) 618b76c
        - [PATCH 07/10] arm64: use value of VA_BITS and PHYS_OFFSET embedded into
          vmcore (by Pratyush Anand) 74df822
        - [PATCH 08/10] arm64: immunize identity mapped address finding w.r.t.
          kernel changes (by Pratyush Anand) a84f726
        - [PATCH 09/10] arm64: Add support for 4level 4K page translations table
          (by Azriel Samson) 969ee30
        - [PATCH 10/10] arm64: fix memory layout as per changes in v4.6 kernel (by
          Pratyush Anand) b6fe70c
    o Bugfix
        - [PATCH 1/2] sadump: fix segmentation fault on sadump-related formats (by
          HATAYAMA Daisuke) 0ba14bc
        - [PATCH 2/2] sadump: fix wrong progress report on sadump formats (by
          HATAYAMA Daisuke) d5d268b
        - [PATCH] Fix module init base and size offset for kernel v4.5 (by
          Guenther Hutzl) 32dd468
        - [PATCH] Fix uninitialized file descriptors for parallel dump (by Atsushi
          Kumagai) 1474dd4
        - [PATCH] x86_64: Set zero to phys_base for the kernel older than 2.6.22
          (by Atsushi Kumagai) 114060b
    o Cleanup
        - [PATCH] Add more descriptions of multi-threads feature (by Zhou Wenjian)
          2af8d6a
        - [PATCH v2] Cleanup: Use a negative number for uninitialized file
          descriptors (by Petr Tesarik) 8b8fa9f
        - [PATCH v3 1/3] open_dump_bitmap: open bitmap file in non-cyclic case (by
          Martin Wilck) a8d8657
        - [PATCH v3 2/3] move call to open_dump_bitmap() to after call to
          initial() (by Martin Wilck) 3696c40
        - [PATCH v3 3/3] close_dump_bitmap: simplify logic (by Martin Wilck)
          c1c53f8
        - [PATCH v2 1/2] Adapt code to get value of phys_base (by Baoquan He)
          acdbb1d
        - [PATCH V2 1/4] x86_64: Calculate page_offset from pt_load (by Pratyush
          Anand) 0c9dd01
        - [PATCH V2 2/4] x86_64: translate all VA to PA using page table values
          (by Pratyush Anand) c41e33c
        - [PATCH V2 3/4] x86_64: kill is_vmalloc_addr_x86_64() (by Pratyush Anand)
          8419f4d
        - [PATCH V2 4/4] x86_64: kill some unused initialization (by Pratyush
          Anand) ecb3719
        - [PATCH v2 2/2] Clean up unused KERNEL_IMAGE_SIZE (by Atsushi Kumagai)
          0068010
  * Debian specific changes :
    - d/control:
      Update Vcs-Git field to new URL
      Add lsb-base dependency to kdump-tools to avoid lintian error
    - Fix Readme.Debian :
      Replace nmi_watchdog=1 to nmi_watchdog=panic for x86 and x86_64 arch
      (Closes: 824094)
      Mention Magic SysRq key (Closes: 793753)

1beed76... by Louis Bouchard

Import patches-unapplied version 1:1.6.0-4 to debian/sid

Imported using git-ubuntu import.

Changelog parent: c4e85677f129054761ab4353d8a421d4be0e922e

New changelog entries:
  * Turn hardcoded timeo and retrans NFS options into parameters that
    can be modified in /etc/default/kdump-tools. Also use the NFS defaults
    (timeo=600, retrans=3) for these parameters. Make those values visible
    in the 'show' command if NFS is configured (Closes: 847920)
  * Add translation file for :
    [ Chris Leick <email address hidden> ]
    - German (Closes: 842494)