On Thu, 21 May 2026 16:37:41 +1000
David Gibson
Fix bug 202, where a race condition could cause connections to be incorrectly reset in certain circumstances.
Patch 2/4 is the bug fix proper. 1/4 improves error reporting and debugging messages in the vicinity. Patches 3..4/4 are some small cleanups I noticed in the area while working on the fix.
Link: https://bugs.passt.top/show_bug.cgi?id=202
v2: * Formatting and comment fixes, per Stefano's review * Dropped patches 5 & 6 for now. I still think they're worthwhile, but are closely related to other oddities that need some work. I didn't want to delay the bugfix itself.
I couldn't push this yet as we need to find a solution for the rampstream_in test breakage first, but it all looks good to me and I applied it to my own tree for the moment. -- Stefano