commit | c064da47144b11be4697a4611f640086a663016a | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <anton.vorontsov@linaro.org> | Fri Jul 20 17:28:25 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jul 21 10:34:00 2012 -0700 |
tree | 838c1b69e0485ba4b2bda8668dc0c4b3117cb5c8 | |
parent | 533827c921c34310f63e859e1d6d0feec439657d [diff] |
kdb: Switch to nolock variants of kmsg_dump functions The locked variants are prone to deadlocks (suppose we got to the debugger w/ the logbuf lock held), so let's switch to nolock variants. Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>