[PATCH v6 0/4] fortify: Add Clang support

From: Kees Cook
Date: Thu Feb 03 2022 - 12:33:23 EST


Hi,

This has been updated from feedback on the v5 series. Builds correctly with Clang 12.0.1
too now. :)

Thanks!

v1: https://lore.kernel.org/linux-hardening/20210727205855.411487-61-keescook@xxxxxxxxxxxx/
v2: https://lore.kernel.org/linux-hardening/20210818060533.3569517-64-keescook@xxxxxxxxxxxx/
v3: https://lore.kernel.org/linux-hardening/20211213223331.135412-18-keescook@xxxxxxxxxxxx/
v4: https://lore.kernel.org/linux-hardening/20220130182204.420775-1-keescook@xxxxxxxxxxxx/
v5: https://lore.kernel.org/linux-hardening/20220202003033.704951-1-keescook@xxxxxxxxxxxx/
v6:
- clean up comments in attributes (ojeda)
- moved const into pass_object_size macro
- adjusted Clang version to 12.0.1 (ndesaulniers)
- cleaned up Clang comments (ndesaulniers)

Kees Cook (4):
Compiler Attributes: Add __pass_object_size for Clang
Compiler Attributes: Add __overloadable for Clang
Compiler Attributes: Add __diagnose_as for Clang
fortify: Add Clang support

include/linux/compiler_attributes.h | 39 +++++++++++++++++++
include/linux/fortify-string.h | 58 +++++++++++++++++++++--------
security/Kconfig | 3 +-
3 files changed, 83 insertions(+), 17 deletions(-)

--
2.30.2