git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b499d0
)
printk: Implement some unlocked kmsg_dump functions
author
Anton Vorontsov
<anton.vorontsov@linaro.org>
Sat, 21 Jul 2012 00:28:07 +0000
(17:28 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 21 Jul 2012 17:34:00 +0000
(10:34 -0700)
If used from KDB, the locked variants are prone to deadlocks (suppose we
got to the debugger w/ the logbuf lock held).
So, we have to implement a few routines that grab no logbuf lock.
Yet we don't need these functions in modules, so we don't export them.
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found