Update patch upstream status.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=128
This commit is contained in:
Petr Tesařík 2020-04-07 12:45:24 +00:00 committed by Git OBS Bridge
parent f8106dc225
commit 82d2b39d94
3 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,10 @@
From 0ec1fd23847ba103f967e3377e2a1b13712cff6e Mon Sep 17 00:00:00 2001
From: Petr Tesarik <ptesarik@suse.com>
Date: Thu, 12 Mar 2020 20:12:12 +0100
Upstream: not yet, patch sent 2020-03-12
Subject: Fix kexec_file_load(2) error handling
References: bsc#1166105
Upstream: merged
Git-commit: 4f77da6340356de40af70473d3c3ae6ec663fbdf
The handling of kexec_file_load() error conditions needs some
improvement.

View File

@ -1,9 +1,10 @@
From dadafc4664c7b78ea1561ccca33986c9639106ec Mon Sep 17 00:00:00 2001
From: Petr Tesarik <ptesarik@suse.com>
Date: Fri, 13 Mar 2020 14:54:00 +0100
Upstream: not yet, patch sent 2020-03-13
Subject: Reset getopt before falling back to legacy syscall
References: bsc#1166105
Upstream: merged
Git-commit: 9cf721279f6cb0dec09c8752e471f15fb662406b
The modules may need to parse the arguments again after
kexec_file_load(2) failed, but getopt is not reset.

View File

@ -2,7 +2,8 @@ From: Petr Tesarik <ptesarik@suse.com>
Date: Fri, 3 Apr 2020 13:12:00 +0200
Subject: kexec-tools: s390: Reset kernel command line on syscall fallback
References: bsc#1167868
Upstream: submitted 2020-04-03
Upstream: merged
Git-commit: 5dc72ded6050a5bb161e3b832867e660c9ca009e
The command line is duplicated on s390 if kexec_file_load(2) is not
implemented. That's because the corresponding variable is not reset