[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250925092125.2006892-1-jiapeng.chong@linux.alibaba.com>
Date: Thu, 25 Sep 2025 17:21:25 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: qmo@...nel.org
Cc: ast@...nel.org,
daniel@...earbox.net,
andrii@...nel.org,
martin.lau@...ux.dev,
eddyz87@...il.com,
song@...nel.org,
yonghong.song@...ux.dev,
john.fastabend@...il.com,
kpsingh@...nel.org,
sdf@...ichev.me,
haoluo@...gle.com,
jolsa@...nel.org,
bpf@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] bpftool: Remove duplicate string.h header
./tools/bpf/bpftool/sign.c: string.h is included more than once.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=25499
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
---
tools/bpf/bpftool/sign.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/bpf/bpftool/sign.c b/tools/bpf/bpftool/sign.c
index b29d825bb1d4..b34f74d210e9 100644
--- a/tools/bpf/bpftool/sign.c
+++ b/tools/bpf/bpftool/sign.c
@@ -11,7 +11,6 @@
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
-#include <string.h>
#include <getopt.h>
#include <err.h>
#include <openssl/opensslv.h>
--
2.43.5
Powered by blists - more mailing lists