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

From: Siva Mahadevan <siva_at_FreeBSD.org>
Date: Fri, 17 Apr 2026 13:16:58 UTC
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).