From patchwork Thu May 1 15:33:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 62246 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1247C54757 for ; Thu, 1 May 2025 15:33:56 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.1774.1746113609447995714 for ; Thu, 01 May 2025 08:33:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Xn5BdwBy; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=kAt0cqZz; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 010101968c7ba38b-6712261c-413c-4481-bdb0-cc33fb2c4175-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1746113635; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=5V5V/40zUZr3fWS3zplJx1TkFyWg9g/P15TJ+DFU0vk=; b=Xn5BdwByIZXhosRD/zDjwSIrbF/nYmPo4/IqYvbUPEB9Hji4AEiAr/5t4lAGtzhj 1UCY3dqD0zGOuJHp+xt7u7XVoV5VBJq7mnNFEzIJ8zqiA4WvMyQK1L2iTR9v9gXkcDa iXmFAP8Gfs6JHrkTycb9fd5mSdkBnMp8rGeFx534= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1746113635; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=5V5V/40zUZr3fWS3zplJx1TkFyWg9g/P15TJ+DFU0vk=; b=kAt0cqZzunZ+38TfwQYZ2ncy+Hb1L7zmx0hv0TAyEa6wriHmxCKPopexYwLn6FZC 5ouxXVajF0S40FMPD99hFammBuUfWwP+UxptzzFZRsB1xOFPzL530EpxtU69ims+pDi bBptBNVTOY6UI01GEnZf+wo1sZSVTNwv0aZNyMtQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] kexec-tools: upgrading to 2.0.31 SUCCEEDED Message-ID: <010101968c7ba38b-6712261c-413c-4481-bdb0-cc33fb2c4175-000000@us-west-2.amazonses.com> Date: Thu, 1 May 2025 15:33:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.01-54.240.27.31 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 01 May 2025 15:33:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/215873 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