Re: [1/3] KVM: powerpc: remove -I. header search paths

2019-01-23 Thread Michael Ellerman
On Fri, 2019-01-11 at 03:22:31 UTC, Masahiro Yamada wrote: > The header search path -I. in kernel Makefiles is very suspicious; > it allows the compiler to search for headers in the top of $(srctree), > where obviously no header file exists. > > Commit 46f43c6ee022 ("KVM: powerpc: convert marker

[PATCH 1/3] KVM: powerpc: remove -I. header search paths

2019-01-10 Thread Masahiro Yamada
The header search path -I. in kernel Makefiles is very suspicious; it allows the compiler to search for headers in the top of $(srctree), where obviously no header file exists. Commit 46f43c6ee022 ("KVM: powerpc: convert marker probes to event trace") first added these options, but they are