~ddstreet/ubuntu/+source/makedumpfile:ubuntu/devel

Last commit made on 2019-08-06
Get this branch:
git clone -b ubuntu/devel 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:
ubuntu/devel
Repository:
lp:~ddstreet/ubuntu/+source/makedumpfile

Recent commits

95e39ea... by Thadeu Lima de Souza Cascardo

Import patches-unapplied version 1:1.6.6-2ubuntu1 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 6dc0f4a65132d6a198519920a40f62c23427596a

New changelog entries:
  [ Thadeu Lima de Souza Cascardo ]
  * Merge from Debian unstable. Remaining changes:
    - Bump amd64 crashkernel from 384M-:128M to 512M-:192M.
  * Add kdump retry/delay mechanism when dumping over network (LP: #1681909)
  * Allow proper reload of kdump after multiple hotplug events. (LP: #1828596)
  [ Connor Kuehl ]
  * Let the kernel decide the crashkernel offset for ppc64el (LP: #1741860)

6dc0f4a... by Thadeu Lima de Souza Cascardo

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

Imported using git-ubuntu import.

Changelog parent: fc3b2d6d132e0b0cffba9c18ab983738389f6a7b

New changelog entries:
  [ Guilherme G. Piccoli ]
  * Add kdump retry/delay mechanism when dumping over network
  [ Thadeu Lima de Souza Cascardo ]
  * Use a different service for vmcore dump.
  * Use maxcpus instead of nr_cpus on ppc64el.
  * Reload kdump when CPU is brought online.
  * Allow proper reload of kdump after multiple hotplug events.

fc3b2d6... by Thadeu Lima de Souza Cascardo

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

Imported using git-ubuntu import.

Changelog parent: 69d17ac5aa24833952b34a362227f29a82115a67

New changelog entries:
  * Update to new upstream version 1.6.6.

69d17ac... by Thadeu Lima de Souza Cascardo

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

Imported using git-ubuntu import.

Changelog parent: 8946a62bc47c945975bc0169c13ca2e447ce1f9b

New changelog entries:
  * Update to new upstream version 1.6.5.
  * debian: remove debian/source/local-options
  * [i18n] Move PT debconf translation (Closes: #910465)

8946a62... by Thadeu Lima de Souza Cascardo

Import patches-unapplied version 1:1.6.4-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: ab11f8d904b8921ac174d8b10d205879bbc52a7a

New changelog entries:
  * Reload kdump after memory/CPU hotplug. (LP: #1655280)
  * Fix adding crashkernel to zipl.conf when no quotation mark is used.
    (LP: #1790788)

ab11f8d... by Thadeu Lima de Souza Cascardo

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

Imported using git-ubuntu import.

Changelog parent: 9a2b8675472be9961ce4c2df3eeca0f36c9f4fca

New changelog entries:
  * Ignore uninstalled kernels when doing the kernel postinst. (Closes: #904524)

9a2b867... by Thadeu Lima de Souza Cascardo

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

Imported using git-ubuntu import.

Changelog parent: a629210a230ea2e65e06476bf74028cf900889be

New changelog entries:
  * New upstream release. Main new features:
    o 5-level paging support
      - 5-level paging on x86_64 system is supported from this version.
    o --mem-usage support for arm64
      - The makedumpfile --mem-usage option is now supported on arm64 system.
        And the option was also tested on ppc64 and s390x by Bhupesh Sharma.
    o Support new kernels
      - The supported kernel is updated to 4.17.0 in this version.
  * Changelog:
    o New feature
      - [PATCH v2 0/3] arm64: Add '--mem-usage' support (Bhupesh Sharma) f49ca13
      - [PATCH v2 1/3] Add a new helper file 'tools.c' that provides some useful APIs (Bhupesh Sharma) 4d86cc7
      - [PATCH v2 2/3] arm64: Add support to read symbols like _stext from '/proc/kallsyms' (Bhupesh Sharma) d1e7805
      - [PATCH v2 3/3] Documentation: Update documentation regarding --mem-usage' option (Bhupesh Sharma) 8449bda
      - [PATCH 0/4] Add 5-level paging support (Baoquan He) 342fdab
      - [PATCH 2/4] Add pgtable_l5_enabled to number_table (Baoquan He) 8ae6f36
      - [PATCH 3/4] Add a new function check_5level_paging() (Baoquan He) 33ca808
      - [PATCH 4/4] arch/x86_64: Add 5-level paging support (Dou Liyang) 30a3214
      - [PATCH] handle mem_section as either a pointer or an array (Thadeu Lima de Souza Cascardo) 14876c4
      - [PATCH] ppc64: Increase the VA range (Hari Bathini) bd1ae9c
    o Bugfix
      - [PATCH] sadump: Fix a problem of PTI enabled kernel (Takao Indoh) 38de12a
      - [PATCH] Fix a bug when multi-threads feature meets enospace (Zhou Wenjian) 63b05c9
      - [PATCH] Fix array index out of bound exception (Lianbo Jiang) e5f96e7
      - [PATCH] fix for hugepages filtering (Hari Bathini) 246801c
      - [PATCH v2] Use integer arithmetics for the progress bar (Petr Tesarik) c6b79cb
      - [PATCH 2/2] Check PG_swapbacked for swap cache pages (Petr Tesarik) ca1f31e
      - [PATCH] Fix -g for change of mem_section (Kazuhito Hagio) f3c87e0
      - [PATCH] Fix -i for KASLR (Kazuhito Hagio) 08db98c
      - [PATCH] Fix validate_mem_section() (Kazuhito Hagio) 8f1aafa
      - [PATCH] arm64: Fix calculation of page_offset in case we are running cases other than mem-usage (Bhupesh Sharma) cb7af5f
    o Cleanup
      - [PATCH v2] Always use bigger SECTION_MAP_MASK (Petr Tesarik) 6c6789f
      - [PATCH 1/2] Add is_cache_page() helper to check if a page belongs to the cache (Petr Tesarik) 694f28c
      - [PATCH 1/4] arch/x86_64: Cleanup the address translation of the 4-level page tables (Dou Liyang) acab2a2
      - [PATCH] Fix some compilation warnings on x86 system (Kazuhito Hagio) 2148e43
      - [PATCH] Update maintainers (Masaki Tachibana) bc7420b
  * Remove 0003-sparsemem_extreme.patch, applied upstream.
  * Update pt_PT debconf translation, thanks Rui Branco. (Closes: #898280)
  * Update ru debconf translation, thanks Lev Lamberov. (Closes: #883139)
  * Update da debconf translation, thanks Joe Dalton. (Closes: #856784)
  * Make ADT check for systemd service.
  * Skip test if crashkernel was not reserved.

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)