From nobody Mon Nov 04 03:23:48 2024 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XhcJ74sbPz5c1pS; Mon, 04 Nov 2024 03:23:51 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XhcJ729dyz4WyD; Mon, 4 Nov 2024 03:23:51 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTPS id 7ZH8taxeuAHbZ7nh0t4mhw; Mon, 04 Nov 2024 03:23:50 +0000 Received: from spqr.komquats.com ([70.66.152.170]) by cmsmtp with ESMTPSA id 7ngzt50MV2M9q7nh0tj0w8; Mon, 04 Nov 2024 03:23:50 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=ce5xrWDM c=1 sm=1 tr=0 ts=67283e46 a=y8EK/9tc/U6QY+pUhnbtgQ==:117 a=y8EK/9tc/U6QY+pUhnbtgQ==:17 a=kj9zAlcOel0A:10 a=VlfZXiiP6vEA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=sBeMAxy3m3l4eF98PuwA:9 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id D5EE71FE; Sun, 03 Nov 2024 19:23:48 -0800 (PST) Received: by slippy.cwsent.com (Postfix, from userid 1000) id BF6D01A5; Sun, 03 Nov 2024 19:23:48 -0800 (PST) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Olivier Certner cc: Cy Schubert , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 5169d4307eb9 - main - nfs: Fallback to GID_NOGROUP on no groups In-reply-to: <2094473.mIT35NG9lc@ravel> References: <202411031547.4A3Fl0Lh079122@gitrepo.freebsd.org> <20241103171056.E8299280@slippy.cwsent.com> <2094473.mIT35NG9lc@ravel> Comments: In-reply-to Olivier Certner message dated "Sun, 03 Nov 2024 19:16:27 +0100." List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 03 Nov 2024 19:23:48 -0800 Message-Id: <20241104032348.BF6D01A5@slippy.cwsent.com> X-CMAE-Envelope: MS4xfHSho2DaKys4lNRwYPqcFZZq/G3LQbmwF8pJ3OWxRnLA5B68VUVcgadA62BtLIlDwBvKKT14aQy0XXCvvCFTBSdlNdM+Sumzp2dXY7sVyG+lIV+K7q0p KnHLRmZg9J83u+GY5siCX6MrfeIQSVQFQXPqf59eF1W5+BBp4QjtX6sTUeVUviBOL+sDxRNJIHVVPuIxJXKa7Pq1UedqlyBp9beJE7rDQpx95iQqy9SbLBwi F70ZZm2829AR5weX1Vpe/lc2B04BHoITxo2ZZ6MfPHKPujeTMXcvOL9GX/o9hJUHHhMX1aAMgWKGjc/RlrGjgxxsLKRh8DZnQQs9IAL9p3o= X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Queue-Id: 4XhcJ729dyz4WyD X-Spamd-Bar: ---- In message <2094473.mIT35NG9lc@ravel>, Olivier Certner writes: > > This is a multi-part message in MIME format. > > --nextPart17542189.7ycxSsYEdt > Content-Transfer-Encoding: 7Bit > Content-Type: text/plain; charset="UTF-8" > > > I'm getting a different panic this time. > > Sigh... I see why, and it seems straightforward to fix. Could you please tr > y the attached patch? It is also available at: https://people.freebsd.org/~o > lce/0001-cred-crsetgroups-Throw-away-old-groups-before-crexte.patch . > > Hopefully, this was the last problem to solve. All patches in the series, ex > cept the "nfs, rpc: *" one, have been tested and actually used on my machines > for weeks. I however don't use NFS on a daily basis, and it is now pretty c > lear that I have a big problem in my NFS testing setup, or messed up the rela > ted tests (am still not sure). > > If you can't test this patch or if you still have a problem after this one, t > hen I'll just revert the series pending my re-testing in a correctly setup NF > S environment. > > Sorry to have dragged you in this debugging session, and thanks for your effo > rts and feedback. > > -- > Olivier Certner This certainly fixed the panic. Thank you. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0