diff options
| author | Andrey Konovalov <[email protected]> | 2024-08-14 00:40:27 +0200 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-09-03 21:15:35 -0700 |
| commit | 78788c3ede90727ffb7b17287468a08b4e78ee3d (patch) | |
| tree | 94b1d3f806d7fd708536ee773fb0299eb609ec7f /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 809bc86517cc408b5b8cb8e08e69096639432bc8 (diff) | |
kasan: simplify and clarify Makefile
When KASAN support was being added to the Linux kernel, GCC did not yet
support all of the KASAN-related compiler options. Thus, the KASAN
Makefile had to probe the compiler for supported options.
Nowadays, the Linux kernel GCC version requirement is 5.1+, and thus we
don't need the probing of the -fasan-shadow-offset parameter: it exists in
all 5.1+ GCCs.
Simplify the KASAN Makefile to drop CFLAGS_KASAN_MINIMAL.
Also add a few more comments and unify the indentation.
[[email protected]: comments fixes per Miguel]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Andrey Konovalov <[email protected]>
Reviewed-by: Miguel Ojeda <[email protected]>
Acked-by: Marco Elver <[email protected]>
Cc: Alexander Potapenko <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: Matthew Maurer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions