walnux/arch/arm64
wangmingrong1 e97e33eadc toolchain: Support KASAN compilation above Clang18
1. When the Clang compiler turns on "-fsanitize=kernel-address", inlining, global variables, and stack detection are enabled by default and must be turned off manually.
2. -mllvm is the parameter passing method of Clang, and --param is the parameter passing method of GCC
After the modification, KASan compilation and operation will be supported for Clang 18 and above

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
2025-06-26 20:31:19 +08:00
..
include spinlock: fix stxr instruction status register requirement 2025-06-26 20:31:19 +08:00
src toolchain: Support KASAN compilation above Clang18 2025-06-26 20:31:19 +08:00
CMakeLists.txt arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
Kconfig style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00