From patchwork Fri Mar 15 17:00:15 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: 41058 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 A26CEC54F2A for ; Fri, 15 Mar 2024 17:00:16 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.1234.1710522010374095625 for ; Fri, 15 Mar 2024 10:00:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=bnZWiCsK; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=rO1tqR/Q; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018e430e9f58-1488efd7-c756-4d0a-b676-2f7e59717acf-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=1710522015; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=v7k+ClN0qwVQp3DUiPbxHjE4pjzgye85stjzRPE5lUQ=; b=bnZWiCsKDf9hyFsF1v7BymLCAchrdO5kS7dgJGCzGIsmXf2HGkLZrj2x6C2Cu1by iSGFs5ZzPM0EupKpEm6jXyJKyqvXZCDoPKVI06DETEsMZUMBYYpRiU9QYrtZug9Furh +V2wzPoMtvsxeB6mRcmefhF/LcTmtWjKECYy/i1Q= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1710522015; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=v7k+ClN0qwVQp3DUiPbxHjE4pjzgye85stjzRPE5lUQ=; b=rO1tqR/QhyvGrdJ//TerYhggrZxgah1WdzQmuruBersN9QWdicqH2vg4OZ4iz6Xg ZRDSxqghcGA4ta4JHAcrLP/5iF2c/JMlSGNj0P6ZX95WzjYx3h72Ve5SbSGbfNEWH6O qYK89Bj76Wewm1Du/YolUttPIq6MJN9Sb9vOEAGw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] kmod: upgrading to 32 FAILED Message-ID: <0101018e430e9f58-1488efd7-c756-4d0a-b676-2f7e59717acf-000000@us-west-2.amazonses.com> Date: Fri, 15 Mar 2024 17:00:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.15-54.240.27.30 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 Mar 2024 17:00:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197230 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *kmod* to *32* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-kmod-upgrade-31-32.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 269aae80c873f3f701dcc9838617291ca3e62ca8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Mar 2024 14:07:05 +0000 Subject: [PATCH] kmod: upgrade 31 -> 32 --- ...Use-portable-implementation-for-basename-API.patch | 11 ++++------- .../kmod/kmod/avoid_parallel_tests.patch | 10 ++++------ meta/recipes-kernel/kmod/kmod/gtkdocdir.patch | 9 +++------ meta/recipes-kernel/kmod/{kmod_31.bb => kmod_32.bb} | 2 +- 4 files changed, 12 insertions(+), 20 deletions(-) rename meta/recipes-kernel/kmod/{kmod_31.bb => kmod_32.bb} (98%) diff --git a/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch b/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch index 6a7f9ded4f..fa99cd54c7 100644 --- a/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch +++ b/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch @@ -1,4 +1,4 @@ -From 721ed6040c7aa47070faf6378c433089e178bd43 Mon Sep 17 00:00:00 2001 +From 806114f45a3910f3d0fe0463cc29e9efa661c789 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 9 Dec 2023 17:35:59 -0800 Subject: [PATCH] Use portable implementation for basename API @@ -110,10 +110,10 @@ index 43fc354..cfb15b1 100644 dirlen -= namelen + 1; } diff --git a/tools/kmod.c b/tools/kmod.c -index 55689c0..df91e5c 100644 +index 1015575..57f59ca 100644 --- a/tools/kmod.c +++ b/tools/kmod.c -@@ -68,7 +68,7 @@ static int kmod_help(int argc, char *argv[]) +@@ -63,7 +63,7 @@ static int kmod_help(int argc, char *argv[]) "Options:\n" "\t-V, --version show version\n" "\t-h, --help show this help\n\n" @@ -122,7 +122,7 @@ index 55689c0..df91e5c 100644 for (i = 0; i < ARRAY_SIZE(kmod_cmds); i++) { if (kmod_cmds[i]->help != NULL) { -@@ -156,7 +156,7 @@ static int handle_kmod_compat_commands(int argc, char *argv[]) +@@ -151,7 +151,7 @@ static int handle_kmod_compat_commands(int argc, char *argv[]) const char *cmd; size_t i; @@ -131,6 +131,3 @@ index 55689c0..df91e5c 100644 for (i = 0; i < ARRAY_SIZE(kmod_compat_cmds); i++) { if (streq(kmod_compat_cmds[i]->name, cmd)) --- -2.43.0 - diff --git a/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch b/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch index 04a8204815..d83a15708a 100644 --- a/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch +++ b/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch @@ -1,4 +1,4 @@ -From be6f82c54f694617c646ca1f8b5bcf93694e20ad Mon Sep 17 00:00:00 2001 +From 5aaeb8d1cb2c8cc5f2a5f83775344a817274dc31 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 6 Sep 2013 21:11:57 +0000 Subject: [PATCH] kmod: avoid parallel-tests @@ -11,16 +11,15 @@ serial-tests is now required Signed-off-by: Tudor Florea Upstream-Status: Inappropriate (disable feature incompatible with ptest) - --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index ee72283..60980c0 100644 +index b651b5f..491be1b 100644 --- a/configure.ac +++ b/configure.ac -@@ -14,8 +14,8 @@ AC_USE_SYSTEM_EXTENSIONS +@@ -14,7 +14,7 @@ AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AC_PREFIX_DEFAULT([/usr]) AM_MAINTAINER_MODE([enable]) @@ -28,5 +27,4 @@ index ee72283..60980c0 100644 +AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests serial-tests]) AM_SILENT_RULES([yes]) LT_INIT([disable-static pic-only]) - - AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by kmod])]) + diff --git a/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch b/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch index a34ea466e8..31973e452a 100644 --- a/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch +++ b/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch @@ -1,4 +1,4 @@ -From dd59095f70f774f6d1e767010e25b35ef6db4c4b Mon Sep 17 00:00:00 2001 +From 8e74be1289420fb9c38a44f40097919dc3ded82d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 8 Dec 2023 22:35:45 +0000 Subject: [PATCH] configure: set docdir in GTK_DOC_CHECK @@ -16,10 +16,10 @@ Signed-off-by: Ross Burton 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index de01e08..67696c4 100644 +index 491be1b..034878b 100644 --- a/configure.ac +++ b/configure.ac -@@ -255,7 +255,7 @@ AS_IF([test "x$enable_coverage" = "xyes"], [ +@@ -227,7 +227,7 @@ AS_IF([test "x$enable_coverage" = "xyes"], [ AM_CONDITIONAL([ENABLE_COVERAGE], [test "x$enable_coverage" = "xyes"]) m4_ifdef([GTK_DOC_CHECK], [ @@ -28,6 +28,3 @@ index de01e08..67696c4 100644 ], [ AM_CONDITIONAL([ENABLE_GTK_DOC], false)]) --- -2.34.1 - diff --git a/meta/recipes-kernel/kmod/kmod_31.bb b/meta/recipes-kernel/kmod/kmod_32.bb similarity index 98% rename from meta/recipes-kernel/kmod/kmod_31.bb rename to meta/recipes-kernel/kmod/kmod_32.bb index 6ae83a7c66..3aa7308a3b 100644 --- a/meta/recipes-kernel/kmod/kmod_31.bb +++ b/meta/recipes-kernel/kmod/kmod_32.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ " inherit autotools bash-completion gtk-doc pkgconfig manpages update-alternatives -SRCREV = "aff617ea871d0568cc491bd116c0be1e857463bb" +SRCREV = "41faa59711742c1476d59985011ee0f27ed91d30" SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;branch=master;protocol=https \ file://depmod-search.conf \