From patchwork Fri May 1 14:25:46 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 87348 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 471EECD37B7 for ; Fri, 1 May 2026 14:25:55 +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.msgproc01-g2.15628.1777645547319756106 for ; Fri, 01 May 2026 07:25:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=xJFsNOTr; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=lXk481pF; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019de3ee6cbb-cbd9302c-5ddf-462e-b8f2-921f58ce61bc-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1777645546; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=6qrM7WW9XvkmLlBno/lD3LVFh507pfVE5LuoxGd9ctA=; b=xJFsNOTrsiKerbaSwCj18TeQIyrvEcejW/Z3wrwvhcSHWJgpCtbuEPBEdKmQDOyl uYr553NsaGA9ilHiDcziyYzyerec8FSLUUVabs1kii+bRpW2hmlcv/kA12LN6KCKd2Z j0v2LxkC2XnfzuXRU8DHpL3j8cCM4jIMayhev2vQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645546; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=6qrM7WW9XvkmLlBno/lD3LVFh507pfVE5LuoxGd9ctA=; b=lXk481pF4l39GUMc0ZmyGnAqxaLb8fefaJj1FkN1Jh3EevonLWmdb9qL7inTBYFp NC8XdQN+Tb80A2gZufiVDjHitsYblg6Fdzq05mwqVUNtbx2iId8k7rP26hMlSjHpgyp rU+O+X8VUssVmrabfapWhttVk/4B56BTmDAbMsM0= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] ethtool: upgrading to 7.0 SUCCEEDED Message-ID: <0101019de3ee6cbb-cbd9302c-5ddf-462e-b8f2-921f58ce61bc-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:46 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.29 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 01 May 2026 14:25:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236258 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ethtool* to *7.0* has Succeeded. Next steps: - apply the patch: git am 0001-ethtool-upgrade-6.19-7.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 ddf615de20b4090f6df330c60a3fc052bc2aeda5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 10:19:32 +0000 Subject: [PATCH] ethtool: upgrade 6.19 -> 7.0 --- .../ethtool/ethtool/avoid_parallel_tests.patch | 6 +++--- .../ethtool/{ethtool_6.19.bb => ethtool_7.0.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_6.19.bb => ethtool_7.0.bb} (94%) diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch index c8e54663c8..dd64ef1a0b 100644 --- a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch +++ b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch @@ -1,4 +1,4 @@ -From 63f7fd18fe8ede3bde7fa54ef22980b4815330ed Mon Sep 17 00:00:00 2001 +From 3f6c7d7d311bc3abac02b4a18da7c49850fc4de4 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Wed, 28 May 2014 18:59:54 +0200 Subject: [PATCH] ethtool: use serial-tests config needed by ptest. @@ -14,10 +14,10 @@ Upstream-Status: Inappropriate 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index ebb978f..57b624b 100644 +index 06e2086..bca01e5 100644 --- a/configure.ac +++ b/configure.ac -@@ -3,7 +3,7 @@ AC_INIT(ethtool, 6.19, netdev@vger.kernel.org) +@@ -3,7 +3,7 @@ AC_INIT(ethtool, 7.0, netdev@vger.kernel.org) AC_PREREQ(2.52) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([ethtool.c]) diff --git a/meta/recipes-extended/ethtool/ethtool_6.19.bb b/meta/recipes-extended/ethtool/ethtool_7.0.bb similarity index 94% rename from meta/recipes-extended/ethtool/ethtool_6.19.bb rename to meta/recipes-extended/ethtool/ethtool_7.0.bb index 9ed94a901c..eb5b646701 100644 --- a/meta/recipes-extended/ethtool/ethtool_6.19.bb +++ b/meta/recipes-extended/ethtool/ethtool_7.0.bb @@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "1c1a2f9fc02670ab005fb3e5de16688852bd6cea7e15ebc6ec91d0278b00dd79" +SRC_URI[sha256sum] = "1a17b13dba2aef3897bb66c6140d88dc19e807b7948de3773d37320daae5266c" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"