anyone picked this yet?

On Friday 03 of June 2011 22:00:03 Pavel Herrmann wrote:
> spi_sync call uses its spi_message parameter to keep completion information,
> having this structure static is not thread-safe, potentially causing one
> thread having pointers to memory on or above other threads stack. use mutex
> to prevent multiple access
> 
> Signed-off-by: Pavel Herrmann <morpheus.i...@gmail.com>
> Acked-by: Russell King <rmk+ker...@arm.linux.org.uk>
> Acked-by: Pavel Machek <pa...@ucw.cz>
> Acked-by: Marek Vasut <marek.va...@gmail.com>
> Acked-by: Cyril Hrubis <me...@ucw.cz>
> 
> ---
>  drivers/hwmon/max1111.c |   12 ++++++++++++
>  1 files changed, 12 insertions(+), 0 deletions(-)
> 


_______________________________________________
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel

Reply via email to