Commit Graph

164 Commits

Author SHA256 Message Date
Petr Tesařík
21909bf567 Accepting request 1062649 from home:ptesarik:branches:Kernel:kdump
- update to 2.0.26:
  * m68k: pass rng seed via BI_RNG_SEED
  * workflow: update to checkout@v3
  * LoongArch: Remove redundant cmdline parameters when using --reuse-cmdline option
  * LoongArch: Add purgatory framework code
  * LoongArch: PE format image loading support
  * LoongArch: Add kexec/kdump support
  * config: Add LoongArch architecture support in config.guess and config.sub files
  * ppc64: remove rma_top limit
- refresh kexec-tools-riscv64.patch.

OBS-URL: https://build.opensuse.org/request/show/1062649
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=151
2023-02-02 13:57:49 +00:00
Petr Tesařík
dc6c66a011 Accepting request 1055027 from home:lnussel:usrmerge
- Replace transitional %usrmerged macro with regular version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1055027
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=149
2023-01-07 22:19:45 +00:00
Petr Tesařík
2f0db0bb4d Accepting request 1007981 from home:dirkmueller:Factory
- add kexec-tools-riscv64.patch

OBS-URL: https://build.opensuse.org/request/show/1007981
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=147
2022-11-01 13:50:54 +00:00
Petr Tesařík
8402b47f8f Accepting request 997624 from home:dirkmueller:Factory
- update to 2.0.25:
  * kexec-tools: Remove duplicate ultoa() definitions and redefine it
  * i386: pass rng seed via setup_data
  * kexec-tools: mips: Pass initrd parameter via cmdline
  * arm64/crashdump-arm64: increase CRASH_MAX_MEMORY_RANGES to 32k

OBS-URL: https://build.opensuse.org/request/show/997624
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=145
2022-08-18 08:31:48 +00:00
Petr Tesařík
245dd5ffc4 Accepting request 973259 from home:dirkmueller:Factory
- update to 2.0.24:
  * arm64: fix static data relocations in machine_apply_elf_rel()
  * kexec/elf: assign one to align if sh_addralign equals zero
  * arm64/crashdump-arm64: explicit type conversion to suppress compiler warning
  * arm64/kexec-arm64: add support for R_AARCH64_MOVW_UABS_G* rela
  * arm64/kexec-arm64: use enum to organize the reloc type
  * arm64/kexec-arm64: add support for R_AARCH64_LDST128_ABS_LO12_NC rela
  * kexec-tools: fix leak FILE pointer.
  * purgatory: do not enable vectorization automatically for purgatory compiling
  * kexec-tools: Determine if the image is lzma commpressed
  * util_lib/elf_info: harden parsing of printk buffer
  * github: run apt-get update before installing packages
  * kexec-xen: Allow xen_kexec_exec() to return in case of Live Update
  * kexec-tools: print error if kexec_file_load fails
  * kexec-tools: mips: Concatenate --reuse-cmdline and --append
  * kexec-tools: mips: Add some debug info
  * arm64: fix PAGE_OFFSET calc for flipped mm
  * arm64: read VA_BITS from kcore for 52-bits VA kernel
  * arm64/crashdump: unify routine to get page_offset
  * arm64: make phys_offset signed
  * s390: add support for --reuse-cmdline
  * use slurp_proc_file() in get_command_line()
  * add slurp_proc_file()
  * s390: use KEXEC_ALL_OPTIONS
  * s390: add variable command line size
  * arm64: support more than one crash kernel regions
  * s390: handle R_390_PLT32DBL reloc entries in machine_apply_elf_rel()
  * arm64/crashdump: deduce paddr of _text based on kernel code size
- drop kexec-tools-print-error-if-kexec_file_load-fails.patch,
  kexec-tools-remove-duplicate-ramdisk-definition.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/973259
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=143
2022-06-07 09:18:54 +00:00
Petr Tesařík
7a971ab07c - kexec-tools-print-error-if-kexec_file_load-fails.patch: print
error if kexec_file_load fails (bsc#1197176).

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=141
2022-04-13 07:11:19 +00:00
Petr Tesařík
23d47b8b0c Accepting request 890015 from home:ptesarik:branches:Kernel:kdump
- Bump version to 2.0.21
- Drop patches from upstream git:
  * kexec-tools-video-capability.patch

OBS-URL: https://build.opensuse.org/request/show/890015
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=139
2021-05-03 11:16:18 +00:00
Petr Tesařík
2223aa05ad Accepting request 888429 from home:ptesarik:branches:Kernel:kdump
- kexec-tools-remove-duplicate-ramdisk-definition.patch:
  Remove duplicate definition of ramdisk (fix ppc build).

OBS-URL: https://build.opensuse.org/request/show/888429
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=137
2021-04-26 09:45:32 +00:00
Petr Tesařík
b09439fd76 Accepting request 888400 from home:ptesarik:branches:Kernel:kdump
- Bump version to 2.0.21
- Drop patches from upstream git:
  * kexec-tools-add-variant-helper-functions.patch
  * kexec-tools-arm64-kexec-allocate-memory-space-avoiding-reserved-regions.patch
  * kexec-tools-arm64-kdump-deal-with-resource-entries-in-proc-iomem.patch
  * kexec-tools-build-multiboot2-for-i386.patch
  * kexec-tools-fix-kexec_file_load-error-handling.patch
  * kexec-tools-reset-getopt-before-falling-back-to-legacy.patch
  * kexec-tools-s390-Reset-kernel-command-line-on-syscal.patch
  * kexec-tools-Remove-duplicated-variable-declarations.patch

OBS-URL: https://build.opensuse.org/request/show/888400
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=136
2021-04-26 08:45:50 +00:00
Petr Tesařík
5c9a9e50f3 Accepting request 886982 from home:wfrisch:branches:Kernel:kdump
Hardening: Link as PIE (bsc#1185020).

OBS-URL: https://build.opensuse.org/request/show/886982
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=135
2021-04-25 18:13:48 +00:00
Petr Tesařík
d242ddc4b1 Accepting request 850972 from home:lnussel:usrmove
- prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/850972
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=133
2020-11-26 12:31:31 +00:00
Petr Tesařík
f79fde8b7d Accepting request 847571 from home:olh:ai
- Remove kexec-tools-xen-balloon-up.patch (bsc#1176606)
  This patch was introduced to address bug#694863, it enabled kexec
  for HVM at that time. Meanwhile Xen 4.7 introduced "soft-reset"
  for HVM domUs. This host feature removed the requirement to
  un-ballon the domU prior kexec.
  With Xen 4.13 cpuid faulting became the default, which affected the
  approach used in this patch to detect the domU type. As a result
  invoking kexec in dom0 failed.

OBS-URL: https://build.opensuse.org/request/show/847571
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=131
2020-11-10 18:35:56 +00:00
Thomas Renninger
52738029dd Accepting request 811718 from home:bmwiedemann:branches:Kernel:kdump
Make kexec-bootloader work without 'which' package (boo#1172501)

OBS-URL: https://build.opensuse.org/request/show/811718
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=129
2020-08-20 09:16:55 +00:00
Petr Tesařík
82d2b39d94 Update patch upstream status.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=128
2020-04-07 12:45:24 +00:00
Petr Tesařík
f8106dc225 Accepting request 791186 from home:ptesarik:branches:Kernel:kdump
- kexec-tools-Remove-duplicated-variable-declarations.patch:
  Remove duplicated variable declarations (boo#1160399).

OBS-URL: https://build.opensuse.org/request/show/791186
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=126
2020-04-03 12:19:31 +00:00
Petr Tesařík
a38570dee8 Accepting request 791179 from home:ptesarik:branches:Kernel:kdump
- kexec-tools-s390-Reset-kernel-command-line-on-syscal.patch: s390:
  Reset kernel command line on syscall fallback (bsc#1167868).

OBS-URL: https://build.opensuse.org/request/show/791179
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=125
2020-04-03 11:48:44 +00:00
Petr Tesařík
0086c47216 Accepting request 784673 from home:ptesarik:branches:Kernel:kdump
- kexec-tools-reset-getopt-before-falling-back-to-legacy.patch:
  Reset getopt before falling back to legacy syscall (bsc#1166105).

OBS-URL: https://build.opensuse.org/request/show/784673
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=123
2020-03-13 14:29:38 +00:00
Petr Tesařík
27efdc99ef Accepting request 784585 from home:ptesarik:branches:Kernel:kdump
- kexec-tools-fix-kexec_file_load-error-handling.patch: Fix the
  error handling if kexec_file_load() fails (bsc#1166105).

OBS-URL: https://build.opensuse.org/request/show/784585
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=122
2020-03-13 09:21:31 +00:00
Petr Tesařík
68586118c8 - Fix build errors on old distributions
* kexec-tools-video-capability.patch
  * kexec-tools-SYS_getrandom.patch

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=119
2020-01-29 07:46:20 +00:00
Petr Tesařík
9e358df881 Accepting request 766555 from home:clin:branches:Kernel:kdump
Fix the jira id type in the change log to epic(9032)

OBS-URL: https://build.opensuse.org/request/show/766555
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=118
2020-01-28 22:37:29 +00:00
Petr Tesařík
40764e0d7e Accepting request 762607 from home:clin:branches:Kernel:kdump
- Fix compiling errors of multiboot2_x86_* functions for i586
  * kexec-tools-build-multiboot2-for-i386.patch

OBS-URL: https://build.opensuse.org/request/show/762607
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=116
2020-01-13 17:42:59 +00:00
Petr Tesařík
2090a4d95c Use distribution tarball, not one generated from git
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=115
2019-12-18 13:55:40 +00:00
Petr Tesařík
ecb8836282 Accepting request 757390 from home:clin:branches:Kernel:kdump
Update version to 2.0.20 and apply arm64-related patches in order to prevent kexec from corrupting reserved regions in /proc/iomem

OBS-URL: https://build.opensuse.org/request/show/757390
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=114
2019-12-18 13:18:08 +00:00
Petr Tesařík
b445af0cd8 Accepting request 709971 from home:ptesarik:branches:Kernel:kdump
- Bump to version 2.0.19
  Changelog: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.18..v2.0.19

OBS-URL: https://build.opensuse.org/request/show/709971
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=112
2019-06-14 12:38:27 +00:00
Petr Tesařík
6d55a065b7 Provide %license backward compatibility
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=111
2019-06-14 11:24:50 +00:00
Thomas Renninger
78c4d0c54a Accepting request 665981 from home:kukuk:branches:Kernel:kdump
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/665981
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=109
2019-05-29 15:43:41 +00:00
Petr Tesařík
73ab022700 - Remove bogus Url RPM tag: The project does not have a home page.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=107
2018-11-01 20:59:27 +00:00
Petr Tesařík
85ef0d93fa Accepting request 645913 from home:ptesarik:branches:Kernel:kdump
- Bump to version 2.0.18
  Changelog: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.17..v2.0.18
- Drop patches from upstream git:
  * kexec-tools-fix-for-Unhandled-rela-relocation-R_X86_64_PLT32.patch
- Remove the confusing kdump binary (no longer in upstream).

OBS-URL: https://build.opensuse.org/request/show/645913
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=106
2018-11-01 15:48:51 +00:00
Petr Tesařík
6971e25c78 kexec-tools-fix-for-Unhandled-rela-relocation-R_X86_64_PLT32.patch: Update header.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=104
2018-09-21 12:22:54 +00:00
Petr Tesařík
450493b5e6 Accepting request 634766 from home:aplanas:branches:Kernel:kdump
- kexec-tools-fix-for-Unhandled-rela-relocation-R_X86_64_PLT32.patch
  Upstream backport.
  In response to a change in binutils, commit b21ebf2fb4c
  (x86: Treat R_X86_64_PLT32 as R_X86_64_PC32) was applied to
  the linux kernel during the 4.16 development cycle and has
  since been backported to earlier stable kernel series. The
  change results in the failure message in $SUBJECT when
  rebooting via kexec.
  Fix this by replicating the change in kexec.

OBS-URL: https://build.opensuse.org/request/show/634766
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=103
2018-09-21 12:20:06 +00:00
Petr Tesařík
b71a0fdea6 The download_files service apparently does not handle redirections...
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=101
2018-04-20 06:16:02 +00:00
Petr Tesařík
779edd17cb Adjust upstream tarball URL.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=100
2018-04-20 06:13:05 +00:00
Petr Tesařík
c9ff8452af Accepting request 598547 from home:ptesarik:branches:Kernel:kdump
- Bump to version 2.0.17
  Changelog: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.16..v2.0.17
- Drop kexec-tools-xen-static.patch: upstream uses run-time dynamic
  linking to address the same issue.
- Drop all patches from upstream git:
  * kexec-tools-add-a-helper-function-to-add-ranges.patch
  * kexec-tools-ppc64-parse-ibm-dynamic-memory.patch
  * kexec-tools-ppc64-leverage-kexec_file_load-support.patch
  * kexec-tools-Return-ENOSYS-when-kexec-does-not-know.patch
  * kexec-tools-Fix-option-checks-to-take-KEXEC_FILE_LOAD.patch
  * kexec-tools-Do-not-special-case-the-s-option.patch
  * kexec-tools-Add-option-to-revert-s.patch
  * kexec-tools-Add-option-to-fall-back-to-KEXEC_LOAD.patch
  * kexec-tools-Document-s-c-and-a-options-in-the-man-page.patch
  * kexec-tools-fix-kexec-p-segfault.patch

OBS-URL: https://build.opensuse.org/request/show/598547
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=99
2018-04-19 16:38:08 +00:00
Petr Tesařík
b9c0cadcb3 Accepting request 593774 from home:ptesarik:branches:Kernel:kdump
- kexec-tools-vmcoreinfo-in-xen.patch: Revert "kexec-tools: Read
  always one vmcoreinfo file" (bsc#1085626, bsc#951740).
- kexec-tools-fix-kexec-p-segfault.patch: Fix a segmentation fault
  when trying to run "kexec -p" (bsc#1080916).

OBS-URL: https://build.opensuse.org/request/show/593774
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=97
2018-04-05 11:51:19 +00:00
Petr Tesařík
acfe5cbc53 Adjust patch headers to match openSUSE guidelines.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=96
2018-04-05 07:13:09 +00:00
Petr Tesařík
f3fb4b072a Accepting request 593211 from home:michals
- kexec: add -a option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not
  supported (bsc#1080916, boo#1076839).
  * kexec-Return-ENOSYS-when-kexec-does-not-know-how-to-.patch
  * kexec-Fix-option-checks-to-take-KEXEC_FILE_LOAD-into.patch
  * kexec-Do-not-special-case-the-s-option.patch
  * kexec-Add-option-to-revert-s.patch
  * kexec-Add-option-to-fall-back-to-KEXEC_LOAD-when-KEX.patch
  * kexec-Document-s-c-and-a-options-in-the-man-page.patch
- kexec/ppc64: leverage kexec_file_load support (bsc#1080916)
  * kexec-ppc64-leverage-kexec_file_load-support.patch

Patches accepted upstream.

OBS-URL: https://build.opensuse.org/request/show/593211
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=95
2018-04-05 06:58:41 +00:00
Petr Tesařík
13bc6e358c Accepting request 579331 from home:ptesarik:branches:Kernel:kdump
- kexec-tools-ppc64-parse-ibm-dynamic-memory.patch: kexec/ppc64:
  add support to parse ibm, dynamic-memory-v2 property
  (bsc#1081789, LTC#164625).
- kexec-tools-add-a-helper-function-to-add-ranges.patch: kexec: add
  a helper function to add ranges (bsc#1081789, LTC#164625).

OBS-URL: https://build.opensuse.org/request/show/579331
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=93
2018-02-23 09:49:31 +00:00
Petr Tesařík
6eb6292b0c Accepting request 567693 from home:scarabeus_iv:branches:Kernel:kdump
- Create compat link for rckexec-loader systemd service
- Convert the asciidoc file to normal man in order to drop asciidoc dep
  * python2 only obsoletion and upstream has only raw manpages too
- Properly state all post/postun dependencies (systemd, suse-module-tools)
- There is no reason for exclusive arch if we state all archs
- Bump to version 2.0.16
  Changelog: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.14..v2.0.16
- Remove support for older products to trivialize spec file
- Make sure to not pull python2 via asciidoc
- Drop merged patch 0001-kexec-tools-2.0.14.git.patch
- Drop all patches from upstream git:
  * 0002-ppc64-Reduce-number-of-ELF-LOAD-segments.patch
  * 0003-kexec-Increase-the-upper-limit-for-RAM-segments.patch
  * 0004-alpha-add-missing-__NR_kexec_load-definition.patch
  * 0005-kexec-implemented-XEN-KEXEC-STATUS-to-determine-if-a.patch
  * 0006-kexec-Remove-redundant-space-from-help-message.patch
  * 0007-purgatory-Add-purgatory.map-and-purgatory.ro.sym-to-.patch
  * 0008-kexec-Add-option-to-get-crash-kernel-region-size.patch
  * 0009-crashdump-arm-Add-get_crash_kernel_load_range-functi.patch
  * 0010-crashdump-arm64-Add-get_crash_kernel_load_range-func.patch
  * 0011-crashdump-cris-Add-get_crash_kernel_load_range-funct.patch
  * 0012-crashdump-ia64-Add-get_crash_kernel_load_range-funct.patch
  * 0013-crashdump-m68k-Add-get_crash_kernel_load_range-funct.patch
  * 0014-crashdump-mips-Add-get_crash_kernel_load_range-funct.patch
  * 0015-crashdump-ppc-Add-get_crash_kernel_load_range-functi.patch
  * 0016-crashdump-ppc64-Add-get_crash_kernel_load_range-func.patch
  * 0017-crashdump-s390-Add-get_crash_kernel_load_range-funct.patch
  * 0018-crashdump-sh-Add-get_crash_kernel_load_range-functio.patch
  * 0019-gitignore-add-two-generated-files-in-purgatory.patch
  * 0020-Only-print-debug-message-when-failed-to-serach-for-k.patch

OBS-URL: https://build.opensuse.org/request/show/567693
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=91
2018-01-26 14:13:02 +00:00
Tony Jones
cb1b6091af Accepting request 562565 from home:michals
Fix kexec error on ppc64 (bsc#1074947).
  0046-powerpc-fix-command-line-overflow-error.patch
  0047-fix-how-RMA-top-is-deduced.patch

OBS-URL: https://build.opensuse.org/request/show/562565
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=89
2018-01-10 17:58:57 +00:00
Tony Jones
00fa134abf Accepting request 537944 from Virtualization
Xen 4.10 breaks kexec-tools build (bsc#1037779)

OBS-URL: https://build.opensuse.org/request/show/537944
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=87
2017-10-31 18:47:43 +00:00
Tony Jones
ca0eb86a5d Accepting request 512364 from home:jengelh:branches:Kernel:kdump
- Remove redundant %clean section. Replace $RPM_* shell vars
  by macros.
- Rewrite summary line.

OBS-URL: https://build.opensuse.org/request/show/512364
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=85
2017-10-17 21:22:39 +00:00
Tony Jones
080f64dafa Accepting request 500203 from home:tiwai:branches:Kernel:kdump
- Update to version 2.0.14 (bsc#1039937, FATE#320672, FATE#320671)
  Changelog: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.13..v2.0.14
- Backport upstream fixes  (bsc#1039937, FATE#320672, FATE#320671)
  0001-kexec-tools-2.0.14.git.patch
  0002-ppc64-Reduce-number-of-ELF-LOAD-segments.patch
  0003-kexec-Increase-the-upper-limit-for-RAM-segments.patch
  0004-alpha-add-missing-__NR_kexec_load-definition.patch
  0005-kexec-implemented-XEN-KEXEC-STATUS-to-determine-if-a.patch
  0006-kexec-Remove-redundant-space-from-help-message.patch
  0007-purgatory-Add-purgatory.map-and-purgatory.ro.sym-to-.patch
  0008-kexec-Add-option-to-get-crash-kernel-region-size.patch
  0009-crashdump-arm-Add-get_crash_kernel_load_range-functi.patch
  0010-crashdump-arm64-Add-get_crash_kernel_load_range-func.patch
  0011-crashdump-cris-Add-get_crash_kernel_load_range-funct.patch
  0012-crashdump-ia64-Add-get_crash_kernel_load_range-funct.patch
  0013-crashdump-m68k-Add-get_crash_kernel_load_range-funct.patch
  0014-crashdump-mips-Add-get_crash_kernel_load_range-funct.patch
  0015-crashdump-ppc-Add-get_crash_kernel_load_range-functi.patch
  0016-crashdump-ppc64-Add-get_crash_kernel_load_range-func.patch
  0017-crashdump-s390-Add-get_crash_kernel_load_range-funct.patch
  0018-crashdump-sh-Add-get_crash_kernel_load_range-functio.patch
  0019-gitignore-add-two-generated-files-in-purgatory.patch
  0020-Only-print-debug-message-when-failed-to-serach-for-k.patch
  0021-build_mem_phdrs-check-if-p_paddr-is-invalid.patch
  0022-uImage-fix-realloc-pointer-confusion.patch
  0023-uImage-Fix-uImage_load-for-little-endian-machines.patch
  0024-uImage-Add-new-IH_ARCH_xxx-definitions.patch
  0025-uImage-use-char-instead-of-unsigned-char-for-uImage_.patch
  0026-uImage-use-char-instead-of-unsigned-char-for-uImage_.patch
  0027-arm64-add-uImage-support.patch

OBS-URL: https://build.opensuse.org/request/show/500203
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=83
2017-05-31 20:00:34 +00:00
Tony Jones
df3b0c42e6 Accepting request 496869 from Virtualization
Fix for bsc#1037779 - xen breaks kexec-tools build

OBS-URL: https://build.opensuse.org/request/show/496869
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=81
2017-05-22 15:19:36 +00:00
Tony Jones
ad796763fc Accepting request 487381 from home:bmwiedemann:branches:Kernel:kdump
fix kexec-bootloader with /boot partition (boo#1033599)

also enable warnings (none to be seen atm)

OBS-URL: https://build.opensuse.org/request/show/487381
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=79
2017-04-11 15:09:33 +00:00
Tony Jones
147a3a7d0e Accepting request 459689 from home:msmeissn:branches:Kernel:kdump
- Do not pull in gcc-PIE, as it breaks the static build in here.

OBS-URL: https://build.opensuse.org/request/show/459689
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=77
2017-02-22 21:34:29 +00:00
Tony Jones
8962b5e4f1 Accepting request 417744 from home:ptesarik:branches:Kernel:kdump
Update to 2.0.13

OBS-URL: https://build.opensuse.org/request/show/417744
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=75
2016-08-08 18:12:56 +00:00
Tony Jones
c6d2b3d081 Accepting request 402932 from home:michel_mno:branches:Kernel:kdump
-  remove sed line in spec for ppc64 about stack-protector
   as now handled in Makefile.

OBS-URL: https://build.opensuse.org/request/show/402932
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=73
2016-06-23 12:03:26 +00:00
Tony Jones
cf62e2066a Accepting request 401235 from home:jones_tony:branches:Kernel:kdump
- Update to version 2.0.12 (FATE#320915, bsc#980545)
  Changelog: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.10..v2.0.12
  Drop following patches (upstream):
   kexec-tools-load-crash-kernel-high.patch
-  Fix pkg-config to check >= 4.7 rather than > 4.6 for xenlight
-  Specifically name Files in specfile rather than using glob.

OBS-URL: https://build.opensuse.org/request/show/401235
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=71
2016-06-10 20:07:09 +00:00
Tony Jones
a9cfdb74ab Accepting request 394655 from home:olh:branches:Kernel:kdump
- Adjust linking to libxenctrl to xen-4.7 API

OBS-URL: https://build.opensuse.org/request/show/394655
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=70
2016-05-10 20:52:19 +00:00
Tony Jones
5905ad3780 Accepting request 349017 from home:tiwai:branches:Kernel:kdump
- Fix missing dependency on coreutils for initrd macros (boo#958562)
- Call missing initrd macro at postun (boo#958562)

OBS-URL: https://build.opensuse.org/request/show/349017
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=68
2015-12-15 16:26:27 +00:00