Arnd Bergmann
|
173a3efd3e
bug.h: work around GCC PR82365 in BUG()
|
7 years ago |
Kees Cook
|
a7bed27af1
bug: fix "cut here" location for __WARN_TAINT architectures
|
7 years ago |
Kees Cook
|
2a8358d8a3
bug: define the "cut here" string in a single place
|
7 years ago |
Andi Kleen
|
b1fca27d38
kernel debug: support resetting WARN*_ONCE
|
7 years ago |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
Ian Abbott
|
0b396923ee
asm-generic/bug.h: declare struct pt_regs; before function prototype
|
8 years ago |
Peter Zijlstra
|
f26dee1510
debug: Avoid setting BUGFLAG_WARNING twice
|
8 years ago |
Peter Zijlstra
|
19d436268d
debug: Add _ONCE() logic to report_bug()
|
8 years ago |
Linus Torvalds
|
11caf57f6a
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
|
9 years ago |
Josh Poimboeuf
|
2553b67a1f
lib/bug.c: use common WARN helper
|
9 years ago |
Steven Rostedt
|
dfbf2897d0
bug: set warn variable before calling WARN()
|
9 years ago |
Arnd Bergmann
|
3c047057d1
asm-generic: default BUG_ON(x) to if(x)BUG()
|
9 years ago |
Josh Triplett
|
a4b5d580e0
bug: Make BUG() always stop the machine
|
11 years ago |
Josh Triplett
|
4e50ebde32
bug: when !CONFIG_BUG, make WARN call no_printk to check format and args
|
11 years ago |
Josh Triplett
|
a3f7607d09
include/asm-generic/bug.h: style fix: s/while(0)/while (0)/
|
11 years ago |
Josh Triplett
|
b607e70ec6
bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and family
|
11 years ago |
Paul Mundt
|
09682c1dd3
bug.h: Fix up CONFIG_BUG=n implicit function declarations.
|
13 years ago |
Paul Mundt
|
2603efa31a
bug.h: Fix up powerpc build regression.
|
13 years ago |
Paul Mundt
|
3777808873
bug.h: need linux/kernel.h for TAINT_WARN.
|
13 years ago |
Jan Beulich
|
7ccaba5314
consolidate WARN_...ONCE() static variables
|
13 years ago |
Joe Perches
|
b9075fa968
treewide: use __printf not __attribute__((format(printf,...)))
|
14 years ago |
David S. Miller
|
86e4ca66e8
bug.h: Move ratelimit warn interfaces to ratelimit.h
|
14 years ago |
David S. Miller
|
6b36783546
bug.h: Fix build with CONFIG_PRINTK disabled.
|
14 years ago |
Joe Perches
|
b3eec79b07
bug.h: Add WARN_RATELIMIT
|
14 years ago |
Steven Rostedt
|
ccd0d44fad
WARN_ON_SMP(): Add comment to explain ({0;})
|
14 years ago |
Steven Rostedt
|
2092e6be82
WARN_ON_SMP(): Allow use in if() statements on UP
|
14 years ago |
Ben Hutchings
|
b2be05273a
panic: Allow warnings to set different taint flags
|
15 years ago |
Cesar Eduardo Barros
|
42f247c83a
WARN_ONCE(): use bool for boolean flag
|
15 years ago |
Andi Kleen
|
57adc4d2db
Eliminate thousands of warnings with gcc 3.2 build
|
16 years ago |
David Howells
|
da60682c11
The default CONFIG_BUG=n version of BUG() should have an empty do...while
|
16 years ago |