Re: Request for Testing: TCP RACK

2024-03-20 Thread Konstantin Belousov
On Tue, Mar 19, 2024 at 06:19:52AM -0400, rrs wrote: > Ok I have created > > https://reviews.freebsd.org/D44420 > > > To address the issue. I also attach a short version of the patch that Nuno > can try and validate > > it works. Drew you may want to try this and validate the optimization does

Re: Problem with make installworld

2024-03-20 Thread tuexen
> On 21. Mar 2024, at 00:27, Dimitry Andric wrote: > > On 20 Mar 2024, at 21:44, tue...@freebsd.org wrote: >> >> I'm trying to run make buildworld / make installworld on a recent main branch >> (some days old). >> >> The problem is related to lib/libc/tests/ssp/Makefile >> which contains: >>

Re: Problem with make installworld

2024-03-20 Thread Dimitry Andric
On 20 Mar 2024, at 21:44, tue...@freebsd.org wrote: > > I'm trying to run make buildworld / make installworld on a recent main branch > (some days old). > > The problem is related to lib/libc/tests/ssp/Makefile > which contains: > _libclang_rt_ubsan= >

Problem with make installworld

2024-03-20 Thread tuexen
Dear all, I'm trying to run make buildworld / make installworld on a recent main branch (some days old). The problem is related to lib/libc/tests/ssp/Makefile which contains: _libclang_rt_ubsan= ${SYSROOT}${SANITIZER_LIBDIR}/libclang_rt.ubsan_standalone-${CRTARCH}.a if