summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-29UPSTREAM: bug: use %pB in BUG and stack protector failureKees Cook2-2/+2
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf3-39/+34
2016-03-17lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens1-0/+11
2015-05-28module: Sanitize RCU usage and lockingPeter Zijlstra3-12/+47
2014-11-11lib/bug: Use RCU list ops for module_bug_listMasami Hiramatsu2-8/+17
2014-06-04lib/bug.c: convert printk to pr_foo()Fabian Frederick1-11/+10
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell37-67/+69
2013-01-12module: put modules in list much earlier.Rusty Russell2-41/+50
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava5-8/+9
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds11-26/+14
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard3-1/+3
2010-08-11lib/bug.c: make WARN implementation match the kernel/panic.c oneAnton Blanchard1-4/+7
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings8-20/+67
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich4-3/+30
2008-07-04lib: taint kernel in common report_bug() WARN path.Paul Mundt1-0/+2
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens10-12/+16
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge7-1/+244