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:	Thu, 12 Dec 2013 15:45:57 +0200
From:	Adrian Hunter <adrian.hunter@...el.com>
To:	Andi Kleen <ak@...ux.intel.com>
CC:	Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
	Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Ingo Molnar <mingo@...hat.com>, linux-kernel@...r.kernel.org,
	David Ahern <dsahern@...il.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Jiri Olsa <jolsa@...hat.com>, Mike Galbraith <efault@....de>,
	Namhyung Kim <namhyung@...il.com>,
	Paul Mackerras <paulus@...ba.org>,
	Stephane Eranian <eranian@...gle.com>
Subject: Re: [PATCH v0 21/71] perf tools: Add feature test for __sync_val_compare_and_swap

On 11/12/13 22:07, Andi Kleen wrote:
>> Can you provide more info about these gcc builtins and what is the
>> minimum system where this test will succeed?
> 
> CMPXCHG for x86 is available since the 486 or so, so practically
> everywhere.
> 
> I think that's mainly for other architectures.
> 
> it would be reasonable to just use #if defined(__x86_64__) || defined(__i386__)
> instead.

__sync_val_compare_and_swap() is being used in the itrace abstraction which
is architecture neutral, so I can't use x86 defines.

--
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