From patchwork Fri Sep 15 18:59:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 30529 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 3147AEEEC06 for ; Fri, 15 Sep 2023 19:00:01 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.29461.1694804392269737438 for ; Fri, 15 Sep 2023 11:59:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=BwVStOd+; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=CMaqDJje; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018a9a36bfe8-44d0084d-bb5b-4ba1-b4fd-c05c83bae5e3-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=1694804394; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=h8DTH6f1e9MduOn5/UkJwUbPrKqctHNQTavjHJCQ/DM=; b=BwVStOd+azl9QKX0+RPW1Q5roWHb6oS44RPlkCUn9mK5Xz+pfG0YwcsgeirQlDdw /ueGyoLJRlKG+AzNecuyDvruhljkNTZfepOKtmeveXUmhgSaZf2RgZ+y3xjGrii4WtR Pyt0rOuAm+f5qkyf4XitXJNhd+yTfbYsVqpEkkuA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1694804394; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=h8DTH6f1e9MduOn5/UkJwUbPrKqctHNQTavjHJCQ/DM=; b=CMaqDJje51kyZL/kraObSD4lOoPuHCtyLIXRm6ohC+XDXL4V84m1uUimh9YrdFEL XbYGDMem1eVbofJOzTK5KGIQbR1AxFRbPyo646koMcctSKQPHf00U+At8d9vBtKx4DU mOEgZJ2fG+hmmGZ/Lkuvhfn9mxzSvQhxy4tzc7ww= MIME-Version: 1.0 From: auh@yoctoproject.org To: Changhyeok Bae Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ethtool: upgrading to 6.5 SUCCEEDED Message-ID: <0101018a9a36bfe8-44d0084d-bb5b-4ba1-b4fd-c05c83bae5e3-000000@us-west-2.amazonses.com> Date: Fri, 15 Sep 2023 18:59:53 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.15-54.240.27.33 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 ; Fri, 15 Sep 2023 19:00:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187721 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ethtool* to *6.5* has Succeeded. Next steps: - apply the patch: git am 0001-ethtool-upgrade-6.3-6.5.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 2b8b49992e2d03bcf36bf209b67f4d021d87f207 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Sep 2023 12:22:07 +0000 Subject: [PATCH] ethtool: upgrade 6.3 -> 6.5 --- .../ethtool/ethtool/avoid_parallel_tests.patch | 8 ++++---- .../ethtool/{ethtool_6.3.bb => ethtool_6.5.bb} | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_6.3.bb => ethtool_6.5.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 5e9024834c..409c8de685 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 08f887f4bc65684397bf8ec30cc61d91d894deac Mon Sep 17 00:00:00 2001 +From 0c77437267601d40d7ce9efd87eb4b82a5675d2f 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,12 +15,12 @@ Upstream-Status: Inappropriate 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index c1e0012..c460398 100644 +index 11efb99..b5ce018 100644 --- a/configure.ac +++ b/configure.ac -@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. - AC_INIT(ethtool, 6.3, netdev@vger.kernel.org) +@@ -3,7 +3,7 @@ AC_INIT(ethtool, 6.5, netdev@vger.kernel.org) AC_PREREQ(2.52) + AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([ethtool.c]) -AM_INIT_AUTOMAKE([gnu subdir-objects]) +AM_INIT_AUTOMAKE([gnu subdir-objects serial-tests]) diff --git a/meta/recipes-extended/ethtool/ethtool_6.3.bb b/meta/recipes-extended/ethtool/ethtool_6.5.bb similarity index 93% rename from meta/recipes-extended/ethtool/ethtool_6.3.bb rename to meta/recipes-extended/ethtool/ethtool_6.5.bb index 504e645966..ef925e16b9 100644 --- a/meta/recipes-extended/ethtool/ethtool_6.3.bb +++ b/meta/recipes-extended/ethtool/ethtool_6.5.bb @@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "342d37d3fe19da79d0276c4c69c34c61f1ad8f87b06514d664bf1eeb29bfd525" +SRC_URI[sha256sum] = "aed41ca58b3129126f18429172064d214191d7e7ef52c6e3f6b2ff7503706c03" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"