From patchwork Sat Feb 1 13:20:47 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: 56438 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 DD098C02199 for ; Sat, 1 Feb 2025 13:20:49 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.42626.1738416048363897686 for ; Sat, 01 Feb 2025 05:20:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=YPRyJDrc; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=VtRR+CeA; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 01010194c1abc616-e196dcd7-7c12-4e34-90fd-9dfa48a395d9-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=1738416047; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=iHdXD8qoJw3HGr1Zw4Kh/IqOOTh1yY4fvz734tK8hTA=; b=YPRyJDrc195YrolIF/XlD9ZCsiP36e6T0r/BuBimXAO+K3jsePPgZu522ZeKBcsI wTFLGmQCNRTiSN9hf39u/u7FnLWls8OHZoC25hLzJma+sFZYre2NOk93H7f2zfjgLyM wp9maTbjHSyX40TP2NyocjFg3FklHersyknGdKY4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416047; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=iHdXD8qoJw3HGr1Zw4Kh/IqOOTh1yY4fvz734tK8hTA=; b=VtRR+CeACTtt0nkF6LvG3xCXX/BtJJRzx+UD5NWIuuwnmIE6Z2VkZQRzlKVWYWIZ agF9i90qpYKFvPz5S/snS1gncmHLcVWZmF16RUVI50lWc1kGFgS58O5uSxBITjwpKHh uCxGErpnI6/qIbYNFviPmcBdp4hh7IwUYP4b0Y+4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Changhyeok Bae Cc: openembedded-core@lists.openembedded.org Subject: [AUH] iproute2: upgrading to 6.13.0 SUCCEEDED Message-ID: <01010194c1abc616-e196dcd7-7c12-4e34-90fd-9dfa48a395d9-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:20:47 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.01-54.240.27.29 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 ; Sat, 01 Feb 2025 13:20:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210522 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *iproute2* to *6.13.0* has Succeeded. Next steps: - apply the patch: git am 0001-iproute2-upgrade-6.12.0-6.13.0.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 8208a0268fa7fb4cd6a32e699a6a0fcbb7817d81 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 06:50:51 +0000 Subject: [PATCH] iproute2: upgrade 6.12.0 -> 6.13.0 --- ...nk.h-add-missing-include-for-htobe64.patch | 6 +- ...-ip-rearrange-and-prune-header-files.patch | 90 ------------------- ...{iproute2_6.12.0.bb => iproute2_6.13.0.bb} | 3 +- 3 files changed, 4 insertions(+), 95 deletions(-) delete mode 100644 meta/recipes-connectivity/iproute2/iproute2/0001-ip-rearrange-and-prune-header-files.patch rename meta/recipes-connectivity/iproute2/{iproute2_6.12.0.bb => iproute2_6.13.0.bb} (95%) diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch index 03af400ecd..f1746c5096 100644 --- a/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch +++ b/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch @@ -1,4 +1,4 @@ -From 4dc0613e229f6b4a57beb00dde14ef319a2dcad8 Mon Sep 17 00:00:00 2001 +From 5b3a2008631c7ab09252335fad42c2d347b7691d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 24 Aug 2024 15:32:25 +0200 Subject: [PATCH] include/libnetlink.h: add missing include for htobe64 @@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+) diff --git a/include/libnetlink.h b/include/libnetlink.h -index 30f0c2d..77e8181 100644 +index 7074e91..3dbfa42 100644 --- a/include/libnetlink.h +++ b/include/libnetlink.h -@@ -12,6 +12,7 @@ +@@ -13,6 +13,7 @@ #include #include #include diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-ip-rearrange-and-prune-header-files.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-ip-rearrange-and-prune-header-files.patch deleted file mode 100644 index 2f77910614..0000000000 --- a/meta/recipes-connectivity/iproute2/iproute2/0001-ip-rearrange-and-prune-header-files.patch +++ /dev/null @@ -1,90 +0,0 @@ -From 714291a63246cb3e6b86eb2a78fa84216d768a4b Mon Sep 17 00:00:00 2001 -From: Stephen Hemminger -Date: Tue, 10 Dec 2024 13:38:08 -0800 -Subject: [PATCH] ip: rearrange and prune header files - -The recent report of issues with missing limits.h impacting musl -suggested looking at what files are and are not included in ip code. - -The standard practice is to put standard headers first, then system, -then local headers. Used iwyu to get suggestions about missing -and extraneous headers. - -Upstream-Status: Backport [https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=7e23da91fca6e5dedeb32a7d308cf20982e897c3] -Signed-off-by: Stephen Hemminger -Signed-off-by: Alexander Kanavin ---- - ip/iplink.c | 13 +++++-------- - ip/ipnetns.c | 19 +++++++++---------- - 2 files changed, 14 insertions(+), 18 deletions(-) - -diff --git a/ip/iplink.c b/ip/iplink.c -index e650a5c2..8df367ed 100644 ---- a/ip/iplink.c -+++ b/ip/iplink.c -@@ -11,17 +11,14 @@ - #include - #include - #include -+#include -+#include -+#include -+ - #include -+#include - #include --#include - #include --#include --#include --#include --#include --#include --#include --#include - - #include "rt_names.h" - #include "utils.h" -diff --git a/ip/ipnetns.c b/ip/ipnetns.c -index 5c943400..a20cd8bc 100644 ---- a/ip/ipnetns.c -+++ b/ip/ipnetns.c -@@ -1,21 +1,21 @@ - /* SPDX-License-Identifier: GPL-2.0 */ - #define _ATFILE_SOURCE --#include --#include --#include --#include --#include --#include --#include -+ - #include -+#include - #include --#include - #include - #include - #include - #include - #include --#include -+#include -+ -+#include -+#include -+#include -+#include -+#include - - #include - -@@ -23,7 +23,6 @@ - #include "list.h" - #include "ip_common.h" - #include "namespace.h" --#include "json_print.h" - - static int usage(void) - { diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.12.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb similarity index 95% rename from meta/recipes-connectivity/iproute2/iproute2_6.12.0.bb rename to meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb index 741d54799d..f2ed381132 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.12.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb @@ -13,10 +13,9 @@ DEPENDS = "flex-native bison-native iptables libcap" SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ file://0001-include-libnetlink.h-add-missing-include-for-htobe64.patch \ - file://0001-ip-rearrange-and-prune-header-files.patch \ " -SRC_URI[sha256sum] = "bbd141ef7b5d0127cc2152843ba61f274dc32814fa3e0f13e7d07a080bef53d9" +SRC_URI[sha256sum] = "a43aa43338d882b44d01e549f3f105a92ae9feea32a82fae45a88e7a49302819" inherit update-alternatives bash-completion pkgconfig