On Tuesday, 4 August 2026 04:19:20 CEST Jakub Kicinski wrote: > On Tue, 28 Jul 2026 15:39:03 +0200 Simon Wunderlich wrote: > > here is a minor bugfix/cleanup pull request of batman-adv to go into net-next. > > Can you look thru the Sashiko comments here (especially Medium+ > severity)? > > https://netdev-ai.bots.linux.dev/sashiko/#/patchset/20260728133918.643267-11-sw@simonwunderlich.de https://patchwork.open-mesh.org/bundle/ecsv/pu-main/ We were just waiting for a verdict. I am guessing it it a "no, will not merge", correct? > At a glance patch 14 does not inspire confidence. I guess patch 15 > removes the worst part - but is there a real reason not to use locking? In its current state, you would need spinlocks over larger (op-count) portions of code in the hot-path. And since it it nearly impossible to get feedback from the TT author/maintainer, I am not willing to invest time in a total rewrite of the TT infrastructure. Regards, Sven