]> Git Repo - linux.git/commit - lib/test_printf.c
lib/test_printf.c: don't BUG
authorRasmus Villemoes <[email protected]>
Sat, 16 Jan 2016 00:58:50 +0000 (16:58 -0800)
committerLinus Torvalds <[email protected]>
Sat, 16 Jan 2016 19:17:27 +0000 (11:17 -0800)
commitfd0515d50ff33865d0f8cdd74510e8bd1aee88ac
tree29ffd279073c8cfaf3e40e7ae2935256e3812cdc
parent8e2a2bfdb86ecb2421e3dd18d0fbbb42f2d943ad
lib/test_printf.c: don't BUG

BUG is a completely unnecessarily big hammer, and we're more likely to
get the internal bug reported if we just pr_err() and ensure the test
suite fails.

Signed-off-by: Rasmus Villemoes <[email protected]>
Acked-by: Kees Cook <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Maurizio Lombardi <[email protected]>
Cc: Tejun Heo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/test_printf.c
This page took 0.049329 seconds and 4 git commands to generate.