From nobody Mon Apr 10 03:39:12 2023 X-Original-To: freebsd-stable@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 4Pvvpr2HQFz44hlJ for ; Mon, 10 Apr 2023 03:39:16 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from hsmtpd-fgn.xspmail.jp (hsmtpd-fgn.xspmail.jp [210.130.137.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Pvvpq62ppz4cV4 for ; Mon, 10 Apr 2023 03:39:15 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1681097952; d=j.email.ne.jp; s=x01; i=ota@j.email.ne.jp; h=content-transfer-encoding:content-type:mime-version:references:in-reply-to: message-id:subject:cc:to:from:date:from; bh=968751Mv2GwHnjsq7njICrxGjHkY2/29yHpO+pFX1KI=; b=ICXTjuayawBZQ6xieNmhd7PAbPtU6cEGZXOQplf/Fvx32+khtLDL3RgUhPBHe+p38k1B/z81+YpSK fVQWJaGqpM8KF0R7mRtHmBYEOLdx1xtsVo6WAPYDB0BhnEKrFTLlwBslQScbBMHdG6EJ02p/aJVlg8 F4b9BVS5vLkuL+yhnB6gIYT2pTtZjY7Zx2EAoMvb4aUf7UYGp3JUznH1ceLHCLJpwUpXOq9CoqTLse xeAzNUfyN5WyakgCkdl1NsYLrwf8lMedBbKhhLjpEC1NvS0WuPLG/L29h7V2Ce0rfWm0F6tYVGH2rW 2iQ2bzskYybEd5hCmK2lnJCSTZLBNWQ== X-Country-Code: US Received: from e20.advok.com (pool-173-63-27-212.nwrknj.fios.verizon.net [173.63.27.212]) by hsmtpd-out-0.asahinet.cluster.xspmail.jp (Halon) with ESMTPA id 01f61ebe-db4b-4d01-bab9-322dfbe386dd; Mon, 10 Apr 2023 12:39:11 +0900 (JST) Date: Sun, 9 Apr 2023 23:39:12 -0400 From: Yoshihiro Ota To: Mathias Picker Cc: stable@freebsd.org, freebsd-stable@FreeBSD.org Subject: Re: FreeBSD 13.2-RELEASE started failing to load i915kms.ko after upgrade from RC5 Message-Id: <20230409233912.91110c2b6a55052a433c99ba@j.email.ne.jp> In-Reply-To: <2B548434-F639-4D6C-99C3-3B8FF687837A@virtual-earth.de> References: <20230409145558.c7cf0e9bb11f13d41f4f6031@j.email.ne.jp> <2B548434-F639-4D6C-99C3-3B8FF687837A@virtual-earth.de> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd12.2) List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Pvvpq62ppz4cV4 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:2497, ipnet:210.130.0.0/16, country:JP] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Mon, 10 Apr 2023 02:33:34 +0200 Mathias Picker wrote: > Am 9. April 2023 20:55:58 MESZ schrieb Yoshihiro Ota : > >Hi, > > > >I've been following releng/13.2 since it was branched. > >I use amd64 arch for this. > > > >I had built kernel modules during BETA/RC period. > >The above i915kms had worked until RC5. > >I had not built RC6 locally and picked up RELEASE on releng/13.2. > > > >After upgrading from RC5 to 13.2-RELEASE, the kernel started failing to load i915mks. > >This time, all kmod started failing such as one for virtual box, too. > > > >I thought I would need to rebuild all kernel modules, and thus started. > >However, even after rebuilding kernel modules several times, i915kms doesn't load properly. > >While new virtual box kmod works, I think my build environment isn't a problem. > > > >I cannot make i915kms back in working condition. > >I also updated /usr/ports and rebuilt few times but yet not successful. > > Did you update /usr/src ? Yes, I have the latest releng/13.2 under /usr/src and main under /usr/ports from git. Hiro