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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 20 Jul 2007 16:36:12 -0400
From:	"Mike Frysinger" <vapier.adi@...il.com>
To:	"Mathieu Desnoyers" <mathieu.desnoyers@...ymtl.ca>
Cc:	tonyko@...eo.ca, robin.getz@...log.com,
	linux-kernel@...r.kernel.org
Subject: Re: blackfin - cmpxchg not atomic ?

On 7/20/07, Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca> wrote:
> I am currently passing through each architectures adding a
> cmpxchg_local() to each system.h, and I notice that you disable
> interrupts in your cmpxchg() implementation, why are you doing so ?

because Blackfin lacks any atomic instructions

> Also, does you assembly stub _really_ modify memory atomically ? If yes,
> then there should be no need for disabling interrupts. Else, I see a
> major problem with SMP.

that isnt the only problem with SMP on Blackfin

> I also don't like the comment in asm-blackfin/atomic.h :
>
>  * Generally we do not concern about SMP BFIN systems, so we don't have
>  * to deal with that.
>
> I have seen on the blackfin website that you actually sell a board with
> SMP. Why aren't you caring about it ?

just because a processor has more than one core does not make it SMP
-mike
-
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