- Merge SLE12 changelog.

- Patches that were never actually applied to Factory:
  * makedumpfile-x86_64-xen-vtop.patch (included in 1.6.2)
  * makedumpfile-Fix-elf_info-file_size-if-segment-excluded.patch
    (included in 1.6.2)

- makedumpfile-Fix-elf_info-file_size-if-segment-excluded.patch:
  elf_info: Fix file_size if segment is excluded (bsc#1068925).

- makedumpfile-x86_64-xen-vtop.patch: Fix the use of Xen physical
  and machine addresses (bsc#1014136, bsc#1068694).
- Drop SLE12-specific patches:
  * makedumpfile-ppc64-update-hash-page-table-geometry.patch
  * makedumpfile-Revert-Clean-up-unused-KERNEL_IMAGE_SIZE.patch
  * makedumpfile-Revert-x86_64-kill-some-unused-init.patch
  * makedumpfile-Revert-kill-is_vmalloc_addr_x86_64.patch
  * makedumpfile-Revert-x86_64-translate-all-VA-to-PA-using-pgt.patch
  * makedumpfile-Revert-Calculate-page_offset-from-pt_load.patch

- makedumpfile-Revert-Clean-up-unused-KERNEL_IMAGE_SIZE.patch:
  Revert "Clean up unused KERNEL_IMAGE_SIZE" (bsc#1068925,
  bsc#1099121).
- makedumpfile-Revert-x86_64-kill-some-unused-init.patch: Revert
  "x86_64: kill some unused initialization" (bsc#1068925,
  bsc#1099121).
- makedumpfile-Revert-kill-is_vmalloc_addr_x86_64.patch: Revert
  "x86_64: kill is_vmalloc_addr_x86_64()" (bsc#1068925,
  bsc#1099121).
- makedumpfile-Revert-x86_64-translate-all-VA-to-PA-using-pgt.patch:
  Revert "x86_64: translate all VA to PA using page table values"

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=125
This commit is contained in:
Petr Tesařík
2018-08-24 10:57:37 +00:00
committed by Git OBS Bridge
parent 922cea35f8
commit a56410d207
2 changed files with 57 additions and 1 deletions

View File

@@ -1 +1 @@
addFilter("devel-file-in-non-devel-package .*/usr/share/makedumpfile-1\.6\.1/eppic_scripts/.*\.c")
addFilter("devel-file-in-non-devel-package .*/usr/share/makedumpfile-1\.6\.3/eppic_scripts/.*\.c")

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Aug 24 09:01:03 UTC 2018 - ptesarik@suse.com
- Merge SLE12 changelog.
- Patches that were never actually applied to Factory:
* makedumpfile-x86_64-xen-vtop.patch (included in 1.6.2)
* makedumpfile-Fix-elf_info-file_size-if-segment-excluded.patch
(included in 1.6.2)
-------------------------------------------------------------------
Fri Jun 29 07:46:05 UTC 2018 - ptesarik@suse.com
- makedumpfile-Fix-elf_info-file_size-if-segment-excluded.patch:
elf_info: Fix file_size if segment is excluded (bsc#1068925).
-------------------------------------------------------------------
Thu Jun 28 13:12:23 UTC 2018 - ptesarik@suse.com
- makedumpfile-x86_64-xen-vtop.patch: Fix the use of Xen physical
and machine addresses (bsc#1014136, bsc#1068694).
-------------------------------------------------------------------
Mon Apr 30 09:39:40 UTC 2018 - ptesarik@suse.com
@@ -50,6 +71,13 @@ Mon Jan 29 13:49:43 UTC 2018 - ptesarik@suse.com
* makedumpfile-fix-KASLR-for-sadump.patch
* makedumpfile-fix-KASLR-for-sadump-while-kdump.patch
* makedumpfile-support-4.12.patch
- Drop SLE12-specific patches:
* makedumpfile-ppc64-update-hash-page-table-geometry.patch
* makedumpfile-Revert-Clean-up-unused-KERNEL_IMAGE_SIZE.patch
* makedumpfile-Revert-x86_64-kill-some-unused-init.patch
* makedumpfile-Revert-kill-is_vmalloc_addr_x86_64.patch
* makedumpfile-Revert-x86_64-translate-all-VA-to-PA-using-pgt.patch
* makedumpfile-Revert-Calculate-page_offset-from-pt_load.patch
-------------------------------------------------------------------
Tue Jan 9 09:56:06 UTC 2018 - ptesarik@suse.com
@@ -64,6 +92,34 @@ Tue Jan 9 09:56:06 UTC 2018 - ptesarik@suse.com
a KASLR problem of sadump while kdump is working (FATE#323473,
bsc#1070291).
-------------------------------------------------------------------
Thu Dec 21 13:16:43 UTC 2017 - ptesarik@suse.com
- makedumpfile-Revert-Clean-up-unused-KERNEL_IMAGE_SIZE.patch:
Revert "Clean up unused KERNEL_IMAGE_SIZE" (bsc#1068925,
bsc#1099121).
- makedumpfile-Revert-x86_64-kill-some-unused-init.patch: Revert
"x86_64: kill some unused initialization" (bsc#1068925,
bsc#1099121).
- makedumpfile-Revert-kill-is_vmalloc_addr_x86_64.patch: Revert
"x86_64: kill is_vmalloc_addr_x86_64()" (bsc#1068925,
bsc#1099121).
- makedumpfile-Revert-x86_64-translate-all-VA-to-PA-using-pgt.patch:
Revert "x86_64: translate all VA to PA using page table values"
(bsc#1068925, bsc#1099121).
- makedumpfile-Revert-Calculate-page_offset-from-pt_load.patch:
Revert "x86_64: Calculate page_offset from pt_load"
(bsc#1068925, bsc#1040469, bsc#1099121).
-------------------------------------------------------------------
Mon Dec 4 17:19:48 UTC 2017 - msuchanek@suse.com
- makedumpfile-ppc64-update-hash-page-table-geometry.patch:
Kernel commit f6eedbba7a26 ("powerpc/mm/hash: Increase VA range to 128TB")
updated hash page table geometry. A modified version of this commit is
included in SLES12 SP3. Make the corresponding changes in makedumpfile tool
for filtering dump appropriately (bsc#1068485)
-------------------------------------------------------------------
Wed Nov 15 18:05:58 UTC 2017 - msuchanek@suse.com