From nobody Tue Aug 15 17:55:02 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 4RQJnn6VNRz4qD9X; Tue, 15 Aug 2023 17:55:09 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from glebi.us (glebi.us [162.251.186.162]) by mx1.freebsd.org (Postfix) with ESMTP id 4RQJnn0QGbz3FX9; Tue, 15 Aug 2023 17:55:09 +0000 (UTC) (envelope-from glebius@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: by glebi.us (Postfix, from userid 1000) id 2F4CF557A9; Tue, 15 Aug 2023 10:55:02 -0700 (PDT) Date: Tue, 15 Aug 2023 10:55:02 -0700 From: Gleb Smirnoff To: Florian Smeets Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: e3ba0d6adde3 - main - inpcb: do not copy so_options into inp_flags2 Message-ID: References: <202307270351.36R3pa8o060603@gitrepo.freebsd.org> <5c546e4e-5637-4582-867c-a87d306bb3d8@FreeBSD.org> <8afb1108-c053-4479-b63c-3aa6f11f8636@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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8afb1108-c053-4479-b63c-3aa6f11f8636@FreeBSD.org> X-Rspamd-Queue-Id: 4RQJnn0QGbz3FX9 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:27348, ipnet:162.251.186.0/24, country:US] Florian, On Tue, Aug 15, 2023 at 06:20:43PM +0200, Florian Smeets wrote: F> On 14.08.23 22:33, Florian Smeets wrote: F> > On 27.07.23 05:51, Gleb Smirnoff wrote: F> > > The branch main has been updated by glebius: F> > > F> > > URL: https://cgit.FreeBSD.org/src/commit/? F> > > id=e3ba0d6adde3c694f46a30b3b67eba43a7099395 F> > > F> > > commit e3ba0d6adde3c694f46a30b3b67eba43a7099395 F> > > Author:     Gleb Smirnoff F> > > AuthorDate: 2023-07-27 03:35:41 +0000 F> > > Commit:     Gleb Smirnoff F> > > CommitDate: 2023-07-27 03:35:42 +0000 F> > > F> > >      inpcb: do not copy so_options into inp_flags2 F> > >      Since f71cb9f74808 socket stays connnected with inpcb through F> > > latter's F> > >      lifetime and there is no reason to complicate things and copy these F> > >      flags. F> > >      Reviewed by:            markj F> > >      Differential Revision:  https://reviews.freebsd.org/D41198 F> > F> > this commit is causing issues on my mail server. Some incoming F> It looks like d29b95ecc0d049406d27a6c11939d40a46658733 fixes the issues. F> The commit mail didn't arrive in my inbox until after I sent the email as I F> was busy rebooting and testing different kernels on my mail server :) I'm sorry for the troubles caused. It also took me a while to understand what's wrong. I actually was bisecting just to find my own commit :( -- Gleb Smirnoff