From nobody Sun May 26 08:02:10 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 4VnB874F8Gz5K6Jj for ; Sun, 26 May 2024 08:02:15 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (mail-n.franken.de [193.175.24.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VnB870tlLz46j0; Sun, 26 May 2024 08:02:15 +0000 (UTC) (envelope-from tuexen@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (unknown [IPv6:2a02:8109:1140:c3d:1c07:30e1:d10:75ea]) (Authenticated sender: micmac) by drew.franken.de (Postfix) with ESMTPSA id EC16E721E2806; Sun, 26 May 2024 10:02:10 +0200 (CEST) Content-Type: text/plain; charset=utf-8 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 (Mac OS X Mail 16.0 \(3774.600.62\)) Subject: Re: main cadd2ca217 doesn't boot From: tuexen@freebsd.org In-Reply-To: <2450aa9c-7c4d-467e-9156-f5bfefc8cce0@freebsd.org> Date: Sun, 26 May 2024 10:02:10 +0200 Cc: Ryan Libby , Nuno Teixeira , Tomoaki AOKI , FreeBSD CURRENT Content-Transfer-Encoding: quoted-printable Message-Id: References: <20240526094658.eb49ee3046a7ea21c9329d60@dec.sakura.ne.jp> <2450aa9c-7c4d-467e-9156-f5bfefc8cce0@freebsd.org> To: =?utf-8?Q?Bojan_Novkovi=C4=87?= X-Mailer: Apple Mail (2.3774.600.62) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_SCC_BODY_TEXT_LINE autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de 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:680, ipnet:193.174.0.0/15, country:DE] X-Rspamd-Queue-Id: 4VnB870tlLz46j0 > On 26. May 2024, at 09:29, Bojan Novkovi=C4=87 = wrote: >=20 > Hi, >=20 > da76d349b6b1 replaced a UMA-related symbol but missed three instances = where the old one was used, ultimately causing the wrong UMA page = allocator to get selected and crashing the machine. >=20 > I tested this patch as a part of a bigger series where it works fine, = so this slipped through cracks without getting noticed. >=20 > I've attached a patch with a fix, I can boot an amd64 VM with it = applied. > Could you please give it a try and let me know if it fixes the issue? Hi Hojan, this fixes the issue for me using an arm64 VM (VMWare Fusion). Best regards Michael >=20 > Bojan >