Re: git: 9b76228006d8 - main - inpcb: retire inp_vnet

From: Adrian Chadd <adrian_at_freebsd.org>
Date: Fri, 17 Apr 2026 05:01:19 UTC
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!


-a