From nobody Mon Sep 05 05:33:52 2022 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 4MLcdN3nRmz4cCMG for ; Mon, 5 Sep 2022 05:34:00 +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 4MLcdM2g9dz46BB for ; Mon, 5 Sep 2022 05:33:59 +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 5D14F43605C for ; Mon, 5 Sep 2022 05:33:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbeer.org; s=mail; t=1662356032; bh=OHtrR/9moCeQrSZVA17pdJw6WpdEYhBr/55CDi2bEyM=; h=Date:From:To:Subject:References:In-Reply-To; b=U+CiVw7xEP7SSUCuBKVdmb3TvU1+ULb1LzB1qCXShMpolaCbiOZgEeZ/KDJ7R6Pjn Tp0BdL7up4zMIYDl8BfzV45XBr7FLras04icRn/iCzEtHIG0qiy2o75Hd9NdM5PynW X+dklKbQHkKF4rlg6BFZ/uDVENphLjR/S8qrNB94= Received: by mx.darkbeer.org (Postfix, from userid 1001) id 583DC470BFC; Mon, 5 Sep 2022 05:33:52 +0000 (UTC) Date: Mon, 5 Sep 2022 05:33:52 +0000 From: Amar Takhar To: freebsd-current@freebsd.org Subject: Re: Status of Alder Lake support Message-ID: <20220905053352.GA12178@darkbeer.org> Mail-Followup-To: freebsd-current@freebsd.org References: <2ba3e191-64c1-b854-3eb3-080345b56839@FreeBSD.org> <20220820181357.GA5624@darkbeer.org> <20220820184531.GA6367@darkbeer.org> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4MLcdM2g9dz46BB X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=darkbeer.org header.s=mail header.b=U+CiVw7x; 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 [-3.49 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.995]; NEURAL_HAM_LONG(-0.99)[-0.995]; R_SPF_ALLOW(-0.20)[+ip4:184.75.211.21]; R_DKIM_ALLOW(-0.20)[darkbeer.org:s=mail]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[darkbeer.org:+]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[darkbeer.org]; ARC_NA(0.00)[]; ASN(0.00)[asn:32489, ipnet:184.75.211.0/24, country:CA]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 2022-09-04 14:49 -0700, Kevin Oberman wrote: > On Sat, Aug 20, 2022 at 11:45 AM Amar Takhar wrote: > > My Alder Lake has only run CURRENT as it is most likely going to get graphics > support and a fix for hte file system crashes first. Mine is a i9-12900KF so no graphics card to worry about. > Sadly, disabling soft updates does not fix the problem. I got one more VFS > crash after disabling them. Still, a single dump while building around 1000 > ports is a huge improvement! Having soft updates enabled clearly makes the > likelihood of a crash much greater. I have opened ticket 266145 on this problem > if you want to see if this goes anywhere. Since it looks like a mix of > performance and efficiency core will be hte norm from now on from both Intel > and AMD, this clearly will need some attention soon. Yes I had the same issues tonight using CURRENT as well. Disabling soft updates did seem to make it happy for a bit longer but once it hits something on the filesystem it does not like it will consistently crash even across reboots. In both cases it was an rm -rf of a directory with a lot of files (70k). I did update that ticket thanks for opening one. Amar.