From patchwork Sun Mar 15 13:41:59 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: 83455 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 28409F013DA for ; Sun, 15 Mar 2026 13:42:11 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.28797.1773582114775226062 for ; Sun, 15 Mar 2026 06:42:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=Gb1moSNO; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=HV34hMSB; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019cf1bb7405-60c94406-d487-42a3-8237-346e0a8a2f67-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=1773582120; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=y1DUhDdGJiHvLIWhQVLVf8/VJnvazTpf+80y8u0gF1c=; b=Gb1moSNO/MUhBrwxd9auanMXvXiuiKGfLuXbEwf0Mp1P4VseNEACjE5dubtSPhtj GhMBdUwBm5SiOGsxYVVquEU3AHN++BhEEAY6YcsIbt/xZgyzTDVeKxcp2ZLRUFpYgIk kpdvxiiQgp8ib0qRdxMEPdvIcBmzEb5YUaePivk4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1773582120; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=y1DUhDdGJiHvLIWhQVLVf8/VJnvazTpf+80y8u0gF1c=; b=HV34hMSB9eE3gUHSvqWUocAI4HIyoCov9v/fQ19L0OFS49LfxqMExyLzCUriYlen ztry97ZxrWBs15LM3CQD/uuy/KwGACVlx9efnxM7WT67NPbMZzIYPHdSCD6pnmRay6z 9+YLjnmOjhDR9KdlRFswy9RsrFoL1jsTc96yTH94= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] ethtool: upgrading to 6.19 SUCCEEDED Message-ID: <0101019cf1bb7405-60c94406-d487-42a3-8237-346e0a8a2f67-000000@us-west-2.amazonses.com> Date: Sun, 15 Mar 2026 13:41:59 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.03.15-54.240.27.191 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 ; Sun, 15 Mar 2026 13:42:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233156 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ethtool* to *6.19* has Succeeded. Next steps: - apply the patch: git am 0001-ethtool-upgrade-6.15-6.19.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 2da142c85c07cbfd9046f29cda7f5b0eded6cb26 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Mar 2026 09:06:43 +0000 Subject: [PATCH] ethtool: upgrade 6.15 -> 6.19 --- .../ethtool/ethtool/avoid_parallel_tests.patch | 6 +++--- .../ethtool/{ethtool_6.15.bb => ethtool_6.19.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_6.15.bb => ethtool_6.19.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 79232a6b00..2dc5256226 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 27757ce1a8956591d22e7f9dc8cef37e37be8e9f Mon Sep 17 00:00:00 2001 +From 46142457ca4e431fe431da6650cbcb684336dce7 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 f5fdc8b..3eab387 100644 +index ebb978f..57b624b 100644 --- a/configure.ac +++ b/configure.ac -@@ -3,7 +3,7 @@ AC_INIT(ethtool, 6.15, netdev@vger.kernel.org) +@@ -3,7 +3,7 @@ AC_INIT(ethtool, 6.19, 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.15.bb b/meta/recipes-extended/ethtool/ethtool_6.19.bb similarity index 94% rename from meta/recipes-extended/ethtool/ethtool_6.15.bb rename to meta/recipes-extended/ethtool/ethtool_6.19.bb index eb6b272d4a..9ed94a901c 100644 --- a/meta/recipes-extended/ethtool/ethtool_6.15.bb +++ b/meta/recipes-extended/ethtool/ethtool_6.19.bb @@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "5d21a75b54c5e617b8ac0fe161e2ef3a75ecdf569ab64831474882dd3ece6077" +SRC_URI[sha256sum] = "1c1a2f9fc02670ab005fb3e5de16688852bd6cea7e15ebc6ec91d0278b00dd79" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"