Re: git: e3ba0d6adde3 - main - inpcb: do not copy so_options into inp_flags2
- In reply to: Florian Smeets : "Re: git: e3ba0d6adde3 - main - inpcb: do not copy so_options into inp_flags2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Aug 2023 17:55:02 UTC
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 <glebius@FreeBSD.org> F> > > AuthorDate: 2023-07-27 03:35:41 +0000 F> > > Commit: Gleb Smirnoff <glebius@FreeBSD.org> 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