Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Tue, 19 Dec 2023 15:23:07 +0000 you wrote: > Currently %ld format specifiers are being used for unsigned long > values. Fix this by using %lu instead. Cleans up cppcheck warnings: > > warning: %ld in format string (no. 1) requires 'long' but the argument > type is 'unsigned long'. [invalidPrintfArgType_sint] > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> > > [...] Here is the summary with links: - samples/bpf: use %lu format specifier for unsigned long values https://git.kernel.org/bpf/bpf-next/c/32f24938a1fc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html