[PATCH 14/17] arm64: add __nocfi to functions that jump to a physical address
Kees Cook
keescook at chromium.org
Fri Mar 12 02:47:52 GMT 2021
On Thu, Mar 11, 2021 at 04:49:16PM -0800, Sami Tolvanen wrote:
> Disable CFI checking for functions that switch to linear mapping and
> make an indirect call to a physical address, since the compiler only
> understands virtual addresses and the CFI check for such indirect calls
> would always fail.
>
> Signed-off-by: Sami Tolvanen <samitolvanen at google.com>
(I wonder if there is some value in a separate macro for "makes a PA
call"? Might other things care about that besides just CFI?)
Reviewed-by: Kees Cook <keescook at chromium.org>
--
Kees Cook
More information about the linux-arm-kernel
mailing list