Searched hist:e14c8bf86350f6c39186a139c5c584a6111b2f01 (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/ |
H A D | stop_machine.c | diff e14c8bf86350f6c39186a139c5c584a6111b2f01 Sun Nov 16 22:52:18 CET 2008 Rusty Russell <rusty@rustcorp.com.au> stop_machine: fix race with return value (fixes Bug #11989)
Bug #11989: Suspend failure on NForce4-based boards due to chanes in stop_machine
We should not access active.fnret outside the lock; in theory the next stop_machine could overwrite it.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Tested-by: "Rafael J. Wysocki" <rjw@sisk.pl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|