projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddf7233
)
selftests/sched_ext: Remove duplicate sched.h header
author
Jiapeng Chong
<jiapeng.chong@linux.alibaba.com>
Fri, 25 Jul 2025 09:04:12 +0000
(17:04 +0800)
committer
Tejun Heo
<tj@kernel.org>
Mon, 11 Aug 2025 18:24:08 +0000
(08:24 -1000)
./tools/testing/selftests/sched_ext/hotplug.c: sched.h is included more than once.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=22941
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Acked-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/sched_ext/hotplug.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/sched_ext/hotplug.c
b/tools/testing/selftests/sched_ext/hotplug.c
index
1c9ceb6
..
0cfbb11
100644
(file)
--- a/
tools/testing/selftests/sched_ext/hotplug.c
+++ b/
tools/testing/selftests/sched_ext/hotplug.c
@@
-6,7
+6,6
@@
#include <bpf/bpf.h>
#include <sched.h>
#include <scx/common.h>
-#include <sched.h>
#include <sys/wait.h>
#include <unistd.h>