From nobody Tue Aug 13 22:02:19 2024 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 4Wk5320gLSz5TVBx for ; Tue, 13 Aug 2024 22:02:22 +0000 (UTC) (envelope-from concussious@runbox.com) Received: from mailtransmit05.runbox.com (mailtransmit05.runbox.com [IPv6:2a0c:5a00:149::26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Wk5316qxgz4Gyn for ; Tue, 13 Aug 2024 22:02:21 +0000 (UTC) (envelope-from concussious@runbox.com) Authentication-Results: mx1.freebsd.org; none Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1sdzat-00F3lL-Tk for freebsd-current@freebsd.org; Wed, 14 Aug 2024 00:02:19 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector1; h=Message-Id:In-Reply-To:Date:Subject:CC:To:From:MIME-Version: Content-Transfer-Encoding:Content-Type; bh=UeqqWonvGkboKv4bnZAvU2RLAFMk1a5CqbFHkD0i4Os=; b=rJ0iHhQ5Gu6kxBvjMLufHObV7u GyhF5OSPES+7Gvj6OzsbAh5jWoAH2D2S83a09DxW9NXrrX5dOTlxoG6myA2bXMPTleZc4x1zrGHfH vnvAnJv1mnOfpDuBDdkEg2cY1SSA1LRbd4GaTDsRMYWpPlOHAUiO5V7R0xTb0rngDNZUdUEISdxf7 1L04IgeOkEB3JirbVHaMPsxUFoKl/zCIEBl5C3ooEItELKIF2hluwQH3El49lof7wtE+K5RV55EGA YWhSHyEpX1ktC58IEYU6SCOFvafjpCsa6nG0e/Tv7lej989FDRwOdwQFmnQuBDfSedPDiwKRAs182 uFdYwToA==; Received: from [10.9.9.129] (helo=rmmprod07.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1sdzat-0002lq-E0; Wed, 14 Aug 2024 00:02:19 +0200 Received: from mail by rmmprod07.runbox with local (Exim 4.86_2) (envelope-from ) id 1sdzat-0002LS-CZ; Wed, 14 Aug 2024 00:02:19 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 Received: from [Authenticated alias (960610)] by runbox.com with http (RMM6); Tue, 13 Aug 2024 22:02:19 GMT From: "Alexander Ziaee" To: "Shawn Webb" CC: "freebsd-current" Subject: Re: Panic on GENERIC @ 6481b4 Date: Tue, 13 Aug 2024 22:02:19 +0000 (UTC) X-RMM-Aliasid: 960610 X-Mailer: RMM6 In-Reply-To: Message-Id: 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:50304, ipnet:2a0c:5a00::/29, country:NO] X-Rspamd-Queue-Id: 4Wk5316qxgz4Gyn On 2024-08-13 17:51 -04:00 EDT, "Shawn Webb" w= rote: > On Tue, Aug 13, 2024 at 09:45:54PM UTC, Alexander Ziaee wrote: >> Compiling freebsd-current/generic at head commit 6481b4 on freebsd-curre= nt/generic from July 11th after a `make cleanworld` panics on bare metal bo= ot on a thinkpad x230.=20 > I had the same issue. I rebuilt/reinstalled the graphics/gpu-firmware-kmo= d and > graphics/drm-515-kmod ports. After a reboot, all was well. Cool, thanks Shawn! Should we put an entry in UPDATING when current will panic without the late= st drm-kmod, or some other type of instruction somewhere? Best, Alex=