OSDN Git Service

ANDROID: cfi: fix export symbol types
authorGreg Kroah-Hartman <gregkh@google.com>
Wed, 29 Apr 2020 13:20:54 +0000 (15:20 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 29 Apr 2020 17:16:15 +0000 (19:16 +0200)
commitfe28410e4ec006d30e336b423d6a10ca2bec1be1
tree7afdd4c1d38c351302980060b94d15e2dba31b7f
parent7f86a29040178a4c22765c2851acbf901c984df4
ANDROID: cfi: fix export symbol types

In commit d71a92631c51 ("ANDROID: add support for Clang's Control Flow
Integrity (CFI)") some new symbols were exported, but they should have
been set as _GPL symbols.

Fix this up by properly.

Bug: 145210207
Cc: Sami Tolvanen <samitolvanen@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I6ecbb0f3b33f7c02c9b75bb7d80c35ce80e553f3
kernel/cfi.c