From nobody Thu Aug 8 11:43:41 2024 X-Original-To: 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 4WflYV54bGz5SY4q for ; Thu, 08 Aug 2024 11:43:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WflYV3zh1z55hG for ; Thu, 8 Aug 2024 11:43:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1723117422; a=rsa-sha256; cv=none; b=nDn6AEId/XRItJ2ji1+m+lRw914PqpBVLMav2CaA+ZrO6EF+FBjX+c/cdUvTg8iubvOWQq 0Z19X2YA2A1luWenrsM2TVozqGlKiH9FDeVdnSqoGHffTGZNxNhC7EfOD5RGOnwDgLIjs8 r7hxC4B3SbS6BvoStb2mMRdf8rCDykeeKeg3EU5TLQ7gjGis3gL+27ZkYtIdYHe5X2s+tz NibSuwXoNPF5xPkPc394QIygMxSYNFeME19bILcsAxQTtL8h3+zN/CFpStpWacRtywQHq8 9TOvpzhWivWgaLrValYkjWhVkKmZbG8vTAGx8jFJ5ALw7976XOMpgljmFOfVxQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1723117422; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HjIws9OH5eKF2SYCHG21QIjygIe8FgP0YNRsSASicrw=; b=YGVVgZq0gAL/X680LKRBgFhTan7660iFbKh58rIvQD5mEQyl/WERy2ohI9MP3FCf+qF+Td 2WNBNzHc2haI6XHtBu5eVdT3/G7umgSpxaijV0sgiYRXe0FMksay+vIfrOx1o5Rhmjrxj8 TTGHMZbYqYEatvmpw5KYdqiqzIVAGSe+M19CxOgHIBJO61SHZPmKxhowyLePU0Q4SJ2ai0 1wAzybILukU/dBzm8F7lZCaVWK0MA852SfqRXVL5RTyYWzC+mCNPckPjW0xjebybJ7wMTb 7Z9W2TLbpCkPgrHCmmaYyirjRMUm/bS/s1vi1a3X6vRPvGCoRaZgx8Oih8o3FA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4WflYV3c15zXgl for ; Thu, 8 Aug 2024 11:43:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 478BhgEn029071 for ; Thu, 8 Aug 2024 11:43:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 478Bhgws029063 for fs@FreeBSD.org; Thu, 8 Aug 2024 11:43:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 280528] [softupdates][mksnap_ffs] mksnap_ffs bombs out on ufs with softupdates enabled Date: Thu, 08 Aug 2024 11:43:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: morganw@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280528 Wes Morgan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |morganw@gmail.com --- Comment #6 from Wes Morgan --- This is a problem with the Alder Lake N CPU. You should disable pcid to stabilize your filesystem, then install sysutils/cpu-microcode-intel to upd= ate your cpu microcode. It works for N305 and N100 CPUs so I'm sure it will work for yours. 1. Add "vm.pmap.pcid_enabled=3D0" to /boot/loader.conf (or set the variable directly from loader if you know how) 2. Reboot 3. Install sysutils/cpu-microcode-intel 4. Remove the pcid line from step 1 if necessary. 5. Add cpu_microcode_load=3DYES to /boot/loader.conf 6. Add cpu_microcode_name=3D"/boot/firmware/intel-ucode.bin" 7. Reboot --=20 You are receiving this mail because: You are the assignee for the bug.=