~cascardo/ubuntu/+source/makedumpfile:xenial

Last commit made on 2017-10-19
Get this branch:
git clone -b xenial https://git.launchpad.net/~cascardo/ubuntu/+source/makedumpfile
Only Thadeu Lima de Souza Cascardo can upload to this branch. If you are Thadeu Lima de Souza Cascardo please log in for upload directions.

Branch merges

Branch information

Name:
xenial
Repository:
lp:~cascardo/ubuntu/+source/makedumpfile

Recent commits

4f598c1... by Thadeu Lima de Souza Cascardo

KDUMP_CMDLINE_APPEND: add noirqdistrib for ppc64el

There is no need to specify that option conditionally only on ppc64el
architecture, as this option is only meaningful there.

This option is needed, otherwise some interrupts may be lost.

Suggested-by: "Mauro S. M. Rodrigues" <email address hidden>
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>
[<email address hidden>: add lp to changelog]

93f5769... by Louis Bouchard

[debian] Add changelog entry for bug 862411 fix release

Signed-off-by: Louis Bouchard <email address hidden>
(backported from commit f6703a812ea9b4720bb2aab838c7dd322bb06b68)
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

a165d4e... by Louis Bouchard

[debian] Add scsi_dh_* to initrd.img if in use

Add the scsi_dh_* modules to the kdump-specific initrd.img
so the kexec reboot will work on a system with multipath root

Signed-off-by: Louis Bouchard <email address hidden>
(cherry picked from commit 058dd768108e16923b497594c214ceb074878345)
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

3319397... by dann frazier

Import Debian changes 1:1.5.9-5ubuntu0.5

makedumpfile (1:1.5.9-5ubuntu0.5) xenial; urgency=medium

  * Build on arm64. While this version of makedumpfile doesn't support
    creating filtered dumps of Ubuntu arm64 kernels, it does satisfy
    the dependency for kdump-tools, which will cleanly fallback to 'cp'
    mode if makedumpfile fails. LP: #1238110, LP: #1694859.

04420c5... by Louis Bouchard

Import Debian changes 1:1.5.9-5ubuntu0.4

makedumpfile (1:1.5.9-5ubuntu0.4) xenial; urgency=medium

  * d/p/0006-PATCH-Support-newer-kernels.patch :
    Support kernel versions up to 4.8 (LP: #1557751)
  * 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 (LP: #1641235)
  * Complete support for kernel versions 4.8 and later :
    d/p/0007-PATCH-Looking-for-page.compound_order-compound_dtor-.patch,
    d/p/0008-PATCH-Skip-examining-compound-tail-pages.patch (LP: #1655625)

f2dbb9f... by Chris J Arges

Import Debian changes 1:1.5.9-5ubuntu0.3

makedumpfile (1:1.5.9-5ubuntu0.3) xenial; urgency=medium

  * d/p/0003-PATCH-v2-Support-_count-_refcount-rename-in-struct-p.patch,
    d/p/0004-fix-readpage_elf-attempt-to-read-non-existent-page.patch
    Fix makedumpfile failure on 4.8 kernels.
     - Makedumpfile will exit on error with the following message :
       get_mem_map: Can't distinguish the memory type. (LP: #1626269)
     - Fix readpage_elf: Attempt to read non-existent page errors after
       previous patch is applied

  [ Rinat ]
  * Fix double-quote handling in /proc/cmdline
    Parsing of the cmdline would fail if double-quotes are encountered
    in /proc/cmdine (i.e. like when things like "acpi_osi=!Windows 2012"
    are found in the cmdline). (LP: #1644771)

  * Fix spelling error in debian/control

abfa60a... by Chris J Arges

Import Debian changes 1:1.5.9-5ubuntu0.2

makedumpfile (1:1.5.9-5ubuntu0.2) xenial; urgency=medium

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

0e07801... by Louis Bouchard

Import Debian changes 1:1.5.9-5ubuntu0.1

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)

45f6db9... by Thadeu Lima de Souza Cascardo

New upstream version 1.5.9

c168782... by Louis Bouchard

[changelog] Update changelog to 1.5.9-5

Signed-off-by: Louis Bouchard <email address hidden>