Revert "ANDROID: x86/extable: Do not mark exception callback as CFI"

This reverts commit f436f8ad8f 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>
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I54a1afeda35066b3e0090e519abf6dd63bbe1806
This commit is contained in:
Greg Kroah-Hartman 2020-07-17 14:49:23 +02:00
parent 4beba49123
commit d129267fe0

View File

@ -138,7 +138,6 @@ __visible bool ex_has_fault_handler(unsigned long ip)
return handler == ex_handler_fault;
}
__nocfi
int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code,
unsigned long fault_addr)
{