77 Commits

Author SHA256 Message Date
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
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
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
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
Petr Tesařík
9b24ff3202 Accepting request 144618 from home:ptesarik:branches:Kernel:kdump
upgrade to 1.5.0

OBS-URL: https://build.opensuse.org/request/show/144618
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=60
2012-12-07 15:37:51 +00:00
Ismail Dönmez
6a2992c0e0 Accepting request 136137 from home:leonardocf:branches:Kernel:kdump
Ship makedumpfile.conf.5.

OBS-URL: https://build.opensuse.org/request/show/136137
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=58
2012-10-26 08:52:56 +00:00
Petr Tesařík
d27cfa6797 - makedumpfile-x86-return-in-nonvoid-function.patch: add a missing
return statement.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=57
2012-06-19 12:12:31 +00:00
Petr Tesařík
075aeddf01 Accepting request 125358 from home:ptesarik:branches:Kernel:kdump
upgrade to 1.4.4

OBS-URL: https://build.opensuse.org/request/show/125358
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=56
2012-06-18 17:10:04 +00:00
Petr Tesařík
284c12d52d - README.static: Explain why static linking of some libraries is
preferred.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=53
2011-11-09 17:36:07 +00:00
Petr Tesařík
94b0ae1713 Accepting request 90011 from home:babelworx:ldig:branches:Kernel:kdump
license update: GPL-2.0
SPDX format (http://www.spdx.org/licenses)

OBS-URL: https://build.opensuse.org/request/show/90011
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=52
2011-11-03 08:43:42 +00:00
Petr Tesařík
6de579e260 Accepting request 89990 from home:ptesarik:branches:Kernel:kdump
upgrade to 1.4.0

OBS-URL: https://build.opensuse.org/request/show/89990
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=51
2011-11-02 22:55:52 +00:00
OBS User autobuild
61658ae686 Accepting request 48770 from Kernel:kdump
Copy from Kernel:kdump/makedumpfile based on submit request 48770 from user ptesarik

OBS-URL: https://build.opensuse.org/request/show/48770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/makedumpfile?expand=0&rev=36
2010-09-23 23:01:01 +00:00
OBS User autobuild
3ef968901e Accepting request 33759 from Kernel:kdump
Copy from Kernel:kdump/makedumpfile based on submit request 33759 from user coolo

OBS-URL: https://build.opensuse.org/request/show/33759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/makedumpfile?expand=0&rev=32
2010-03-02 11:41:56 +00:00
OBS User unknown
1f221fe707 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/makedumpfile?expand=0&rev=30 2009-08-04 22:04:05 +00:00
OBS User unknown
090b715bb1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/makedumpfile?expand=0&rev=29 2009-03-26 00:09:19 +00:00
OBS User unknown
e56f69084f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/makedumpfile?expand=0&rev=28 2009-02-20 20:18:15 +00:00