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] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 1 Jul 2009 01:21:18 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Anton Blanchard <anton@...ba.org>
Cc:	a.p.zijlstra@...llo.nl, paulus@...ba.org,
	linux-kernel@...r.kernel.org
Subject: Re: [patch 4/8] perf top: Add ppc64 specific skip symbols and
	strip ppc64 . prefix


* Anton Blanchard <anton@...ba.org> wrote:

> Filter out some ppc64 specific idle loop functions and remove leading '.' on
> ppc64 text symbols.
> 
> Signed-off-by: Anton Blanchard <anton@...ba.org>
> ---
> 
> Do we want to wrap them with #ifdef __PPC__ ?

>  	"enter_idle",
>  	"exit_idle",
>  	"mwait_idle",
> +	"ppc64_runlatch_off",
> +	"pseries_dedicated_idle_sleep",

We only want to wrap them into #ifdef __PPC__ if we do so for the 
x86 ones too.

I think it's fine as-is - the names should be pretty unique, right?

	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