Adjust patch headers to match openSUSE guidelines.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=96
This commit is contained in:
parent
f3fb4b072a
commit
acfe5cbc53
@ -1,11 +1,10 @@
|
|||||||
From 9fa99c42cb911727a962b358c5b1d36d0fe338ab Mon Sep 17 00:00:00 2001
|
|
||||||
Message-Id: <9fa99c42cb911727a962b358c5b1d36d0fe338ab.1522755494.git.msuchanek@suse.de>
|
|
||||||
In-Reply-To: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
References: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
From: Michal Suchanek <msuchanek@suse.de>
|
From: Michal Suchanek <msuchanek@suse.de>
|
||||||
Date: Mon, 26 Feb 2018 12:24:44 +0100
|
Date: Mon, 26 Feb 2018 12:24:44 +0100
|
||||||
Subject: [PATCH v6 5/6] kexec: Add option to fall back to KEXEC_LOAD when
|
Subject: kexec: Add option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD
|
||||||
KEXEC_FILE_LOAD is not supported
|
is not supported
|
||||||
|
References: bsc#1080916, boo#1076839
|
||||||
|
Upstream: merged
|
||||||
|
Git-commit: 9fa99c42cb911727a962b358c5b1d36d0fe338ab
|
||||||
|
|
||||||
Not all architectures implement KEXEC_FILE_LOAD. However, on some
|
Not all architectures implement KEXEC_FILE_LOAD. However, on some
|
||||||
archiectures KEXEC_FILE_LOAD is required when secure boot is enabled in
|
archiectures KEXEC_FILE_LOAD is required when secure boot is enabled in
|
@ -1,10 +1,9 @@
|
|||||||
From a8639a304b7b62384fc1c747c35eee7728ce583f Mon Sep 17 00:00:00 2001
|
|
||||||
Message-Id: <a8639a304b7b62384fc1c747c35eee7728ce583f.1522755494.git.msuchanek@suse.de>
|
|
||||||
In-Reply-To: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
References: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
From: Michal Suchanek <msuchanek@suse.de>
|
From: Michal Suchanek <msuchanek@suse.de>
|
||||||
Date: Mon, 26 Feb 2018 12:24:44 +0100
|
Date: Mon, 26 Feb 2018 12:24:44 +0100
|
||||||
Subject: [PATCH v6 4/6] kexec: Add option to revert -s
|
Subject: kexec: Add option to revert -s
|
||||||
|
References: bsc#1080916, boo#1076839
|
||||||
|
Upstream: merged
|
||||||
|
Git-commit: a8639a304b7b62384fc1c747c35eee7728ce583f
|
||||||
|
|
||||||
The undocumented -s option selects KEXEC_FILE_LOAD syscall but there is
|
The undocumented -s option selects KEXEC_FILE_LOAD syscall but there is
|
||||||
no option to select KEXEC_LOAD syscall. Add it so -s can be reverted.
|
no option to select KEXEC_LOAD syscall. Add it so -s can be reverted.
|
@ -1,10 +1,9 @@
|
|||||||
From 1ce7ef9717b1e1a721a1012d1de1ed2b4eae9485 Mon Sep 17 00:00:00 2001
|
|
||||||
Message-Id: <1ce7ef9717b1e1a721a1012d1de1ed2b4eae9485.1522755494.git.msuchanek@suse.de>
|
|
||||||
In-Reply-To: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
References: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
From: Michal Suchanek <msuchanek@suse.de>
|
From: Michal Suchanek <msuchanek@suse.de>
|
||||||
Date: Mon, 26 Feb 2018 12:17:01 +0100
|
Date: Mon, 26 Feb 2018 12:17:01 +0100
|
||||||
Subject: [PATCH v6 3/6] kexec: Do not special-case the -s option
|
Subject: kexec: Do not special-case the -s option
|
||||||
|
References: bsc#1080916, boo#1076839
|
||||||
|
Upstream: merged
|
||||||
|
Git-commit: 1ce7ef9717b1e1a721a1012d1de1ed2b4eae9485
|
||||||
|
|
||||||
It is parsed separately to save a few CPU cycles when setting up other
|
It is parsed separately to save a few CPU cycles when setting up other
|
||||||
options but it just complicates the code. So fold it back and set up all
|
options but it just complicates the code. So fold it back and set up all
|
@ -1,10 +1,9 @@
|
|||||||
From 1ded8729a29ff36880fc5169e93361971f4cab35 Mon Sep 17 00:00:00 2001
|
|
||||||
Message-Id: <1ded8729a29ff36880fc5169e93361971f4cab35.1522755494.git.msuchanek@suse.de>
|
|
||||||
In-Reply-To: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
References: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
From: Michal Suchanek <msuchanek@suse.de>
|
From: Michal Suchanek <msuchanek@suse.de>
|
||||||
Date: Mon, 26 Feb 2018 12:51:21 +0100
|
Date: Mon, 26 Feb 2018 12:51:21 +0100
|
||||||
Subject: [PATCH v6 6/6] kexec: Document -s, -c and -a options in the man page
|
Subject: kexec: Document -s, -c and -a options in the man page
|
||||||
|
References: bsc#1080916, boo#1076839
|
||||||
|
Upstream: merged
|
||||||
|
Git-commit: 1ded8729a29ff36880fc5169e93361971f4cab35
|
||||||
|
|
||||||
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
|
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
|
||||||
---
|
---
|
@ -1,11 +1,9 @@
|
|||||||
From bf36a4623b5ef67b3ae9722972fc135c608df963 Mon Sep 17 00:00:00 2001
|
|
||||||
Message-Id: <bf36a4623b5ef67b3ae9722972fc135c608df963.1522755494.git.msuchanek@suse.de>
|
|
||||||
In-Reply-To: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
References: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
From: Michal Suchanek <msuchanek@suse.de>
|
From: Michal Suchanek <msuchanek@suse.de>
|
||||||
Date: Fri, 16 Mar 2018 16:40:27 +0100
|
Date: Fri, 16 Mar 2018 16:40:27 +0100
|
||||||
Subject: [PATCH v6 2/6] kexec: Fix option checks to take KEXEC_FILE_LOAD into
|
Subject: kexec: Fix option checks to take KEXEC_FILE_LOAD into account
|
||||||
account
|
References: bsc#1080916, boo#1076839
|
||||||
|
Upstream: merged
|
||||||
|
Git-commit: bf36a4623b5ef67b3ae9722972fc135c608df963
|
||||||
|
|
||||||
When kexec_file_load support was added some sanity checks were not updated.
|
When kexec_file_load support was added some sanity checks were not updated.
|
||||||
|
|
@ -1,9 +1,9 @@
|
|||||||
From e810acd57d9fc2d7ba3b0e95d470c20de9948462 Mon Sep 17 00:00:00 2001
|
|
||||||
Message-Id: <e810acd57d9fc2d7ba3b0e95d470c20de9948462.1522755494.git.msuchanek@suse.de>
|
|
||||||
From: Michal Suchanek <msuchanek@suse.de>
|
From: Michal Suchanek <msuchanek@suse.de>
|
||||||
Date: Mon, 26 Feb 2018 12:12:38 +0100
|
Date: Mon, 26 Feb 2018 12:12:38 +0100
|
||||||
Subject: [PATCH v6 1/6] kexec: Return -ENOSYS when kexec does not know how to
|
Subject: kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD
|
||||||
call KEXEC_FILE_LOAD
|
References: bsc#1080916, boo#1076839
|
||||||
|
Upstream: merged
|
||||||
|
Git-commit: e810acd57d9fc2d7ba3b0e95d470c20de9948462
|
||||||
|
|
||||||
When the kernel does not know a syscall number it returns -ENOSYS but
|
When the kernel does not know a syscall number it returns -ENOSYS but
|
||||||
when kexec does not know a syscall number it returns -1. Return -ENOSYS
|
when kexec does not know a syscall number it returns -1. Return -ENOSYS
|
@ -1,7 +1,9 @@
|
|||||||
From 3720b743ae3ced0407e811a4223228d305dc4705 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Hari Bathini <hbathini@linux.vnet.ibm.com>
|
From: Hari Bathini <hbathini@linux.vnet.ibm.com>
|
||||||
Date: Mon, 26 Mar 2018 14:16:34 +0530
|
Date: Mon, 26 Mar 2018 14:16:34 +0530
|
||||||
Subject: [PATCH] kexec/ppc64: leverage kexec_file_load support
|
Subject: kexec/ppc64: leverage kexec_file_load support
|
||||||
|
References: bsc#1080916
|
||||||
|
Upstream: merged
|
||||||
|
Git-commit: 3720b743ae3ced0407e811a4223228d305dc4705
|
||||||
|
|
||||||
PPC64 kernel now supports kexec_file_load system call. Leverage it by
|
PPC64 kernel now supports kexec_file_load system call. Leverage it by
|
||||||
enabling that support here. Note that loading crash kernel with this
|
enabling that support here. Note that loading crash kernel with this
|
@ -3,14 +3,14 @@ Tue Apr 3 11:43:18 UTC 2018 - msuchanek@suse.com
|
|||||||
|
|
||||||
- kexec: add -a option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not
|
- kexec: add -a option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not
|
||||||
supported (bsc#1080916, boo#1076839).
|
supported (bsc#1080916, boo#1076839).
|
||||||
* kexec-Return-ENOSYS-when-kexec-does-not-know-how-to-.patch
|
* kexec-tools-Return-ENOSYS-when-kexec-does-not-know.patch
|
||||||
* kexec-Fix-option-checks-to-take-KEXEC_FILE_LOAD-into.patch
|
* kexec-tools-Fix-option-checks-to-take-KEXEC_FILE_LOAD.patch
|
||||||
* kexec-Do-not-special-case-the-s-option.patch
|
* kexec-tools-Do-not-special-case-the-s-option.patch
|
||||||
* kexec-Add-option-to-revert-s.patch
|
* kexec-tools-Add-option-to-revert-s.patch
|
||||||
* kexec-Add-option-to-fall-back-to-KEXEC_LOAD-when-KEX.patch
|
* kexec-tools-Add-option-to-fall-back-to-KEXEC_LOAD.patch
|
||||||
* kexec-Document-s-c-and-a-options-in-the-man-page.patch
|
* kexec-tools-Document-s-c-and-a-options-in-the-man-page.patch
|
||||||
- kexec/ppc64: leverage kexec_file_load support (bsc#1080916)
|
- kexec-tools-ppc64-leverage-kexec_file_load-support.patch: kexec/ppc64:
|
||||||
* kexec-ppc64-leverage-kexec_file_load-support.patch
|
leverage kexec_file_load support (bsc#1080916).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 23 07:38:55 UTC 2018 - ptesarik@suse.com
|
Fri Feb 23 07:38:55 UTC 2018 - ptesarik@suse.com
|
||||||
|
@ -33,13 +33,13 @@ Patch2: %{name}-xen-balloon-up.patch
|
|||||||
Patch3: %{name}-disable-test.patch
|
Patch3: %{name}-disable-test.patch
|
||||||
Patch4: %{name}-add-a-helper-function-to-add-ranges.patch
|
Patch4: %{name}-add-a-helper-function-to-add-ranges.patch
|
||||||
Patch5: %{name}-ppc64-parse-ibm-dynamic-memory.patch
|
Patch5: %{name}-ppc64-parse-ibm-dynamic-memory.patch
|
||||||
Patch6: kexec-ppc64-leverage-kexec_file_load-support.patch
|
Patch6: %{name}-ppc64-leverage-kexec_file_load-support.patch
|
||||||
Patch7: kexec-Return-ENOSYS-when-kexec-does-not-know-how-to-.patch
|
Patch7: %{name}-Return-ENOSYS-when-kexec-does-not-know.patch
|
||||||
Patch8: kexec-Fix-option-checks-to-take-KEXEC_FILE_LOAD-into.patch
|
Patch8: %{name}-Fix-option-checks-to-take-KEXEC_FILE_LOAD.patch
|
||||||
Patch9: kexec-Do-not-special-case-the-s-option.patch
|
Patch9: %{name}-Do-not-special-case-the-s-option.patch
|
||||||
Patch10: kexec-Add-option-to-revert-s.patch
|
Patch10: %{name}-Add-option-to-revert-s.patch
|
||||||
Patch11: kexec-Add-option-to-fall-back-to-KEXEC_LOAD-when-KEX.patch
|
Patch11: %{name}-Add-option-to-fall-back-to-KEXEC_LOAD.patch
|
||||||
Patch12: kexec-Document-s-c-and-a-options-in-the-man-page.patch
|
Patch12: %{name}-Document-s-c-and-a-options-in-the-man-page.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
Loading…
Reference in New Issue
Block a user