Re: [PATCH 19/20] lto, module: Warn about modules that are not fully LTOed

2014-02-18 Thread Andi Kleen
On Tue, Feb 18, 2014 at 09:50:39AM -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Feb 18, 2014 at 03:28:57PM +0100, Andi Kleen wrote: > > From: Andi Kleen > > > > When __gnu_lto_* is present that means that the module hasn't run with > > LTO yet. > > The title says 'warn' but this is not a warnin

Re: [PATCH 19/20] lto, module: Warn about modules that are not fully LTOed

2014-02-18 Thread Konrad Rzeszutek Wilk
On Tue, Feb 18, 2014 at 03:28:57PM +0100, Andi Kleen wrote: > From: Andi Kleen > > When __gnu_lto_* is present that means that the module hasn't run with > LTO yet. The title says 'warn' but this is not a warning just information. Can you actually build modules against the kernel with different

[PATCH 19/20] lto, module: Warn about modules that are not fully LTOed

2014-02-18 Thread Andi Kleen
From: Andi Kleen When __gnu_lto_* is present that means that the module hasn't run with LTO yet. Cc: ru...@rustcorp.com.au Signed-off-by: Andi Kleen --- kernel/module.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel/module.c b/kernel/module.c index b99e801..4f3e