Re: git: e3ba0d6adde3 - main - inpcb: do not copy so_options into inp_flags2
Date: Tue, 15 Aug 2023 16:20:43 UTC
On 14.08.23 22:33, Florian Smeets wrote: > On 27.07.23 05:51, Gleb Smirnoff wrote: >> The branch main has been updated by glebius: >> >> URL: https://cgit.FreeBSD.org/src/commit/? >> id=e3ba0d6adde3c694f46a30b3b67eba43a7099395 >> >> commit e3ba0d6adde3c694f46a30b3b67eba43a7099395 >> Author: Gleb Smirnoff <glebius@FreeBSD.org> >> AuthorDate: 2023-07-27 03:35:41 +0000 >> Commit: Gleb Smirnoff <glebius@FreeBSD.org> >> CommitDate: 2023-07-27 03:35:42 +0000 >> >> inpcb: do not copy so_options into inp_flags2 >> Since f71cb9f74808 socket stays connnected with inpcb through >> latter's >> lifetime and there is no reason to complicate things and copy these >> flags. >> Reviewed by: markj >> Differential Revision: https://reviews.freebsd.org/D41198 > > Hi Gleb, > > this commit is causing issues on my mail server. Some incoming It looks like d29b95ecc0d049406d27a6c11939d40a46658733 fixes the issues. The commit mail didn't arrive in my inbox until after I sent the email as I was busy rebooting and testing different kernels on my mail server :) Thanks, Florian