From nobody Fri Aug 4 22:18:20 2023 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 4RHg8j1flvz4m8Rn; Fri, 4 Aug 2023 22:18:29 +0000 (UTC) (envelope-from dchagin@heemeyer.club) Received: from heemeyer.club (heemeyer.club [195.93.173.158]) (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 4RHg8h5H0xz4fwc; Fri, 4 Aug 2023 22:18:28 +0000 (UTC) (envelope-from dchagin@heemeyer.club) Authentication-Results: mx1.freebsd.org; none Received: from heemeyer.club (localhost [127.0.0.1]) by heemeyer.club (8.17.2/8.16.1) with ESMTP id 374MIKnJ066305; Sat, 5 Aug 2023 01:18:20 +0300 (MSK) (envelope-from dchagin@heemeyer.club) Received: (from dchagin@localhost) by heemeyer.club (8.17.2/8.16.1/Submit) id 374MIK7M066304; Sat, 5 Aug 2023 01:18:20 +0300 (MSK) (envelope-from dchagin) Date: Sat, 5 Aug 2023 01:18:20 +0300 From: Dmitry Chagin To: tuexen@freebsd.org Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: c620788150d2 - main - sctp: keep sb_acc and sb_ccc in sync Message-ID: References: <202307282217.36SMHSJD073301@gitrepo.freebsd.org> <9BC2D69B-0A3E-4D39-924A-86A0087B2DA2@freebsd.org> 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: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9BC2D69B-0A3E-4D39-924A-86A0087B2DA2@freebsd.org> X-Rspamd-Queue-Id: 4RHg8h5H0xz4fwc 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:61400, ipnet:195.93.173.0/24, country:RU] On Fri, Aug 04, 2023 at 11:15:07PM +0200, tuexen@freebsd.org wrote: > > On 31. Jul 2023, at 10:44, Dmitry Chagin wrote: > > > > On Fri, Jul 28, 2023 at 10:17:28PM +0000, Michael Tuexen wrote: > >> The branch main has been updated by tuexen: > >> > >> URL: https://cgit.FreeBSD.org/src/commit/?id=c620788150d274c09a070ab486602c98407d73b0 > >> > >> commit c620788150d274c09a070ab486602c98407d73b0 > >> Author: Michael Tuexen > >> AuthorDate: 2023-07-28 13:16:23 +0000 > >> Commit: Michael Tuexen > >> CommitDate: 2023-07-28 13:16:23 +0000 > >> > >> sctp: keep sb_acc and sb_ccc in sync > >> > >> PR: 260116 > >> MFC after: 1 week > >> --- > > > > Hi, Michael, > > perhaps some of the recent fixes have broken these tests: > > https://ci.freebsd.org/view/all/job/FreeBSD-main-amd64-test/lastFailedBuild/console > Fixed in https://cgit.FreeBSD.org/src/commit/?id=efb04fb404b240a99c618e49174cd6260217edaa > > Thank you!