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:
a3f7607
)
bug: when !CONFIG_BUG, make WARN call no_printk to check format and args
author
Josh Triplett
<josh@joshtriplett.org>
Mon, 7 Apr 2014 22:39:12 +0000
(15:39 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 7 Apr 2014 23:36:10 +0000
(16:36 -0700)
The stub version of WARN for !CONFIG_BUG completely ignored its format
string and subsequent arguments; make it check them instead, using
no_printk.
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/bug.h
patch
|
blob
|
history
diff --cc
include/asm-generic/bug.h
Simple merge