diff options
author | Andrey Konovalov <andreyknvl@google.com> | 2020-06-01 21:52:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-02 10:59:12 -0700 |
commit | ca734cc67e3c8ce20eb75dd1e45ae86e10be102b (patch) | |
tree | fa0ddaab9d0a6e266463298e88e40aefeed94cc4 /lib | |
parent | 7f0a002b5a21302d9f4b29ba83c96cd433ff3769 (diff) | |
download | linux-ca734cc67e3c8ce20eb75dd1e45ae86e10be102b.tar.bz2 |
kasan: fix clang compilation warning due to stack protector
KASAN uses a single cc-option invocation to disable both conserve-stack
and stack-protector flags. The former flag is not present in Clang,
which causes cc-option to fail, and results in stack-protector being
enabled.
Fix by using separate cc-option calls for each flag. Also collect all
flags in a variable to avoid calling cc-option multiple times for
different files.
Reported-by: Qian Cai <cai@lca.pw>
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Marco Elver <elver@google.com>
Link: http://lkml.kernel.org/r/c2f0c8e4048852ae014f4a391d96ca42d27e3255.1590779332.git.andreyknvl@google.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions