From nobody Tue Nov 11 21:17:59 2025 X-Original-To: freebsd-current@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 4d5fX32jW5z6H35K for ; Tue, 11 Nov 2025 21:18:11 +0000 (UTC) (envelope-from kargls@comcast.net) Received: from resdmta-h2p-547626.sys.comcast.net (resdmta-h2p-547626.sys.comcast.net [IPv6:2001:558:fd02:2446::e]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4d5fX26zhPz4MRR for ; Tue, 11 Nov 2025 21:18:10 +0000 (UTC) (envelope-from kargls@comcast.net) Authentication-Results: mx1.freebsd.org; none Received: from resomta-h2p-554994.sys.comcast.net ([96.102.179.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 256/256 bits) (Client did not present a certificate) by resdmta-h2p-547626.sys.comcast.net with ESMTPS id IqSvvr4hCLJ5HIvkYvtGSH; Tue, 11 Nov 2025 21:18:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1762895882; bh=CaYhmcpsCFtxpX87I09wszFtXtuR/S0d4g/NTZP5Dv0=; h=Received:Received:Message-ID:Date:MIME-Version:Subject:To:From: Content-Type:Xfinity-Spam-Result; b=RtLCHWbkwIv0vh62P44aVGto/D+3SBpULd49d3bv3sv6avwWVy/2TDKgcpn3a5b1n bIdzJkaYA7DYPMtb3LeB04xB7MfpRF9SiFw90zgqZCYgnEoaMvVxlSH1gI1FcorZgM YDVnDMpaQPtmx5ETQbVO69FOWI48WC68T0zhAsEbh+BWeeZLyQ1YSwTd/nCrN2LoQy mo/ARloPdCyGgSh7LQXpTGUOcMFC/E4oUlWGROT1nTbbkzFtCB8RTyYT+i0JosUmhp Jz9/igEK5aedhzGDDiZiaoYRv/ztSHihg8MyPhGZb4R2GXemwUOQUT9bTHIUiNOuw0 FrcTpNbKLPAeg== Received: from [10.0.0.30] ([73.83.213.54]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 256/256 bits) (Client did not present a certificate) by resomta-h2p-554994.sys.comcast.net with ESMTPSA id IvkVvdck1pi8UIvkXvOSbG; Tue, 11 Nov 2025 21:18:01 +0000 Message-ID: <5c38b898-3b3a-43c5-9e91-5e313f978b2e@comcast.net> Date: Tue, 11 Nov 2025 13:17:59 -0800 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Backout git revision 4179e6b78297369f [that is also stable/15 and releng/15.0 as 62c3b77d1d10] To: Ed Maste Cc: Mark Millard , FreeBSD Current , "bz@freebsd.org" References: <288036F0-180F-4DF4-94FD-66365B7504EA.ref@yahoo.com> <288036F0-180F-4DF4-94FD-66365B7504EA@yahoo.com> <255c624f-765c-4091-b3a5-22d439d292a1@comcast.net> Content-Language: en-US From: Steve Kargl In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4xfLuvbUeua/gXiQNnDoih4n9Rne4tLuuhI7+SlNyuq2lbX/HYl0FIWu3ae0FZ6doW89p2NBXqlcHPnm+vsmtmbEmWiUrR21CI2CetAvS+/VCchuXrBBQL OBRvIdlN16oLtdun900gB6rBURt6Liky03QBmkV8IqNs68DtWG+bt76BbleFlAqwpBmULmddj2xw0gHcMnhyNas8e7/uyTizlNGheyJDt27vVTRFulK9Qc7e bvJS4SSjXWqV6y0U2mR0XSfeSuN8Pf7R31uChNb/woA= X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4d5fX26zhPz4MRR On 11/11/25 12:12, Ed Maste wrote: > On Sun, 9 Nov 2025 at 02:01, Steve Kargl wrote: >> >> It's not a big ask. Either back out the commit or maybe, >> just maybe, someone can commit the patch in PR290432. > > For current, reverting the commit is a nonstarter. > > In PR290432 I don't see a report that WANT_NATIVE_PCI_GET_SLOT fully > fixes the issue, just that it fixes the build. Can you confirm that's > sufficient to fix it? Yes, it fixes the issue. After the build completes, one can install drm-515 on freebsd-current, and life returns to normal. IIUC, bz@ indicated that the patch may be break stable-14. I don't use stable branches so cannot verify. May need to use a _FreeBSD_version check, but I have no idea how that would look. -- steve