-
- Downloads
powerpc: disable KASAN instrumentation on early/critical files.
All files containing functions run before kasan_early_init() is called must have KASAN instrumentation disabled. For those file, branch profiling also have to be disabled otherwise each if () generates a call to ftrace_likely_update(). Signed-off-by:Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by:
Michael Ellerman <mpe@ellerman.id.au>
Showing
- arch/powerpc/kernel/Makefile 12 additions, 0 deletionsarch/powerpc/kernel/Makefile
- arch/powerpc/lib/Makefile 8 additions, 0 deletionsarch/powerpc/lib/Makefile
- arch/powerpc/mm/Makefile 6 additions, 0 deletionsarch/powerpc/mm/Makefile
- arch/powerpc/platforms/powermac/Makefile 6 additions, 0 deletionsarch/powerpc/platforms/powermac/Makefile
- arch/powerpc/purgatory/Makefile 3 additions, 0 deletionsarch/powerpc/purgatory/Makefile
- arch/powerpc/xmon/Makefile 1 addition, 0 deletionsarch/powerpc/xmon/Makefile
Loading
Please register or sign in to comment