From nobody Mon Feb 13 14:27:57 2023 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 4PFmsM2M23z3r9XX; Mon, 13 Feb 2023 14:28:07 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) (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 4PFmsL5LYFz4Fp5; Mon, 13 Feb 2023 14:28:06 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-lf1-f50.google.com with SMTP id h24so19143252lfv.6; Mon, 13 Feb 2023 06:28:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=zbiPdrqRKXoQ9w0qRFOBjvUUVHONLnuwt0weBcXrkmg=; b=GXafKcYqfy6dMgOBpen7bwCKOGDuxTQECV/gliEFs1T91TtbcKVAAj+CZXxPfTzIqs 4Sl14a+fsDnvaOl4QcRzVHmFMStTQL3IslQMIM6QXmaQw1i8W7iE13a58tvviCIwKPc6 GCDsfGM8xRF1tgvyGXzzunfJ0qLjj5orMPtzxdNsOcDw9CnsMiQ+c4w9z1zxyVHkvupf PsMvP4SxXmBy5nYyNHVBGWmh+XXuG1+/2N6nz93txeRcFt2Rye/09x/0VL2FErfswfAn fAQL7UjAYfEFPWPeNZ6742p3rvnWW3tAw3yTzSSnBoGlpT+iLY08azUVEmMOiFx1Az7p kcOQ== X-Gm-Message-State: AO0yUKU85Nyk9mRuCFiWf9fZGv+6z8ca9WeGLsSM4zmJGWjz478bH8MY H3vDW1Rb/ridi5AR+LxAZsGuoM/qLIvZvC+hmQw= X-Google-Smtp-Source: AK7set8mlZEs2g8lYVXn5uiOVPYg5f6GwTwbNLFxxmbXZHcwadUYa4K2DFOJJE+9VxyTlfoOd8CVkXdnRspU7eK3aTg= X-Received: by 2002:ac2:5dc9:0:b0:4d4:fcdb:6376 with SMTP id x9-20020ac25dc9000000b004d4fcdb6376mr5452006lfq.218.1676298484471; Mon, 13 Feb 2023 06:28:04 -0800 (PST) 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: <202302122113.31CLD2av012258@gitrepo.freebsd.org> <72B4A01A-521D-4739-B1DD-6A19E98771EE@freebsd.org> <05AA573A-9692-40C3-8BF6-D52864BAB337@freebsd.org> In-Reply-To: From: Ed Maste Date: Mon, 13 Feb 2023 09:27:57 -0500 Message-ID: Subject: Re: git: eca005d8531f - main - zlib: silence K&R warns To: Mateusz Guzik Cc: Warner Losh , Jessica Clarke , "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4PFmsL5LYFz4Fp5 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Sun, 12 Feb 2023 at 17:12, Mateusz Guzik wrote: > > I do note though that if "compiler flexibility" if you will is to be > expected, it should be stated somewhere. Again, I only recall the > opposite -- top of main needed to build the kernel. We have always attempted to allow world and kernel to build with a slightly older compiler, in particular at least for the period immediately following a tool chain update. We'd like to avoid having downstream projects or others with slightly atypical build configurations avoid surprise breakage. For example, Cirrus-CI runs use a toolchain package to reduce the build time, and it is now failing: https://cirrus-ci.com/github/freebsd/freebsd-src/main. This is easily fixed by bumping the toolchain package version of course, but it is much better if we can avoid this altogether.