To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] kexec-tools: upgrading to 2.0.31 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250501050045/all/kexec-tools/0001-kexec-tools-upgrade-2.0.30-2.0.31.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250501050045/all/kexec-tools/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *kexec-tools* to *2.0.31* has Succeeded. Next steps: - apply the patch: git am 0001-kexec-tools-upgrade-2.0.30-2.0.31.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 63a29b6dc647b17c9fb65688f759f21abfdbda88 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 May 2025 13:11:50 +0000 Subject: [PATCH] kexec-tools: upgrade 2.0.30 -> 2.0.31 --- ...4-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch | 2 +- ...0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch | 8 ++++---- .../0001-powerpc-change-the-memory-size-limit.patch | 2 +- .../0002-purgatory-Pass-r-directly-to-linker.patch | 3 +-- .../kexec/kexec-tools/0005-Disable-PIE-during-link.patch | 3 +-- .../{kexec-tools_2.0.30.bb => kexec-tools_2.0.31.bb} | 2 +- 6 files changed, 9 insertions(+), 11 deletions(-) rename meta/recipes-kernel/kexec/{kexec-tools_2.0.30.bb => kexec-tools_2.0.31.bb} (97%) diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch index ee731cea4b..1e7cdd4a2e 100644 --- a/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch +++ b/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch @@ -1,4 +1,4 @@ -From 9e95f8933bded10fdd664fc95492825347ec59a7 Mon Sep 17 00:00:00 2001 +From 67cdc1166e4b448721460e64192230def44ecd06 Mon Sep 17 00:00:00 2001 From: Alexander Kamensky Date: Thu, 12 Nov 2020 12:56:46 -0800 Subject: [PATCH] arm64: kexec: disabled check if kaslr-seed dtb property was diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch index 8dc5fed765..0c1d95edc5 100644 --- a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch +++ b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch @@ -1,4 +1,4 @@ -From 1a09bf71c2f541c2cfb44a00661051597bbd0b76 Mon Sep 17 00:00:00 2001 +From a077f3ac486b0d2598d1d491bbfca31271cd8171 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 6 Aug 2024 21:42:43 -0700 Subject: [PATCH] kexec.c: add MFD_NOEXEC_SEAL flag explicitly @@ -18,10 +18,10 @@ Signed-off-by: Chen Qi 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kexec/kexec.c b/kexec/kexec.c -index 4f51987..8f02595 100644 +index 6bf12d7..2f8e7cc 100644 --- a/kexec/kexec.c +++ b/kexec/kexec.c -@@ -60,6 +60,10 @@ +@@ -61,6 +61,10 @@ #define KEXEC_LOADED_PATH "/sys/kernel/kexec_loaded" #define KEXEC_CRASH_LOADED_PATH "/sys/kernel/kexec_crash_loaded" @@ -32,7 +32,7 @@ index 4f51987..8f02595 100644 unsigned long long mem_min = 0; unsigned long long mem_max = ULONG_MAX; unsigned long elfcorehdrsz = 0; -@@ -657,7 +661,7 @@ static int copybuf_memfd(const char *kernel_buf, size_t size) +@@ -661,7 +665,7 @@ static int copybuf_memfd(const char *kernel_buf, size_t size) { int fd, count; diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-powerpc-change-the-memory-size-limit.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-powerpc-change-the-memory-size-limit.patch index 029650f35c..a60d3d0063 100644 --- a/meta/recipes-kernel/kexec/kexec-tools/0001-powerpc-change-the-memory-size-limit.patch +++ b/meta/recipes-kernel/kexec/kexec-tools/0001-powerpc-change-the-memory-size-limit.patch @@ -1,4 +1,4 @@ -From 211cae4b6a02a4d9d37bfcd76f3702696e095fc3 Mon Sep 17 00:00:00 2001 +From 08065799232f4ba226096bc80a7b14fe696e70f1 Mon Sep 17 00:00:00 2001 From: Quanyang Wang Date: Tue, 16 Jun 2015 12:59:57 +0800 Subject: [PATCH] powerpc: change the memory size limit diff --git a/meta/recipes-kernel/kexec/kexec-tools/0002-purgatory-Pass-r-directly-to-linker.patch b/meta/recipes-kernel/kexec/kexec-tools/0002-purgatory-Pass-r-directly-to-linker.patch index a537ac2f0b..71ae062f10 100644 --- a/meta/recipes-kernel/kexec/kexec-tools/0002-purgatory-Pass-r-directly-to-linker.patch +++ b/meta/recipes-kernel/kexec/kexec-tools/0002-purgatory-Pass-r-directly-to-linker.patch @@ -1,4 +1,4 @@ -From e5bc9fbd6029057a4e3815a5326af5bd83a450e6 Mon Sep 17 00:00:00 2001 +From 268fd1dfa7abc69cde7a553325a89f0cbeabe199 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 7 Sep 2015 07:59:45 +0000 Subject: [PATCH] purgatory: Pass -r directly to linker @@ -10,7 +10,6 @@ unfiltered Signed-off-by: Khem Raj Upstream-Status: Pending - --- purgatory/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/kexec/kexec-tools/0005-Disable-PIE-during-link.patch b/meta/recipes-kernel/kexec/kexec-tools/0005-Disable-PIE-during-link.patch index 6a21744ac1..e70493a9d2 100644 --- a/meta/recipes-kernel/kexec/kexec-tools/0005-Disable-PIE-during-link.patch +++ b/meta/recipes-kernel/kexec/kexec-tools/0005-Disable-PIE-during-link.patch @@ -1,4 +1,4 @@ -From 494888bcc3bbf070dfce1b2686ee34c8619aa33d Mon Sep 17 00:00:00 2001 +From b5563c1d17de150bff6a259c933cf7daab4c449d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 10 Jun 2017 11:18:49 -0700 Subject: [PATCH] Disable PIE during link @@ -9,7 +9,6 @@ just need to match it with linker flags Upstream-Status: Pending Signed-off-by: Khem Raj - --- purgatory/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb similarity index 97% rename from meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb rename to meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb index 6a67427888..d824859686 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb @@ -20,7 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz file://0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch \ " -SRC_URI[sha256sum] = "bb6b39bbe00099219e95ab34b25ea4348e1a95964eefc45c1e6fe32362ac9021" +SRC_URI[sha256sum] = "ddaaa65b02b4f8aa9222586b1f26565b93a4baeffd35bcbd523f15fae7aa4897" inherit autotools update-rc.d systemd -- 2.47.1