Re: git: 9b76228006d8 - main - inpcb: retire inp_vnet
Date: Fri, 17 Apr 2026 16:59:31 UTC
Ok, @Gleb Smirnoff Do you mind reverting it until a more comprehensive fix is available? -a On Fri, 17 Apr 2026 at 06:17, Siva Mahadevan <siva@freebsd.org> wrote: > > On Fri Apr 17, 2026 at 46:00 UTC, Adrian Chadd <adrian@freebsd.org> wrote: > > On Thu, 16 Apr 2026 at 14:05, Mark Johnston <markj@freebsd.org> wrote: > >> > >> > >> > >> It's possible to have inp->inp_socket == NULL here. This is triggered > >> by the sys/netinet/tcp_hpts_test.py tests. > >> > >> > /* Lets do any logging that we might want to */ > >> > tcp_hpts_log(hpts, tp, &tv, slots_to_run, i, from_callout); > >> > > > > > Do you think it's worth reverting? it's been a couple days and I just > > got emailed about that > > test failing after I landed some unrelated stuff! > > > > I think it's worth reverting. This is preventing other tests from > completing: https://ci.freebsd.org/tinderbox/ (the archs that do complete > don't have python installed, and thus skip this test).