mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
fortify: move test_fortify.sh to lib/test_fortify/
This script is only used in lib/test_fortify/. There is no reason to keep it in scripts/. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20240727150302.1823750-3-masahiroy@kernel.org Signed-off-by: Kees Cook <kees@kernel.org>
This commit is contained in:
parent
4e9903b086
commit
5a8d0c46c9
@ -8772,7 +8772,6 @@ F: include/linux/fortify-string.h
|
||||
F: lib/fortify_kunit.c
|
||||
F: lib/memcpy_kunit.c
|
||||
F: lib/test_fortify/*
|
||||
F: scripts/test_fortify.sh
|
||||
K: \b__NO_FORTIFY\b
|
||||
|
||||
FPGA DFL DRIVERS
|
||||
|
@ -3,10 +3,10 @@
|
||||
ccflags-y := $(call cc-disable-warning,fortify-source)
|
||||
|
||||
quiet_cmd_test_fortify = TEST $@
|
||||
cmd_test_fortify = $(CONFIG_SHELL) $(srctree)/scripts/test_fortify.sh \
|
||||
cmd_test_fortify = $(CONFIG_SHELL) $(src)/test_fortify.sh \
|
||||
$< $@ "$(NM)" $(CC) $(c_flags) -DKBUILD_EXTRA_WARN1
|
||||
|
||||
$(obj)/%.log: $(src)/%.c $(srctree)/scripts/test_fortify.sh \
|
||||
$(obj)/%.log: $(src)/%.c $(src)/test_fortify.sh \
|
||||
$(src)/test_fortify.h \
|
||||
$(srctree)/include/linux/fortify-string.h \
|
||||
FORCE
|
||||
|
Loading…
Reference in New Issue
Block a user