From nobody Sun Apr 17 02:08:28 2022 X-Original-To: freebsd-fs@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 95AFE5D485C for ; Sun, 17 Apr 2022 02:08:31 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.coeval.ca (mx.coeval.ca [184.75.211.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4KgtlM0Wszz4m8Y for ; Sun, 17 Apr 2022 02:08:31 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.darkbeer.org (unknown [192.168.211.20]) by mx.coeval.ca (Postfix) with ESMTP id E01D743605C for ; Sun, 17 Apr 2022 02:08:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbeer.org; s=mail; t=1650161308; bh=F4yR3OmGIoBn8Yh3klpZpr/InPT7AVTbU7D/YmIjdVY=; h=Date:From:To:Subject; b=gTLFz9r9x+OHFsi+tWVSqLuHWRCmUPDxCywTyog852PQySQfcqXdi+DjZIpJnv2mW ysC9svTYGxgjry/vk3r96gV15COrznGlZLoszr9TRlAPkg7mrzp3Pef3YTSP93HGFU h/7KfGbGLr6tNBQEWuLMol9nwssby+jkXSP2v1u4= Received: by mx.darkbeer.org (Postfix, from userid 1001) id D92FA470B40; Sun, 17 Apr 2022 02:08:28 +0000 (UTC) Date: Sun, 17 Apr 2022 02:08:28 +0000 From: Amar Takhar To: freebsd-fs@FreeBSD.org Subject: Intel Ader Lake i9 12900KF UFS corruption / kernel panics. Message-ID: <20220417020828.GB84240@darkbeer.org> List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4KgtlM0Wszz4m8Y X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=darkbeer.org header.s=mail header.b=gTLFz9r9; dmarc=none; spf=pass (mx1.freebsd.org: domain of verm@darkbeer.org designates 184.75.211.21 as permitted sender) smtp.mailfrom=verm@darkbeer.org X-Spamd-Result: default: False [-1.50 / 15.00]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[darkbeer.org:s=mail]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:184.75.211.21:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-fs@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[darkbeer.org]; DKIM_TRACE(0.00)[darkbeer.org:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[freebsd-fs]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:32489, ipnet:184.75.211.0/24, country:CA]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N I'll try to be as concise as possible. There is a bug report here with someone that has the exact same issue. Disabling the E cores fixes the problem. See #261169 Something that may be of note I could not install using UEFI I had to enable CSM in the BIOS in order to get 13.2 to install. Otherwise I got a blank screen with a solid white cursor in the upper left and a movable mouse pointer. This is using a GTX 3060. The 'KF' models of CPUs have the internal GPU deactivated. 12.3 gave me a screen with garbled text I did not try with CSM enabled. The symptoms are slightly different than in the bug report. While I did get random checksum errors I also got quite a few kernel panics. In the primary terminal I would get UFS hash errors as well. Some of the kernel panics were in softdep_deallocate_dependencies: dangling deps and ffs_blkfree_cg: freeing free block. I didn't think to offload the crashdumps as I was randomly testing and didn't expect disabling the E cores to work so I quickly reinstalled. I'm not sure where to go from here I couldn't find much on the issue. I did catch quite a few about the garbled text / blank screen on install but only that bug report about UFS corruption. I was unable to grab any of the crashdumps as I would always end up with some kind of panic until later I figured out disabling the E cores fixes the issue. If I enabled them I could collect some if required it's very easy to trigger. Thank you. Amar.