From patchwork Mon Sep 15 11:54:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 70172 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 098F1CAC59A for ; Mon, 15 Sep 2025 11:54:37 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.30883.1757937275830919196 for ; Mon, 15 Sep 2025 04:54:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=MobFEPFs; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=tODLbd8q; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101994d3a152a-c660c9d8-7dfe-4d48-ad1d-ee027536c50a-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=1757937276; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=+k7rpPnqnJvdDTdRWPHYYpGUAn3stnWEnK7f62OkKLs=; b=MobFEPFsr7X9ait04Jy9apU2fYgGxuxLSNJbTqmelbyGh7CtW68h/nOmojGtK4vm eMYS9EMiNrnPzo/DmG/Rzwt08F47J9ltXQ41ozJg4T85eEdb7LsV3cNnmzLqatosrZi Lese04yFzZ95k58H3IHYGKQNtz8wKWL0NaddnLlY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1757937276; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=+k7rpPnqnJvdDTdRWPHYYpGUAn3stnWEnK7f62OkKLs=; b=tODLbd8qggIVVXeK6snavlhb/f3h2R8gPDgh8JSHLziBh1UenavENRxu2IIQMrUV k3MdlRWPdHJ4l4yVIi5/rHipYuXSzPQQCwSKf8ITp7EldaKw/asVHn/cZchv8oXuSTt skF33JnMQZzei0DpXL59D54kqAnCkVBc2N+qNe98= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] nfs-utils: upgrading to 2.8.4 SUCCEEDED Message-ID: <010101994d3a152a-c660c9d8-7dfe-4d48-ad1d-ee027536c50a-000000@us-west-2.amazonses.com> Date: Mon, 15 Sep 2025 11:54:36 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.15-54.240.27.193 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 ; Mon, 15 Sep 2025 11:54:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/223411 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *nfs-utils* to *2.8.4* has Succeeded. Next steps: - apply the patch: git am 0001-nfs-utils-upgrade-2.8.3-2.8.4.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 3ae93ed8268f791970b555c42a66c73fb2fd2dfb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Sep 2025 07:18:53 +0000 Subject: [PATCH] nfs-utils: upgrade 2.8.3 -> 2.8.4 --- ...t-Makefile.am-Do-not-use-build-flags.patch | 7 +-- .../0002-Fix-build-with-glibc-2.42.patch | 57 ------------------- .../0004-Use-nogroup-for-nobody-group.patch | 6 +- .../0005-find-OE-provided-Kerberos.patch | 4 +- ...{nfs-utils_2.8.3.bb => nfs-utils_2.8.4.bb} | 3 +- 5 files changed, 8 insertions(+), 69 deletions(-) delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0002-Fix-build-with-glibc-2.42.patch rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.8.3.bb => nfs-utils_2.8.4.bb} (97%) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch index 351407ddcd..09cd35477c 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch @@ -1,4 +1,4 @@ -From 9efa7a0d37665d9bb0f46d2407883a5ab42c2b84 Mon Sep 17 00:00:00 2001 +From 7cd216e632ed5a88776f17b1398870a598dcd139 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 24 Jul 2023 20:39:16 -0700 Subject: [PATCH] locktest: Makefile.am: Do not use build flags @@ -19,7 +19,7 @@ Signed-off-by: Khem Raj 1 file changed, 3 deletions(-) diff --git a/tools/locktest/Makefile.am b/tools/locktest/Makefile.am -index e8914655..2fd36971 100644 +index e891465..2fd3697 100644 --- a/tools/locktest/Makefile.am +++ b/tools/locktest/Makefile.am @@ -2,8 +2,5 @@ @@ -31,6 +31,3 @@ index e8914655..2fd36971 100644 -testlk_LDFLAGS=$(LDFLAGS_FOR_BUILD) MAINTAINERCLEANFILES = Makefile.in --- -2.41.0 - diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0002-Fix-build-with-glibc-2.42.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0002-Fix-build-with-glibc-2.42.patch deleted file mode 100644 index 0b22511873..0000000000 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0002-Fix-build-with-glibc-2.42.patch +++ /dev/null @@ -1,57 +0,0 @@ -From d74ef9afacf9dc4a067a2f984f52ad136fb46c31 Mon Sep 17 00:00:00 2001 -From: Yaakov Selkowitz -Date: Fri, 27 Jun 2025 04:54:08 -0500 -Subject: [PATCH] Fix build with glibc-2.42 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -exportfs.c: In function ‘release_lockfile’: -exportfs.c:83:17: error: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result] - 83 | lockf(_lockfd, F_ULOCK, 0); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -exportfs.c: In function ‘grab_lockfile’: -exportfs.c:77:17: error: ignoring return value of ‘lockf’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result] - 77 | lockf(_lockfd, F_LOCK, 0); - | ^~~~~~~~~~~~~~~~~~~~~~~~~ - -lockf is now marked with attribute warn_unused_result: - -https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=f3c82fc1b41261f582f5f9fa12f74af9bcbc88f9 - -Upstream-Status: Backport [https://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=9f974046c37b7c28705d5558328759fff708b1cb] -Signed-off-by: Steve Dickson -Signed-off-by: Khem Raj ---- - utils/exportfs/exportfs.c | 10 ++++++++-- - 1 file changed, 8 insertions(+), 2 deletions(-) - -diff --git a/utils/exportfs/exportfs.c b/utils/exportfs/exportfs.c -index b03a047..748c38e 100644 ---- a/utils/exportfs/exportfs.c -+++ b/utils/exportfs/exportfs.c -@@ -74,13 +74,19 @@ grab_lockfile(void) - { - _lockfd = open(lockfile, O_CREAT|O_RDWR, 0666); - if (_lockfd != -1) -- lockf(_lockfd, F_LOCK, 0); -+ if (lockf(_lockfd, F_LOCK, 0) != 0) { -+ xlog_warn("%s: lockf() failed: errno %d (%s)", -+ __func__, errno, strerror(errno)); -+ } - } - static void - release_lockfile(void) - { - if (_lockfd != -1) { -- lockf(_lockfd, F_ULOCK, 0); -+ if (lockf(_lockfd, F_ULOCK, 0) != 0) { -+ xlog_warn("%s: lockf() failed: errno %d (%s)", -+ __func__, errno, strerror(errno)); -+ } - close(_lockfd); - _lockfd = -1; - } --- -2.43.0 - diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0004-Use-nogroup-for-nobody-group.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0004-Use-nogroup-for-nobody-group.patch index bbf44d5977..adf3f3fe4c 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0004-Use-nogroup-for-nobody-group.patch +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/0004-Use-nogroup-for-nobody-group.patch @@ -1,4 +1,4 @@ -From 001913c5eb0aad933a93ee966252905cd46d776b Mon Sep 17 00:00:00 2001 +From 1e38d1b65ea34b081716b98b863694777ba5f245 Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Tue, 6 Jun 2023 16:07:53 -0600 Subject: [PATCH] Use "nogroup" for nobody group @@ -11,7 +11,7 @@ Signed-off-by: Daniel McGregor 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/nfsidmap/idmapd.conf b/support/nfsidmap/idmapd.conf -index 2a2f79a1..e6f3724f 100644 +index 2a2f79a..e6f3724 100644 --- a/support/nfsidmap/idmapd.conf +++ b/support/nfsidmap/idmapd.conf @@ -41,7 +41,7 @@ @@ -24,7 +24,7 @@ index 2a2f79a1..e6f3724f 100644 [Translation] diff --git a/utils/idmapd/idmapd.c b/utils/idmapd/idmapd.c -index cd9a965f..3be805e9 100644 +index 5231f56..e1aa8a5 100644 --- a/utils/idmapd/idmapd.c +++ b/utils/idmapd/idmapd.c @@ -89,7 +89,7 @@ diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0005-find-OE-provided-Kerberos.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0005-find-OE-provided-Kerberos.patch index 3241e8e859..71b835f3fb 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0005-find-OE-provided-Kerberos.patch +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/0005-find-OE-provided-Kerberos.patch @@ -1,4 +1,4 @@ -From a2af266f013722a64c5d04e0fe097cd711393a53 Mon Sep 17 00:00:00 2001 +From 6c1dda3643f58b35ed5c9b36bb485c111391f2bb Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Wed, 8 Nov 2023 16:24:20 -0600 Subject: [PATCH] find OE provided Kerberos @@ -10,7 +10,7 @@ Signed-off-by: Daniel McGregor 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aclocal/kerberos5.m4 b/aclocal/kerberos5.m4 -index f96f0fd4..ad85fdf2 100644 +index f96f0fd..ad85fdf 100644 --- a/aclocal/kerberos5.m4 +++ b/aclocal/kerberos5.m4 @@ -22,8 +22,8 @@ AC_DEFUN([AC_KERBEROS_V5],[ diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb similarity index 97% rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.3.bb rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb index 039090df72..b68a55edcd 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.3.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb @@ -22,12 +22,11 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x file://nfsserver \ file://nfscommon \ file://0001-locktest-Makefile.am-Do-not-use-build-flags.patch \ - file://0002-Fix-build-with-glibc-2.42.patch \ file://0004-Use-nogroup-for-nobody-group.patch \ file://0005-find-OE-provided-Kerberos.patch \ " -SRC_URI[sha256sum] = "11e7c5847a8423a72931c865bd9296e7fd56ff270a795a849183900961711725" +SRC_URI[sha256sum] = "11c4cc598a434d7d340bad3e072a373ba1dcc2c49f855d44b202222b78ecdbf5" # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will # pull in the remainder of the dependencies.