commit | 446f713ba1afd68568139ae4691335ba273fa7f4 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Thu Dec 07 02:14:12 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:12 2006 +0100 |
tree | faa45ced3a3dc71b4637241828c10bf0abd2d7dd | |
parent | e2124bb8d369a4bc1afde1959040e33d71c41d5e [diff] |
[PATCH] unwinder: always use unlocked module list access in unwinder fallback We're already well protected against module unloads because module unload uses stop_machine(). The only exception is NMIs, but other users already risk lockless accesses here. This avoids some hackery in lockdep and also a potential deadlock This matches what i386 does. Signed-off-by: Andi Kleen <ak@suse.de>