Please test: make ipsec(4) timeouts mpsafe

2023-10-12 Thread Vitaliy Makkoveev
Hi, MP safe process timeouts were landed to the tree, so time to test them with network stack :) Diff below makes tdb and ids garbage collector timeout handlers running without kernel lock. Not for commit, just share this for tests if someone interesting. Index: sys/netinet/ip_ipsp.c

Re: tcp syn cache unlock

2023-10-12 Thread Vitaliy Makkoveev
On Wed, Oct 11, 2023 at 09:08:33PM -0500, Scott Cheloha wrote: > On Tue, Oct 10, 2023 at 05:26:14PM +0300, Vitaliy Makkoveev wrote: > > On Tue, Oct 10, 2023 at 09:06:23AM -0500, Scott Cheloha wrote: > > > On Fri, Oct 06, 2023 at 03:41:39PM +0200, Alexander Bluhm wrote: > > > > On Fri, Oct 06, 2023

Re: bgpd: announce add-path send all can hit a fatal error

2023-10-12 Thread Theo Buehler
On Thu, Oct 12, 2023 at 03:21:50PM +0200, Claudio Jeker wrote: > I optimized "announce add-path send all" to not always re-evaluate all > possible prefixes. While doing that I introduced a small bug. The problem > is that the new prefix passed to up_generate_addpath_all() could be not > eligible.

bgpd: announce add-path send all can hit a fatal error

2023-10-12 Thread Claudio Jeker
I optimized "announce add-path send all" to not always re-evaluate all possible prefixes. While doing that I introduced a small bug. The problem is that the new prefix passed to up_generate_addpath_all() could be not eligible. This causes up_process_prefix() -> up_test_update() to error out. The

multibyte mail(1), was: Epilogue

2023-10-12 Thread Ingo Schwarze
Hi Walter, Walter Alejandro Iglesias wrote on Thu, Oct 12, 2023 at 09:42:33AM +0200: > Given that I'm the OP of this thread It seems you mean the thread "mail(1) MIME support". > I feel entitled to officially closing it. I have no idea what "closing" means. > Those interested in my proposal

Epilogue (CLOSING THREAD)

2023-10-12 Thread Walter Alejandro Iglesias
Given that I'm the OP of this thread I feel entitled to officially closing it. Those interested in my proposal will find my latest version of the patch in this new thread: https://marc.info/?t=16961663101=1=2 For my part, what was said in this thread has already been assimilated and