lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 23 Jan 2009 14:51:38 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Mike Galbraith <efault@....de>
Cc:	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [patch] fix section mismatch warning in
	perf_counter.c::perf_counters_lapic_init()


* Mike Galbraith <efault@....de> wrote:

> Fix section mismatch in perf_counter.c::perf_counters_lapic_init()
> 
> WARNING: arch/x86/kernel/built-in.o(.text+0xdd0f): Section mismatch in reference from the function pmc_generic_enable() to the function .cpuinit.text:perf_counters_lapic_init()
> The function pmc_generic_enable() references
> the function __cpuinit perf_counters_lapic_init().
> This is often because pmc_generic_enable lacks a __cpuinit
> annotation or the annotation of perf_counters_lapic_init is wrong.
> 
> Signed-off-by: Mike Galbraith <efault@....de>
> 
> ---
>  arch/x86/kernel/cpu/perf_counter.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied tip/perfcounters/core, thanks Mike!

	Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ