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:	Mon, 17 Oct 2011 23:34:49 -0400
From:	Steven Rostedt <rostedt@...dmis.org>
To:	LKML <linux-kernel@...r.kernel.org>
Cc:	Ingo Molnar <mingo@...e.hu>,
	Hirokazu Takata <takata@...ux-m32r.org>,
	David Rientjes <rientjes@...gle.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH][GIT PULL] m32r: Allow use of atomic64

Forgot to add my GPG sig.

-- Steve

On Mon, 2011-10-17 at 23:34 -0400, Steven Rostedt wrote:
> Ingo,
> 
> Please pull the latest tip/perf/core tree, which can be found at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
> tip/perf/core
> 
> Head SHA1: abcefec31e3dc46554ee9c04f70c6012b17e8dc5
> 
> 
> Steven Rostedt (1):
>       m32r: Allow use of atomic64
> 
> ----
>  arch/m32r/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> ---------------------------
> commit abcefec31e3dc46554ee9c04f70c6012b17e8dc5
> Author: Steven Rostedt <rostedt@...dmis.org>
> Date:   Thu Oct 13 10:40:16 2011 -0400
> 
>     m32r: Allow use of atomic64
>     
>     Atomic64 is now a valid type in Linux. Archs that do not have their own
>     version of atomic64 operators are to use the generic operations.
>     
>     The m32r architecture needs to define GENERIC_ATOMIC64.
>     
>     Link: http://lkml.kernel.org/r/20111013085936.GA13046@elte.hu
>     Link: http://lkml.kernel.org/r/1318516816.12224.12.camel@gandalf.stny.rr.com
>     Link: http://lkml.kernel.org/r/20111017185440.GB5545@elte.hu
>     
>     Acked-by: Hirokazu Takata <takata@...ux-m32r.org>
>     Acked-by: David Rientjes <rientjes@...gle.com>
>     Reported-by: Ingo Molnar <mingo@...e.hu>
>     Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
> 
> diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
> index b92b944..6c4e9aa 100644
> --- a/arch/m32r/Kconfig
> +++ b/arch/m32r/Kconfig
> @@ -10,6 +10,7 @@ config M32R
>  	select HAVE_GENERIC_HARDIRQS
>  	select GENERIC_IRQ_PROBE
>  	select GENERIC_IRQ_SHOW
> +	select GENERIC_ATOMIC64
>  
>  config SBUS
>  	bool
> 


Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ