Skip to content

Commit acfa087

Browse files
melverpaulmckrcu
authored andcommitted
kcsan: Rename test.c to selftest.c
Rename 'test.c' to 'selftest.c' to better reflect its purpose (Kconfig variable and code inside already match this). This is to avoid confusion with the test suite module in 'kcsan-test.c'. No functional change. Signed-off-by: Marco Elver <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 9dd979b commit acfa087

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

kernel/kcsan/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CFLAGS_core.o := $(call cc-option,-fno-conserve-stack,) \
1111
$(call cc-option,-fno-stack-protector,)
1212

1313
obj-y := core.o debugfs.o report.o
14-
obj-$(CONFIG_KCSAN_SELFTEST) += test.o
14+
obj-$(CONFIG_KCSAN_SELFTEST) += selftest.o
1515

1616
CFLAGS_kcsan-test.o := $(CFLAGS_KCSAN) -g -fno-omit-frame-pointer
1717
obj-$(CONFIG_KCSAN_TEST) += kcsan-test.o
File renamed without changes.

0 commit comments

Comments
 (0)