91 Commits

Author SHA256 Message Date
Petr Tesařík
e5cb729eea - makedumpfile-PN_XNUM.patch: Define PN_XNUM if missing.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=139
2020-01-29 11:52:00 +00:00
Petr Tesařík
4fd334b12f Accepting request 767664 from home:dimstar:Factory
- Update to version 1.6.7:
  + Makefile: remove -lebl from LIBS when no libebl.a.
  + Fix compilation warnings on 32-bit system.
  + Support newer kernels up to v5.4.
- Drop makedumpfile-Increase-SECTION_MAP_LAST_BIT-to-4.patch: fixed
  upstream.

- Drop libebl-devel BuildRequires: ebl is being absorbed by libdw.

OBS-URL: https://build.opensuse.org/request/show/767664
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=138
2020-01-28 22:40:05 +00:00
Petr Tesařík
e2c5d16b0d Accepting request 728983 from home:ptesarik:branches:Kernel:kdump
- makedumpfile-Increase-SECTION_MAP_LAST_BIT-to-4.patch: Increase
  SECTION_MAP_LAST_BIT to 4 (bsc#1144708).

OBS-URL: https://build.opensuse.org/request/show/728983
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=136
2019-09-06 16:11:48 +00:00
Petr Tesařík
9a7259b095 Add missing bug reference:
* Support larger VA size with newer ppc64 kernels (bsc#1118445).

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=135
2019-09-05 19:12:08 +00:00
Petr Tesařík
511051aab3 Accepting request 728588 from home:ptesarik:branches:Kernel:kdump
Upgrade to 1.6.6

OBS-URL: https://build.opensuse.org/request/show/728588
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=134
2019-09-05 19:05:44 +00:00
Michal Suchanek
375fa0cbbc Accepting request 713581 from home:michals
- Also support extended address space with SLE 12 SP5 (bsc#1138451)
  * refresh makedumpfile-ppc64-VA-range-SUSE.patch

OBS-URL: https://build.opensuse.org/request/show/713581
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=132
2019-08-14 14:18:37 +00:00
Petr Tesařík
157c060ed7 Accepting request 676209 from home:ptesarik:branches:Kernel:kdump
- makedumpfile-ppc64-VA-range-SUSE.patch: Use correct l3 index size
  with SLE15-SP1 ppc64le kernels (bsc#1123015).
- Update to 1.6.5
  * Improve support for arm64 system with KASLR
  * Support kernels up to 4.19.4

OBS-URL: https://build.opensuse.org/request/show/676209
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=130
2019-02-14 17:57:03 +00:00
Petr Tesařík
ce5792c70c Accepting request 668314 from home:ptesarik:branches:Kernel:kdump
- Update to 1.6.4
  * 5-level paging support on x86_64
  * --mem-usage support for arm64
  * Support kernels up to 4.17.0
- Drop upstreamed patches:
  * makedumpfile-always-use-bigger-SECTION_MAP_MASK.patch
  * makedumpfile-sadump-fix-PTI-enabled-kernels.patch
  * makedumpfile-do-not-print-ETA-if-progress-is-0.patch
  * makedumpfile-is_cache_page-helper.patch
  * makedumpfile-check-PG_swapbacked.patch

OBS-URL: https://build.opensuse.org/request/show/668314
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=128
2019-01-24 13:32:07 +00:00
Petr Tesařík
20ac94dc19 Accepting request 631380 from home:ptesarik:branches:Kernel:kdump
- Fix %license destination for older distributions.

OBS-URL: https://build.opensuse.org/request/show/631380
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=126
2018-08-24 13:42:30 +00:00
Petr Tesařík
a56410d207 - 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
2018-08-24 10:57:37 +00:00
Petr Tesařík
922cea35f8 Accepting request 602491 from home:ptesarik:branches:Kernel:kdump
- makedumpfile-is_cache_page-helper.patch: Add is_cache_page()
  helper to check if a page belongs to the cache (bsc#1088354).
- makedumpfile-check-PG_swapbacked.patch: Check PG_swapbacked for
  swap cache pages (bsc#1088354).

OBS-URL: https://build.opensuse.org/request/show/602491
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=123
2018-04-30 10:52:59 +00:00
Petr Tesařík
131c4a07fd Accepting request 594834 from home:ptesarik:branches:Kernel:kdump
- makedumpfile-do-not-print-ETA-if-progress-is-0.patch: Do not
  print ETA value if current progress is 0 (bsc#1084936).

OBS-URL: https://build.opensuse.org/request/show/594834
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=121
2018-04-09 10:14:09 +00:00
Petr Tesařík
eb0bf19d12 Accepting request 591124 from home:kukuk:branches:Kernel:kdump
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/591124
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=119
2018-03-27 07:24:39 +00:00
Petr Tesařík
12e448c1be Accepting request 588588 from home:ptesarik:branches:Kernel:kdump
- makedumpfile-sadump-fix-PTI-enabled-kernels.patch: sadump: Fix a
  problem of PTI enabled kernel (bsc#1085826).

OBS-URL: https://build.opensuse.org/request/show/588588
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=117
2018-03-19 13:28:13 +00:00
Petr Tesařík
68172f3fda Accepting request 570628 from home:ptesarik:branches:Kernel:kdump
- makedumpfile-always-use-bigger-SECTION_MAP_MASK.patch: Always use
  bigger SECTION_MAP_MASK (bsc#1066811, bsc#1067703).
- Update to 1.6.3
  * Support kernels up to 4.14.8 (bsc#1068864).
  * 86_64: handle renamed init_level4_pgt -> init_top_pgt
  * Fix SECTION_MAP_MASK for kernel >= v.13
  * book3s/ppc64: Lower the max real address to 53 bits for
    kernels >= v4.11
  * Support symbol __cpu_online_mask
  * ppc64: update hash page table geometry
- Drop upstreamed patches:
  * makedumpfile-Fix-SECTION_MAP_MASK-for-kernel-v.13.patch
  * makedumpfile-handle-renamed-init_level4_pgt-init_top_pgt.patch
  * makedumpfile-ppc64-update-hash-page-table-geometry.patch
  * makedumpfile-book3s-ppc64-Lower-the-max-real-address-to-53-bits.patch
  * makedumpfile-__cpu_online_mask-symbol.patch
  * makedumpfile-vtop4_x86_64_pagetable.patch
  * makedumpfile-fix-KASLR-for-sadump.patch
  * makedumpfile-fix-KASLR-for-sadump-while-kdump.patch
  * makedumpfile-support-4.12.patch

OBS-URL: https://build.opensuse.org/request/show/570628
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=115
2018-01-29 14:09:29 +00:00
Petr Tesařík
4877ee4b98 Accepting request 562833 from home:ptesarik:branches:Kernel:kdump
- makedumpfile-__cpu_online_mask-symbol.patch: Support symbol
  __cpu_online_mask (FATE#323473, bsc#1070291).
- makedumpfile-vtop4_x86_64_pagetable.patch: Introduce
  vtop4_x86_64_pagetable (FATE#323473, bsc#1070291).
- makedumpfile-fix-KASLR-for-sadump.patch: Fix a KASLR problem of
  sadump (FATE#323473, bsc#1070291).
- makedumpfile-fix-KASLR-for-sadump-while-kdump.patch: sadump: Fix
  a KASLR problem of sadump while kdump is working (FATE#323473,
  bsc#1070291).

OBS-URL: https://build.opensuse.org/request/show/562833
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=113
2018-01-09 10:34:26 +00:00
Lance Wang
e4d35d5e02 Accepting request 544367 from home:lzwang:branches:Kernel:kdump
Fix the names of patches in changelog.
  * Added patches: makedumpfile-ppc64-update-hash-page-table-geometry.patch
                   makedumpfile-book3s-ppc64-Lower-the-max-real-address-to-53-bits.patch

OBS-URL: https://build.opensuse.org/request/show/544367
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=111
2017-11-22 11:35:56 +00:00
Lance Wang
cab31fc363 Accepting request 542108 from home:michals
- ppc64 Can't convert a virtual address (bsc#1067703)
  * Added patches: ppc64-update-hash-page-table-geometry.patch
                   book3s-ppc64-Lower-the-max-real-address-to-53-bits.patch
  * Refresh makedumpfile-Fix-SECTION_MAP_MASK-for-kernel-v.13.patch to also
    apply to SLE15 (4.12 kernel) due to backport of 2d070eab2e82 (bsc#1067703)

OBS-URL: https://build.opensuse.org/request/show/542108
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=110
2017-11-22 09:46:23 +00:00
f12b80ef9b fix changes
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=109
2017-11-20 09:08:13 +00:00
Lance Wang
7f1eebe5f3 Accepting request 540421 from home:lzwang:branches:Kernel:kdump
- Handled renaming of init_level4_pgt to init_top_pgt (bsc#1066770).
  * Added patch: handle-renamed-init_level4_pgt-init_top_pgt.patch

OBS-URL: https://build.opensuse.org/request/show/540421
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=108
2017-11-10 11:05:49 +00:00
feebaa4ace Accepting request 540193 from home:jirislaby:branches:Kernel:kdump
- add makedumpfile-Fix-SECTION_MAP_MASK-for-kernel-v.13.patch (bnc#1066811)

OBS-URL: https://build.opensuse.org/request/show/540193
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=107
2017-11-10 07:47:46 +00:00
Petr Tesařík
f2ffa3fd31 Accepting request 540124 from home:lzwang:branches:Kernel:kdump
- Update to 1.6.2
  * Fix the use of Xen physical and machine addresses (bsc#1014136)
  * Fix memory leak in get_kcore_dump_loads()
  * Support kernels up to 4.11.7
  * Consider not page-size aligned phys_end for paddr_to_pfn()
  * Add runtime kaslr offset if it exists

OBS-URL: https://build.opensuse.org/request/show/540124
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=106
2017-11-09 08:27:43 +00:00
Petr Tesařík
4e663c0342 Accepting request 495008 from home:ptesarik:branches:Kernel:kdump
* support for aarch64 (FATE#318444)

OBS-URL: https://build.opensuse.org/request/show/495008
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=104
2017-05-15 18:11:35 +00:00
Petr Tesařík
a974cc55a1 - Update to 1.6.1 (FATE#322011).
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=103
2017-05-11 16:56:40 +00:00
Petr Tesařík
ed3ea5d9ef Remove non-break spaces from Changelog.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=102
2017-05-11 16:54:19 +00:00
Petr Tesařík
028147a9e7 Accepting request 494701 from home:ptesarik:branches:Kernel:kdump
Upgrade to 1.6.1
- Merge with updates on SLE12 SP2 (FATE#318012, bsc#992885,
  bsc#999869).

OBS-URL: https://build.opensuse.org/request/show/494701
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=101
2017-05-11 16:51:37 +00:00
Petr Tesařík
1ba4387a37 Accepting request 494686 from home:ptesarik:branches:Kernel:kdump
Upgrade to makedumpfile-1.6.1

OBS-URL: https://build.opensuse.org/request/show/494686
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=100
2017-05-11 15:50:06 +00:00
Petr Tesařík
a3846ac79b Fix the condition for -ltinfo.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=98
2016-07-13 10:39:45 +00:00
Petr Tesařík
f6bbd2e219 - Rename Support-_count-_refcount-rename-in-struct-p.patch to
makedumpfile-_count-_refcount-rename.patch.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=97
2016-07-12 15:57:21 +00:00
Petr Tesařík
56b3fbcf37 Accepting request 407916 from home:ptesarik:branches:Kernel:kdump
Upgrade to makedumpfile-1.6.0.

OBS-URL: https://build.opensuse.org/request/show/407916
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=96
2016-07-12 14:24:05 +00:00
Petr Tesařík
500ee3d51f Accepting request 407241 from home:mkubecek:branches:Kernel:kdump
- fix compatibility with recent kernels (4.4 - 4.7)

OBS-URL: https://build.opensuse.org/request/show/407241
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=95
2016-07-12 12:37:06 +00:00
93fef0b341 Accepting request 359289 from home:pluskalm:branches:Kernel:kdump
- Update to 1.5.9
  * support for aarch64
  * Support kernels up to 4.1
- Drop upstreamed patch
  * makedumpfile-add-aarch64.diff
- Use url for source
- Cleanup spec file with spec-cleaner
- Adjust usage of install (-c is ignored)

OBS-URL: https://build.opensuse.org/request/show/359289
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=93
2016-04-02 08:27:28 +00:00
8aa81e03f0 Accepting request 315873 from home:mbrugger:branches:Kernel:kdump
- makedumpfile-add-aarch64.diff: Add support for aarch64
	This patch should be oboslet when switching to 1.5.9

OBS-URL: https://build.opensuse.org/request/show/315873
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=91
2015-07-13 06:46:39 +00:00
Petr Tesařík
e68b3e061c Accepting request 292917 from home:ptesarik:branches:Kernel:kdump
Upgrade to 1.5.8

OBS-URL: https://build.opensuse.org/request/show/292917
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=89
2015-03-25 08:06:08 +00:00
Petr Tesařík
fc7496369f Accepting request 251714 from home:ptesarik:branches:Kernel:kdump
Upgrade to 1.5.7

OBS-URL: https://build.opensuse.org/request/show/251714
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=87
2014-09-23 17:29:37 +00:00
Petr Tesařík
e11b1e1505 - makedumpfile-fix-free-bitmap_buffer_cyclic.patch: Fix free
bitmap_buffer_cyclic error.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=86
2014-06-16 07:49:45 +00:00
Petr Tesařík
1032a7c464 Accepting request 237231 from home:ptesarik:branches:Kernel:kdump
Hugepage filtering.

OBS-URL: https://build.opensuse.org/request/show/237231
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=85
2014-06-13 12:00:54 +00:00
David Mair
ec3beacca3 Accepting request 232944 from home:ptesarik:branches:Kernel:kdump
upgrade to 1.5.6

OBS-URL: https://build.opensuse.org/request/show/232944
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=83
2014-05-07 16:36:19 +00:00
Petr Tesařík
e0562682fc Accepting request 226957 from home:ptesarik:branches:Kernel:kdump
snappy compression support

OBS-URL: https://build.opensuse.org/request/show/226957
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=81
2014-03-21 10:38:26 +00:00
Petr Tesařík
ead9d06d84 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=80 2014-02-28 20:11:55 +00:00
Petr Tesařík
656887b1dd - makedumpfile-fix-sprintf-append.patch: Fix string append in
dump_log_entry() (bnc#865596).
- makedumpfile-kernel-3.12-supported.patch: Mark kernel 3.12 as
  supported.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=78
2014-02-25 16:03:52 +00:00
Petr Tesařík
c0cc13a092 Accepting request 222623 from home:ptesarik:branches:Kernel:kdump
- upgrade to makedumpfile-1.5.5
  o Add eppic support for module data structures
  o makedumpfile header to show LZO/snappy/zlib
  o Add --non-mmap option to disable mmap() manually
  o many bugfixes
- Drop makedumpfile-powerpc.patch: now upstream
- Drop makedumpfile-raise-44bit-physaddr-limit.patch: now upstream

OBS-URL: https://build.opensuse.org/request/show/222623
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=76
2014-02-17 19:12:02 +00:00
Petr Tesařík
a2ef6f651c Accepting request 210429 from openSUSE:Factory:PowerLE
- enable ppc64le

OBS-URL: https://build.opensuse.org/request/show/210429
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=74
2013-12-11 09:04:02 +00:00
Petr Tesařík
5be41ac2eb Accepting request 209407 from home:ptesarik:branches:Kernel:kdump
Support for systems with more than 44-bit physical addresses.

OBS-URL: https://build.opensuse.org/request/show/209407
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=72
2013-12-04 14:55:23 +00:00
Petr Tesařík
d789358ca0 - makedumpfile-powerpc.patch: fix builf on powerpc
- makedumpfile.spec: enable powerpc32

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=70
2013-09-13 09:19:38 +00:00
Petr Tesařík
dae37c440b Accepting request 198829 from home:ptesarik:branches:Kernel:kdump
Add standard patch headers

See http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines

OBS-URL: https://build.opensuse.org/request/show/198829
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=69
2013-09-13 08:08:25 +00:00
Petr Tesařík
19a56d9c10 Accepting request 198505 from home:k0da:ppc
- fix builf on powerpc
- enable powerpc32

OBS-URL: https://build.opensuse.org/request/show/198505
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=68
2013-09-13 07:50:16 +00:00
Petr Tesařík
5474862c97 - upgrade to makedumpfile-1.5.4
o support kernels up to 3.9
  o speed improvements with mmap(2)
  o bugfixes
- makedumpfile-handle-structured-log_buf: upstream.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=66
2013-09-09 22:05:02 +00:00
David Mair
093a20f2bd Accepting request 150311 from home:jeff_mahoney:branches:Kernel:kdump
- Added support for structured logging added in Linux v3.5. (bnc#801063)

OBS-URL: https://build.opensuse.org/request/show/150311
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=64
2013-02-07 16:20:49 +00:00
Petr Tesařík
812323c39a Accepting request 144632 from home:ptesarik:branches:Kernel:kdump
upgrade to 1.5.1

OBS-URL: https://build.opensuse.org/request/show/144632
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=62
2012-12-07 16:53:29 +00:00