From nobody Mon May 02 20:17:57 2022 X-Original-To: dev-commits-src-all@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 E847C1AB6429 for ; Mon, 2 May 2022 20:18:08 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-vs1-xe2b.google.com (mail-vs1-xe2b.google.com [IPv6:2607:f8b0:4864:20::e2b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4KsZCh5y7zz4kf0 for ; Mon, 2 May 2022 20:18:08 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-vs1-xe2b.google.com with SMTP id a127so14635211vsa.3 for ; Mon, 02 May 2022 13:18:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=aKLREsxQu+Ed1EP2xh4C7YGO0FB6yojmiyLADHTtamM=; b=PCQSDZFoH23YEVkbD1+DpCUB/2Ilk0cIZHYkEx6Lxw33eg0olImT8nFgjehddohgse zGCLwQDPkcw2lnBsM9ItWaGS9TNQ7KJIgz78Xmr3t2AzW+khF1kvPIaLLaiwLUoeiygO iKk1GcPvxKgDFWvZUQSSpYpv8hWujoyrGAE/Wwkaps/G099Sp/KDW+f2vBSHM8pOT+Cv fhJRd2EjtQmWmNvnSPw3kjJnThsVv9Y6IXOKQcdCFtwbTuCuJW4s4jpvmolP40wYzy+O u8thLNhlzmV/SskWo1WZvIW6yZ4ouFLmS948UccMIMFgIxVkzSMbNH6h7YWzLOJ/b03m 6t8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aKLREsxQu+Ed1EP2xh4C7YGO0FB6yojmiyLADHTtamM=; b=X35NJ4bYXqzsJv3KLa9/7/zvLo6txU9NA2L4sS3eqT/rGMqLEsMoe4lz7KUf7cVrRX 5PmTw/PYGTjqTovkFNwOGJOrC01sJSxy3BejBGI9FMxlEHmQTZpukS9062WtwEo5m4z+ 1kuoq37nlj0672dYbCL7zi5ZE0s6EnP1tAN0jsPVw4RvsKMGRbuVu3ycOvQjaXcCLf1x CBy7SL1eqJgQ1ui4m4gBsXKEUIBt2xCaG9gPpAtU+DjygQRW/n2ztVDadnvKGUJvXHcR ERDMnVMuKLtn7awCxsPE8FdbSR/0V7gjlcANz0uS23IfMIxma2tMYgptlZC5Ff3fSwJo GN6A== X-Gm-Message-State: AOAM531JLtaWAQq34zgTdbaEZh8nZsGA0pm6Z2L00HulWSr2cJkeetLd zadFH0/nxp/YdGroWJQRqXEdPVTYJVB0yJaHdiX/v29N4to= X-Google-Smtp-Source: ABdhPJw5PzIxNJBbRJv5CqizhALteGW4Dz+6n85wA1HfExFPqVeguOIq8MyzqAHCW8hwQtt4Qb6WjwDuiXESTLWUxnw= X-Received: by 2002:a67:746:0:b0:328:33e3:6079 with SMTP id 67-20020a670746000000b0032833e36079mr3811022vsh.17.1651522688224; Mon, 02 May 2022 13:18:08 -0700 (PDT) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 References: <202204051955.235JtxdD052454@gitrepo.freebsd.org> In-Reply-To: From: Warner Losh Date: Mon, 2 May 2022 14:17:57 -0600 Message-ID: Subject: Re: git: ff8d9d9c5618 - main - config.mk: Add opt_platform.h support To: Ed Maste Cc: Warner Losh , src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: multipart/alternative; boundary="0000000000002ba3d405de0d1783" X-Rspamd-Queue-Id: 4KsZCh5y7zz4kf0 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --0000000000002ba3d405de0d1783 Content-Type: text/plain; charset="UTF-8" On Mon, May 2, 2022 at 1:39 PM Ed Maste wrote: > On Tue, 5 Apr 2022 at 15:56, Warner Losh wrote: > > > > The branch main has been updated by imp: > > > > URL: > https://cgit.FreeBSD.org/src/commit/?id=ff8d9d9c56185d38f507ffe2659cfd13633b9a12 > > > > commit ff8d9d9c56185d38f507ffe2659cfd13633b9a12 > > Author: Warner Losh > > AuthorDate: 2022-04-05 19:39:09 +0000 > > Commit: Warner Losh > > CommitDate: 2022-04-05 19:52:55 +0000 > > > > config.mk: Add opt_platform.h support > > > > opt_platform.h is now included from miivar.h, so add support for > > generating it in the standalone build case. > > This broke generation of src.conf.5, which reports that WITHOUT_FDT is > the default after this change. Running `make makman` reports: > amd64/amd64: ignoring duplicate option FDT > arm/armv6: ignoring duplicate option FDT > ... > > Indeed, `make showconfig` shows MK_FDT is both yes and no: > $ make showconfig | grep FDT > MK_FDT = no > MK_FDT = yes > Indeed. I'll get the userland and kernel back in sync. Warner --0000000000002ba3d405de0d1783 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Mon, May 2, 2022 at 1:39 PM Ed Mas= te <emaste@freebsd.org> wro= te:
On Tue, 5 Ap= r 2022 at 15:56, Warner Losh <imp@freebsd.org> wrote:
>
> The branch main has been updated by imp:
>
> URL: https://= cgit.FreeBSD.org/src/commit/?id=3Dff8d9d9c56185d38f507ffe2659cfd13633b9a12<= /a>
>
> commit ff8d9d9c56185d38f507ffe2659cfd13633b9a12
> Author:=C2=A0 =C2=A0 =C2=A0Warner Losh <imp@FreeBSD.org>
> AuthorDate: 2022-04-05 19:39:09 +0000
> Commit:=C2=A0 =C2=A0 =C2=A0Warner Losh <imp@FreeBSD.org>
> CommitDate: 2022-04-05 19:52:55 +0000
>
>=C2=A0 =C2=A0 =C2=A0
config.mk: Add opt_platform.h support
>
>=C2=A0 =C2=A0 =C2=A0opt_platform.h is now included from miivar.h, so ad= d support for
>=C2=A0 =C2=A0 =C2=A0generating it in the standalone build case.

This broke generation of src.conf.5, which reports that WITHOUT_FDT is
the default after this change. Running `make makman` reports:
amd64/amd64: ignoring duplicate option FDT
arm/armv6: ignoring duplicate option FDT
...

Indeed, `make showconfig` shows MK_FDT is both yes and no:
$ make showconfig | grep FDT
MK_FDT=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D no
MK_FDT=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D yes

Indeed. I'll get the userland and kernel back in sync.<= /div>

Warner=C2=A0
--0000000000002ba3d405de0d1783--