diff options
author | Sami Tolvanen <[email protected]> | 2021-04-08 11:28:29 -0700 |
---|---|---|
committer | Kees Cook <[email protected]> | 2021-04-08 16:04:21 -0700 |
commit | 28aad1c29053195b1a9f56742e64b679d61e786b (patch) | |
tree | c7dd2f2c34527aa58d4cac71d337fed7af8f0fce /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 5caf968262df0ec7a3377fb67d4a6bfa979cb028 (diff) |
module: ensure __cfi_check alignment
CONFIG_CFI_CLANG_SHADOW assumes the __cfi_check() function is page
aligned and at the beginning of the .text section. While Clang would
normally align the function correctly, it fails to do so for modules
with no executable code.
This change ensures the correct __cfi_check() location and
alignment. It also discards the .eh_frame section, which Clang can
generate with certain sanitizers, such as CFI.
Link: https://bugs.llvm.org/show_bug.cgi?id=46293
Signed-off-by: Sami Tolvanen <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Acked-by: Jessica Yu <[email protected]>
Tested-by: Nathan Chancellor <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions