mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
Revert "ANDROID: arm64: kvm: disable CFI"
This reverts commit e7b2999eae as CFI is
being removed from the tree to come back later as a "clean" set of
patches.
Bug: 145210207
Cc: Sami Tolvanen <samitolvanen@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I7d7c3cb8dc4cc431180e08d0b40354b6b1ffaa8a
This commit is contained in:
parent
d129267fe0
commit
72091fcab8
|
|
@ -4,7 +4,6 @@
|
|||
#
|
||||
|
||||
ccflags-y += -I $(srctree)/$(src)
|
||||
CFLAGS_REMOVE_debug.o += $(CC_FLAGS_CFI)
|
||||
|
||||
KVM=../../../virt/kvm
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,3 @@ GCOV_PROFILE := n
|
|||
KASAN_SANITIZE := n
|
||||
UBSAN_SANITIZE := n
|
||||
KCOV_INSTRUMENT := n
|
||||
|
||||
# remove CFI flags from all objects in this directory
|
||||
KBUILD_CFLAGS := $(filter-out $(CC_FLAGS_CFI), $(KBUILD_CFLAGS))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user