diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-02-13 10:59:07 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-13 15:30:23 +0000 |
| commit | 8870579e681258c44bb8f70a0ec4dab265961494 (patch) | |
| tree | 4efac5ff02d6d171df350a00a0a15a8f8c250cb9 /dashboard/config/linux/upstream-kmsan-base.config | |
| parent | 031188b4553bd0b6201607cc22e6f3fdf7fa71a4 (diff) | |
dashboard/config/linux: enable FORTIFY_SOURCE for clang
It must have been fixed since Linux 5.18 and Clang 13.
See #5773.
Diffstat (limited to 'dashboard/config/linux/upstream-kmsan-base.config')
| -rw-r--r-- | dashboard/config/linux/upstream-kmsan-base.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dashboard/config/linux/upstream-kmsan-base.config b/dashboard/config/linux/upstream-kmsan-base.config index 90879081c..0dd2517d8 100644 --- a/dashboard/config/linux/upstream-kmsan-base.config +++ b/dashboard/config/linux/upstream-kmsan-base.config @@ -4212,7 +4212,7 @@ CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_PATH=y # CONFIG_INTEL_TXT is not set # CONFIG_HARDENED_USERCOPY is not set -# CONFIG_FORTIFY_SOURCE is not set +CONFIG_FORTIFY_SOURCE=y # CONFIG_STATIC_USERMODEHELPER is not set # CONFIG_SECURITY_SELINUX is not set # CONFIG_SECURITY_SMACK is not set @@ -4845,7 +4845,6 @@ CONFIG_FTRACE=y # CONFIG_TRACER_SNAPSHOT is not set CONFIG_BRANCH_PROFILE_NONE=y # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set -# CONFIG_PROFILE_ALL_BRANCHES is not set CONFIG_BLK_DEV_IO_TRACE=y CONFIG_UPROBE_EVENTS=y CONFIG_DYNAMIC_EVENTS=y |
