We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 338c0af + 318af7b commit 59fc1e4Copy full SHA for 59fc1e4
1 file changed
Makefile
@@ -887,10 +887,6 @@ KBUILD_CFLAGS_KERNEL += -ffunction-sections -fdata-sections
887
LDFLAGS_vmlinux += --gc-sections
888
endif
889
890
-ifdef CONFIG_LIVEPATCH
891
-KBUILD_CFLAGS += $(call cc-option, -flive-patching=inline-clone)
892
-endif
893
-
894
ifdef CONFIG_SHADOW_CALL_STACK
895
CC_FLAGS_SCS := -fsanitize=shadow-call-stack
896
KBUILD_CFLAGS += $(CC_FLAGS_SCS)
0 commit comments