[ubuntu/xenial-updates] makedumpfile 1:1.6.3-2~16.04.1 (Accepted)
Łukasz Zemczak
lukasz.zemczak at canonical.com
Mon Jun 11 08:15:06 UTC 2018
makedumpfile (1:1.6.3-2~16.04.1) xenial; urgency=medium
* Backport latest makedumpfile to xenial. (LP: #1746299)
* Revert to build-depending on dh-systemd, as xenial does not have
debhelper >= 9.20160709.
makedumpfile (1:1.6.3-2) unstable; urgency=medium
* 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)
makedumpfile (1:1.6.3-1) unstable; urgency=medium
* 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.
makedumpfile (1:1.6.2-2) unstable; urgency=medium
[ 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)
makedumpfile (1:1.6.2-1) unstable; urgency=medium
[ 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)
makedumpfile (1:1.6.2-0.1) unstable; urgency=medium
* 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.
makedumpfile (1:1.6.1-2) sid; urgency=medium
* 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)
makedumpfile (1:1.6.1-1) sid; urgency=medium
* 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)
makedumpfile (1:1.6.0-4) unstable; urgency=medium
* 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 <c.leick at vollbio.de> ]
- German (Closes: 842494)
makedumpfile (1:1.6.0-3) sid; 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 (Closes: #842019)
[ Robert Collins ]
* Support Hyper-V hypervisors.
Per https://support.microsoft.com/en-us/kb/2858695 the ata_piix driver
will attempt to create a second connection to the hypervisor
while the original kernel is still connected, which fails.(Closes: #824525)
* Add translation files for :
[ Adriano Rafael Gomes ]
- Brazilian Portuguese (Closes: #834935)
[ Frans Spiesschaert ]
- Dutch (Closes: #834609)
[ Jean-Pierre Giraud ]
- French (Closes: #832006)
[ 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). (Closes: #835600)
* Raise debian compatibility level to 9
* Fix spelling error in debian/control
makedumpfile (1:1.6.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Import fixes from ubuntu
* Remove hugepages/hugepagesz from kdump's cmdline. (LP: #1634132)
- Chris J Arges <chris.j.arges at ubuntu.com>
* Build on arm64. LP: #1238110, Closes: 791963
- <doko at ubuntu.com>
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)
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
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.
makedumpfile (1:1.5.9-6) sid; urgency=medium
* [ Juerg Haefliger <juerg.haefliger at hp.com> ]
Limit the number of dumps kept on the local machine
Introduce a new config variable KDUMP_NUM_DUMPS that specifies how
many dumps should be kept on the machine. This can be use to prevent
running out of disk space. It is ignored if remote dumping (ssh or nfs)
is enabled. If there are too many dump files, older dumps are purged but
only after the current dump operation succeeded.
* [ Linn Crosetto <linn at hp.com> ]
kdump-config: add support for UEFI Secure Boot
kdump-config needs to query the state of UEFI Secure Boot in order to correctly
use kexec to boot the crash kernel. Specifically, kexec needs the "-s" option
to use the kexec_file_load system call to validate the image before loading it.
(Closes: #823003)
* [Hari Bathini <hbathini at linux.vnet.ibm.com>]
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)
* Add support for architecture-specific crashkernel param
On Debian, the crashkernel boot parameter is left undefined. On Ubuntu
it was defined in the kexec-tools package, modified specifically.
This parameter is now defined by the kdump-tools package and uses an
architecture-specific file containing the definition. A generic symlink
called /etc/default/grub.d/kdump-tools.cfg points to the architecture
specific file.
The default values are :
- All but ppc64el : 128M
- ppc64el : 2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M at 32M
(LP: #1567539)
On s390x architecture, the crashkernel parameter is added to the
/etc/zipl.conf file.
/etc/default/kdump-tools is also modified to use the cio_ignore parameter
when kexec loads the crash kernel (LP: #1570775)
Date: 2018-05-30 10:45:13.483715+00:00
Changed-By: Thadeu Lima de Souza Cascardo <thadeu.cascardo at canonical.com>
Signed-By: Łukasz Zemczak <lukasz.zemczak at canonical.com>
https://launchpad.net/ubuntu/+source/makedumpfile/1:1.6.3-2~16.04.1
-------------- next part --------------
Sorry, changesfile not available.
More information about the Xenial-changes
mailing list