On Mon, 22 Jun 2026 12:37:28 +1000
David Gibson
On Fri, Jun 19, 2026 at 09:43:52PM +0200, Stefano Brivio wrote:
On Sat, 20 Jun 2026 01:26:20 +1000 David Gibson
wrote: While working on podman bug 23739, I found some deficiences in how and when we report various socket errors related to specific flows. Here are some preliminary patches to improve that.
v3: * Added a attribute((printf)) for the base flow log function * And fixed a couple of bad calls that caught * Removed one change from a plain log to a flow-specific log in UDP, where it turned out we didn't necessarily have a well defined flow * Fixing a cppcheck warning in the process * Put an explanatory comment and clang-tidy suppression for the (very limited) recursion in flow_log__()
Applied.
That doesn't seem to be the case. Did you forget a push?
Oops, yes, sorry, pushed now. -- Stefano