On Thu, 21 Sep 2023 14:49:37 +1000 David Gibson <david(a)gibson.dropbear.id.au> wrote:We already had a couple of places we were working around clang-tidy issue 58992, and the flow table series adds more. I got sick of ugly inlines every time we used a syscall which returns a socket address, so wrote a patch to consolidate the workarounds in one place. However, that patch added an include of <string.h> to util.h which exposed a classic C library gotcha in packet.c, so I fixed that too.Applied, sorry for the delay. -- Stefano