From nobody Wed Jul 02 19:34:26 2025 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 4bXVTK6ysqz60qQn; Wed, 02 Jul 2025 19:34:29 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta003.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 4bXVTK3nxkz3bXC; Wed, 02 Jul 2025 19:34:29 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4001a.ext.cloudfilter.net ([10.228.9.142]) by cmsmtp with ESMTPS id WuZdu2etU9JM2X3DwuqQrh; Wed, 02 Jul 2025 19:34:28 +0000 Received: from spqr.komquats.com ([70.66.136.217]) by cmsmtp with ESMTPSA id X3DuuC6DuWX70X3DwuONtt; Wed, 02 Jul 2025 19:34:28 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=d71WygjE c=1 sm=1 tr=0 ts=686589c4 a=h7br+8Ma+Xn9xscxy5znUg==:117 a=h7br+8Ma+Xn9xscxy5znUg==:17 a=kj9zAlcOel0A:10 a=Wb1JkmetP80A:10 a=6I5d2MoRAAAA:8 a=EkcXrb_YAAAA:8 a=YxBL1-UpAAAA:8 a=c5AlKVwaex26CMH082QA:9 a=CjuIK1q_8ugA:10 a=LK5xJRSDVpKd5WXXoEvA:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 76D2B146; Wed, 02 Jul 2025 12:34:26 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 5D56D300; Wed, 02 Jul 2025 12:34:26 -0700 (PDT) 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: Mark Johnston cc: Cy Schubert , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: aefae931820f - main - linker: Improve handling of ifuncs when fetching symbol metadata In-reply-to: References: <20250702182553.F0431281@slippy.cwsent.com> Comments: In-reply-to Mark Johnston message dated "Wed, 02 Jul 2025 14:42:40 -0400." 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: Wed, 02 Jul 2025 12:34:26 -0700 Message-Id: <20250702193426.5D56D300@slippy.cwsent.com> X-CMAE-Envelope: MS4xfG2xOSARRvmmiq2PcAsXOAMKA87ErxVOLR/nfv5fLgC0OCUXxim1HH/maaS6ioBiZ9vaeSkGHm94KrZfUcMWGp6R4vjopB5xzbt4hIb6wI6W/Wq7YzKT CGY3RIpbwariRH6SeU2TGAV0IaM8Wt0kE5h4mAvNzVvi7O8nrJYbMgjHV0MnGnHWlvi44LsNi3XK1O3mH8IkhaVh0f+R01P+S0MIEYACuBlI6XVyssJC3qJq bLWA3wcRR86npxGdgndHpTqzyD/RSgM0dAtamNuuovsU1Oim+NunUP77Bgk3LCniZa8hafVGE/9bNKze4fZDzJ5+TxjuCViBMVg22JwOa/Y= X-Rspamd-Queue-Id: 4bXVTK3nxkz3bXC X-Spamd-Bar: ---- 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] In message , Mark Johnston writes: > On Wed, Jul 02, 2025 at 11:25:53AM -0700, Cy Schubert wrote: > > Cy Schubert writes: > > > In message <202507021341.562DfuEh023668@gitrepo.freebsd.org>, Mark Johnst > on > > > wri > > > tes: > > > > The branch main has been updated by markj: > > > > > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=aefae931820fe1e93a31855296 > 8510 > > > 29 > > > > 8c7941a0 > > > > > > > > commit aefae931820fe1e93a318552968510298c7941a0 > > > > Author: Mark Johnston > > > > AuthorDate: 2025-07-02 13:34:47 +0000 > > > > Commit: Mark Johnston > > > > CommitDate: 2025-07-02 13:34:47 +0000 > > > > > > > > linker: Improve handling of ifuncs when fetching symbol metadata > > > > [...] > > > > > > This commit may have caused a panic loading linux.ko. > > > [...] > > > > Confirmed. kldload linux causes the panic. > > This should be fixed by commit 79dea0c8af4eeb394c6db6ce62a4da77177bd234. > Sorry for the breakage. NP. That does fix it. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0