Re: [PATCH v2 3/5] bug: When !CONFIG_BUG, make WARN call no_printk to check format and args

2014-02-26 Thread Arnd Bergmann
On Wednesday 26 February 2014, Josh Triplett wrote: > The stub version of WARN for !CONFIG_BUG completely ignored its format > string and subsequent arguments; make it check them instead, using > no_printk. > > Reported-by: Arnd Bergmann > Signed-off-by: Josh Triplett Acked-by: Arnd Bergmann -

[PATCH v2 3/5] bug: When !CONFIG_BUG, make WARN call no_printk to check format and args

2014-02-25 Thread Josh Triplett
The stub version of WARN for !CONFIG_BUG completely ignored its format string and subsequent arguments; make it check them instead, using no_printk. Reported-by: Arnd Bergmann Signed-off-by: Josh Triplett --- include/asm-generic/bug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/