mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
add support for clang Control Flow Integrity (CFI)
This change adds the CONFIG_CFI_CLANG option, CFI error handling, and a faster look-up table for cross module CFI checks. Bug: 67506682 Change-Id: Ic009f0a629b552a0eb16e6d89808c7029e91447d Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
This commit is contained in:
@@ -2245,7 +2245,7 @@ endif # MODULES
|
||||
|
||||
config MODULES_TREE_LOOKUP
|
||||
def_bool y
|
||||
depends on PERF_EVENTS || TRACING
|
||||
depends on PERF_EVENTS || TRACING || CFI_CLANG
|
||||
|
||||
config INIT_ALL_POSSIBLE
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user