From nobody Sun Feb 25 12:30:29 2024 X-Original-To: dev-commits-src-main@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 4TjNPn1ChTz5B8Pk; Sun, 25 Feb 2024 12:30:37 +0000 (UTC) (envelope-from bapt@nours.eu) Received: from aniel.nours.eu (nours.eu [176.31.115.77]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4TjNPm2vGnz46bG; Sun, 25 Feb 2024 12:30:36 +0000 (UTC) (envelope-from bapt@nours.eu) Authentication-Results: mx1.freebsd.org; none Received: from [IPv6:::1] (2a02-8428-078f-2201-3283-37fb-2795-6f19.rev.sfr.net [IPv6:2a02:8428:78f:2201:3283:37fb:2795:6f19]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aniel.nours.eu (Postfix) with ESMTPSA id 0BE4210CEA; Sun, 25 Feb 2024 13:30:29 +0100 (CET) Date: Sun, 25 Feb 2024 13:30:29 +0100 From: Baptiste Daroussin To: Richard Scheffenegger , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: =?US-ASCII?Q?Re=3A_git=3A_c9b6241e250a_-_main_-_?= =?US-ASCII?Q?tcp=3A_address_enum-int-mismatch_?= =?US-ASCII?Q?_fix_gcc13_error_after_f74352fb?= =?US-ASCII?Q?cf15341accaf5a92240871f98323215d?= User-Agent: K-9 Mail for Android In-Reply-To: <202402251149.41PBnENk086741@gitrepo.freebsd.org> References: <202402251149.41PBnENk086741@gitrepo.freebsd.org> Message-ID: <8136FFC0-33D6-4E57-8835-452A0A4E9A03@nours.eu> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----D698OXYCBC5PNXG3R5A7JIX564LU6D Content-Transfer-Encoding: 7bit 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:16276, ipnet:176.31.0.0/16, country:FR] X-Rspamd-Queue-Id: 4TjNPm2vGnz46bG ------D698OXYCBC5PNXG3R5A7JIX564LU6D Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 25 f=C3=A9vrier 2024 12:49:14 GMT+01:00, Richard Scheffenegger a =C3=A9crit=C2=A0: >The branch main has been updated by rscheff: > >URL: https://cgit=2EFreeBSD=2Eorg/src/commit/?id=3Dc9b6241e250a4f1156e215= 0ccdbad0d3029dcef6 > >commit c9b6241e250a4f1156e2150ccdbad0d3029dcef6 >Author: Richard Scheffenegger >AuthorDate: 2024-02-25 03:45:05 +0000 >Commit: Richard Scheffenegger >CommitDate: 2024-02-25 03:46:39 +0000 > > tcp: address enum-int-mismatch > fix gcc13 error after f74352fbcf15341accaf5a92240871f98323215d >--- > sys/netinet/cc/cc=2Ec | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/sys/netinet/cc/cc=2Ec b/sys/netinet/cc/cc=2Ec >index 9308b5f8d764=2E=2Eadcb16e87637 100644 >--- a/sys/netinet/cc/cc=2Ec >+++ b/sys/netinet/cc/cc=2Ec >@@ -452,7 +452,7 @@ newreno_cc_after_idle(struct cc_var *ccv) > * Perform any necessary tasks before we enter congestion recovery=2E > */ > void >-newreno_cc_cong_signal(struct cc_var *ccv, uint32_t type) >+newreno_cc_cong_signal(struct cc_var *ccv, ccsignal_t type) > { > uint32_t cwin, factor, mss, pipe; >=20 Somehow incremental build has been broken in the last couple of days=2E /home/bapt/worktrees/main/sys/netinet/cc/cc=2Ec:475:10: error: 6 enumerati= on values not handled in switch: 'CC_ACK', 'CC_DUPACK', 'CC_PARTIALACK'=2E= =2E=2E [-Werror,-Wswitch] 4= 75 | switch (type) { | ^= ~~~ This is the error I get since this commit in buildkernel for pkgbase, all = arches Best regards, Bapt ------D698OXYCBC5PNXG3R5A7JIX564LU6D Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Le 25= f=C3=A9vrier 2024 12:49:14 GMT+01:00, Richard Scheffenegger <rscheff@Fr= eeBSD=2Eorg> a =C3=A9crit=C2=A0:
The branch main has been updated b= y rscheff:

URL: https://cgit=2EFreeBSD=2Eorg= /src/commit/?id=3Dc9b6241e250a4f1156e2150ccdbad0d3029dcef6

commi= t c9b6241e250a4f1156e2150ccdbad0d3029dcef6
Author: Richard Scheffene= gger <rscheff@FreeBSD=2Eorg>
AuthorDate: 2024-02-25 03:45:05 +0000=
Commit: Richard Scheffenegger <rscheff@FreeBSD=2Eorg>
Comm= itDate: 2024-02-25 03:46:39 +0000

tcp: address enum-int-mismatch=
fix gcc13 error after f74352fbcf15341accaf5a92240871f98323215d
= sys/netinet/cc/cc=2Ec | 2 +-
1 file changed, 1 insertion(+), 1 deletion= (-)

diff --git a/sys/netinet/cc/cc=2Ec b/sys/netinet/cc/cc=2Ec
in= dex 9308b5f8d764=2E=2Eadcb16e87637 100644
--- a/sys/netinet/cc/cc=2Ec+++ b/sys/netinet/cc/cc=2Ec
@@ -452,7 +452,7 @@ newreno_cc_after_idle(s= truct cc_var *ccv)
* Perform any necessary tasks before we enter conge= stion recovery=2E
*/
void
-newreno_cc_cong_signal(struct cc_var= *ccv, uint32_t type)
+newreno_cc_cong_signal(struct cc_var *ccv, ccsign= al_t type)
{
uint32_t cwin, factor, mss, pipe;


Somehow incremental= build has been broken in the last couple of days=2E

/home/bapt/work= trees/main/sys/netinet/cc/cc=2Ec:475:10: error: 6 enumeration values not ha= ndled in switch: 'CC_ACK', 'CC_DUPACK', 'CC_PARTIALACK'=2E=2E=2E [-Werror,-= Wswitch]=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 47= 5 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 switch (type) {=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~

This is the error I get since th= is commit in buildkernel for pkgbase, all arches

Best regards,
Ba= pt
------D698OXYCBC5PNXG3R5A7JIX564LU6D--