Re: [PATCH -next] bpftool: Remove duplicate string.h header
From: Quentin Monnet
Date: Thu Sep 25 2025 - 05:32:50 EST
2025-09-25 17:21 UTC+0800 ~ Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
> ./tools/bpf/bpftool/sign.c: string.h is included more than once.
>
> Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=25499
Note: the title of this issue is correct, but the description mentions a
different problem (another double header inclusion in a different file).
Could that be a bug with your bot?
> Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
Acked-by: Quentin Monnet <qmo@xxxxxxxxxx>
Thanks!