diff options
author | 2025-06-26 20:07:18 +0800 | |
---|---|---|
committer | 2025-06-26 20:07:18 +0800 | |
commit | a0137c9048252ea965a0436895c77d1c917dfe2a (patch) | |
tree | 35bac11d8a932c6bf642c0e992cc395fa96db38b /tools/perf/scripts/python | |
parent | LoongArch: Reserve the EFI memory map region (diff) | |
download | wireguard-linux-a0137c9048252ea965a0436895c77d1c917dfe2a.tar.xz wireguard-linux-a0137c9048252ea965a0436895c77d1c917dfe2a.zip |
LoongArch: Handle KCOV __init vs inline mismatches
When the KCOV is enabled all functions get instrumented, unless
the __no_sanitize_coverage attribute is used. To prepare for
__no_sanitize_coverage being applied to __init functions, we have to
handle differences in how GCC's inline optimizations get resolved.
For LoongArch this exposed several places where __init annotations
were missing but ended up being "accidentally correct". So fix these
cases.
Signed-off-by: Kees Cook <kees@kernel.org>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions