From 54e899b04e046a7b3b11429c6b725d49d6a72e97 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 30 Aug 2019 11:16:25 +0200 Subject: [PATCH 1/2] kexec-tools: Update version from 2.0.16 to 2.0.20 Update to latest version to get in sync for a patch. --- kexec-tools.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexec-tools.be0 b/kexec-tools.be0 index 12c2977ca..789295129 100755 --- a/kexec-tools.be0 +++ b/kexec-tools.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION kexec-tools-2.0.16-0 +# BEE_VERSION kexec-tools-2.0.20-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 1d23e842f905034466f0683c470aee55abaca5f8 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 30 Aug 2019 11:19:08 +0200 Subject: [PATCH 2/2] kexec-tools: Add patch for kernel since 4.20.0 Add patch: From: Donald Buczek Date: Fri, 30 Aug 2019 10:52:58 +0200 Subject: [PATCH] x86: Fix PAGE_OFFSET for kernels since 4.20 To: horms@verge.net.au, kexec@lists.infradead.org, Bhupesh Sharma , buczek@molgen.mpg.de Linux kernel commit d52888aa2753 ("x86/mm: Move LDT remap out of KASLR region on 5-level paging") changed the base of the direct mapping from 0xffff880000000000 to 0xffff888000000000. This was merged into v4.20-rc2. Update to new address accordingly. --- kexec-tools.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexec-tools.be0 b/kexec-tools.be0 index 789295129..b0f936bb6 100755 --- a/kexec-tools.be0 +++ b/kexec-tools.be0 @@ -15,7 +15,7 @@ SRCURL[0]="https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${PKG ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/kexec-tools-x86-Fix-PAGE_OFFSET-for-kernels-since-4.20.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not