From patchwork Thu Feb 1 18:00:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 38602 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 81371C5478C for ; Thu, 1 Feb 2024 18:00:17 +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.web11.2121.1706810407271984792 for ; Thu, 01 Feb 2024 10:00:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=RUpO/8+X; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ZM6F7qwH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018d65d3f568-79d6060f-0dcc-490e-8541-8b374a29266f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1706810406; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4e/Jc8p5SiHucX+m7z6ug30sV3n8gvsU83rRy7pmAWg=; b=RUpO/8+XzT0kmDzet6uCAppWQ6NzbOJKUlRCJF3d2EZ6iQ6wVMaRFcJc8yRCRGJF At1fyYIekxFLPsaAnvyEOMno1PODCAGPoWg57mNA6I96sYIoF5EjE17zvvYPCkehohI yUhBwRhEA373EPxnjDuwXazqoeAGfikiSQMU7AyM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1706810406; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4e/Jc8p5SiHucX+m7z6ug30sV3n8gvsU83rRy7pmAWg=; b=ZM6F7qwHxGUrTacn5sTNK5w7bn89wMXc+Oqo6yDRavX8KktikTWdN0u20+6zN+tW ADDTbf/StfB2z2JuRxuibO+L1HKvj8MS5kfxkp4tirrxN6MYRpmZxVZXIgszwStMEaf o4Y7oZ6smcN8iSh9/YjQ0/jyWF7dz3PKfhNeo83U= MIME-Version: 1.0 From: auh@yoctoproject.org To: Changhyeok Bae Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ethtool: upgrading to 6.7 SUCCEEDED Message-ID: <0101018d65d3f568-79d6060f-0dcc-490e-8541-8b374a29266f-000000@us-west-2.amazonses.com> Date: Thu, 1 Feb 2024 18:00:06 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.01-54.240.27.191 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 Feb 2024 18:00:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/194672 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ethtool* to *6.7* has Succeeded. Next steps: - apply the patch: git am 0001-ethtool-upgrade-6.6-6.7.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 d281134f8947e125b299ed9aed96f67cc8bca823 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Feb 2024 10:43:28 +0000 Subject: [PATCH] ethtool: upgrade 6.6 -> 6.7 --- .../ethtool/ethtool/avoid_parallel_tests.patch | 6 +++--- .../ethtool/{ethtool_6.6.bb => ethtool_6.7.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_6.6.bb => ethtool_6.7.bb} (93%) diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch index 409c8de685..87aaf2253b 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 0c77437267601d40d7ce9efd87eb4b82a5675d2f Mon Sep 17 00:00:00 2001 +From 1f22d926406e9d601d378665c8047f324ac0b93d 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. @@ -15,10 +15,10 @@ Upstream-Status: Inappropriate 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 11efb99..b5ce018 100644 +index c871558..8ea1eaa 100644 --- a/configure.ac +++ b/configure.ac -@@ -3,7 +3,7 @@ AC_INIT(ethtool, 6.5, netdev@vger.kernel.org) +@@ -3,7 +3,7 @@ AC_INIT(ethtool, 6.7, 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.6.bb b/meta/recipes-extended/ethtool/ethtool_6.7.bb similarity index 93% rename from meta/recipes-extended/ethtool/ethtool_6.6.bb rename to meta/recipes-extended/ethtool/ethtool_6.7.bb index ab824356c2..33df0e0e80 100644 --- a/meta/recipes-extended/ethtool/ethtool_6.6.bb +++ b/meta/recipes-extended/ethtool/ethtool_6.7.bb @@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "d4cdb4f7498781fb516e2b3d0eadab28691da3fd3e3445954e82d745de95fb96" +SRC_URI[sha256sum] = "ace0e95a03b38208af4ebacb415244568ace44c5d5a279ea434844f900179c75" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"