diff options
author | 2021-07-27 11:25:08 +0300 | |
---|---|---|
committer | 2021-07-27 11:25:08 +0300 | |
commit | 353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5 (patch) | |
tree | 081200957b3d8925cbe913020d45a4e3ba61a7a3 /include/linux/compiler_types.h | |
parent | bus: ti-sysc: Fix gpt12 system timer issue with reserved status (diff) | |
parent | omap5-board-common: remove not physically existing vdds_1v8_main fixed-regulator (diff) | |
download | linux-rng-353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5.tar.xz linux-rng-353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5.zip |
Merge branch 'fixes-v5.14' into fixes
Diffstat (limited to 'include/linux/compiler_types.h')
-rw-r--r-- | include/linux/compiler_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compiler_types.h b/include/linux/compiler_types.h index d29bda7f6ebd..e4ea86fc584d 100644 --- a/include/linux/compiler_types.h +++ b/include/linux/compiler_types.h @@ -210,7 +210,7 @@ struct ftrace_likely_data { /* Section for code which can't be instrumented at all */ #define noinstr \ noinline notrace __attribute((__section__(".noinstr.text"))) \ - __no_kcsan __no_sanitize_address + __no_kcsan __no_sanitize_address __no_profile __no_sanitize_coverage #endif /* __KERNEL__ */ |