From nobody Tue May 21 02:05:45 2024 X-Original-To: freebsd-stable@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 4VjyTC4Pjrz5Kb0C for ; Tue, 21 May 2024 02:05:51 +0000 (UTC) (envelope-from maenaka@pluto.dti.ne.jp) Received: from smtp01.cm.dti.ne.jp (gw.cm.dream.jp [59.157.128.2]) (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 4VjyT915lHz552H; Tue, 21 May 2024 02:05:48 +0000 (UTC) (envelope-from maenaka@pluto.dti.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=dti.ne.jp; spf=pass (mx1.freebsd.org: domain of maenaka@pluto.dti.ne.jp designates 59.157.128.2 as permitted sender) smtp.mailfrom=maenaka@pluto.dti.ne.jp Received: from towerrecords.dyndns.org (203-153-57-42.ohta.j-cnet.jp [203.153.57.42]) by smtp01.cm.dti.ne.jp (3.11smd) with ESMTP AUTH id 44L25jcv011968;Tue, 21 May 2024 11:05:46 +0900 (JST) Received: by towerrecords.dyndns.org (Postfix, from userid 58) id DF07113903C3; Tue, 21 May 2024 11:05:45 +0900 (JST) X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on towerrecords.dyndns.org Received: from [192.168.1.21] (p10420195-ipngn23701marunouchi.tokyo.ocn.ne.jp [180.47.12.195]) by towerrecords.dyndns.org (Postfix) with ESMTPSA id 294CE13903C2; Tue, 21 May 2024 11:05:43 +0900 (JST) From: UEMURA Tetsuya To: Warner Losh Subject: Re: [MFC Request] stand: Spell LUA_COMPILE_SET correctly. Cc: Dimitry Andric , "freebsd-stable@freebsd.org" In-Reply-To: <20240521010803.26F4F13903C3@towerrecords.dyndns.org> References: <20240521010803.26F4F13903C3@towerrecords.dyndns.org> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.81.06 [ja] Message-Id: <20240521020545.DF07113903C3@towerrecords.dyndns.org> Date: Tue, 21 May 2024 11:05:45 +0900 (JST) X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.76 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.96)[-0.963]; DMARC_POLICY_ALLOW(-0.50)[dti.ne.jp,none]; R_SPF_ALLOW(-0.20)[+a:spf.relay.cm.dream.jp]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:10013, ipnet:59.157.128.0/18, country:JP]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-stable@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; RCPT_COUNT_THREE(0.00)[3] X-Rspamd-Queue-Id: 4VjyT915lHz552H Note that efi_free_pages is harmless. The output is also present during normal start-up. --=20 UEMURA, Tetsuya Posted on Tue, 21 May 2024 10:08:03 +0900 (JST) by author UEMURA Tetsuya > Dimitry >=20 > Thanks so much for MFC. I've just experimented > FreeBSD-14.1-BETA3-arm-armv7-GENERICSD on RPi2 and indeed it stops > in loader, just after printing efi_free_pages like: >=20 > > Trying: /VenHw(e61d73b9-a384-4acc-aeab-82e828f3628b,0000000000000000)/V= enHw(e61d73b9-a384-4acc-aeab-82e828f3628b,6d00000000000000)/SD(1)/SD(0)/HD(= 2,0x01,0,0x19800,0x9e6800) > > Setting currdev to disk0p2: > > efi_free_pages: illegal free 0x35b51000, 0x0 >=20 > I think this must be included into 14.1-R. >=20 > --=20 > UEMURA, Tetsuya >=20 > Posted on Mon, 20 May 2024 17:00:35 -0600 > by author Warner Losh > > Ah Yes. I think this is one of the few things that would. > >=20 > > On Mon, May 20, 2024 at 11:10=A0AM Dimitry Andric wro= te: > >=20 > > > On 20 May 2024, at 13:00, UEMURA Tetsuya wr= ote: > > > > > > > > Main commit e63d20b70ee1dbee9b075f29de6f30cdcfe1abe1 corrected a ty= po in > > > > stand/liblua/lutils.h, which the typo prevents my arm loader.efi, > > > > specifically, loarder_lua.efi on RPi2 to boot. Can someone please M= FC to > > > > 14-STABLE ? > > > > > > > > > https://cgit.freebsd.org/src/commit/?h=3Dstable/14&id=3D5dd6fb108dd9f= 5abbacbdc73197ef8468b93b958 > > > > > > Warner, this might be a good thing to get into 14.1-R ? Since it is a > > > trivial fix it should pass re@'s criteria easily. :) > > > > > > -Dimitry > > > > > > >=20 >=20