Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1594413 > unrolled thread

kasan behavior when built with unsupported compiler

Started byNikolay Borisov <n.borisov.lkml@gmail.com>
First post2017-03-07 17:40 +0100
Last post2017-03-07 17:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  kasan behavior when built with unsupported compiler Nikolay Borisov <n.borisov.lkml@gmail.com> - 2017-03-07 17:40 +0100

#1594413 — kasan behavior when built with unsupported compiler

FromNikolay Borisov <n.borisov.lkml@gmail.com>
Date2017-03-07 17:40 +0100
Subjectkasan behavior when built with unsupported compiler
Message-ID<tipQv-1uF-47@gated-at.bofh.it>
Hello,

I've been chasing a particular UAF as reported by kasan
(https://www.spinics.net/lists/kernel/msg2458136.html). However, one
thing which I took notice of rather lately is that I was building my
kernel with gcc 4.7.4 which is not supported by kasan as indicated by
the following string:

scripts/Makefile.kasan:19: Cannot use CONFIG_KASAN:
-fsanitize=kernel-address is not supported by compiler


Nevertheless, the kernel compiles and when I boot it I see the kasan
splats as per the referenced thread. If, however, I build the kernel
with a newer compiler version 5.4.0 kasan no longer complains.


At this point I'm wondering whether the splats can be due to old
compiler being used e.g. false positives or are they genuine splats and
gcc 5 somehow obfuscates them ? Clearly despite the warning about not
being able to use CONFIG_KASAN it is still working since I'm seeing the
splats. Is this valid behavior ?


Regards,
Nikolay

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web