]> git.baikalelectronics.ru Git - kernel.git/commit
lib/bug.c: add oops end marker to WARN implementation
authorAnton Blanchard <anton@samba.org>
Wed, 11 Aug 2010 01:03:30 +0000 (18:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:22 +0000 (08:59 -0700)
commit6c3ada4ef1a6abe1eff7f45529fd4ef445784dc5
tree9550c1f6c484460cb646f4472558512ac8a9f149
parent7bbb31f534ada44548b752d4d7866af6c4a28f2e
lib/bug.c: add oops end marker to WARN implementation

We are missing the oops end marker for the exception based WARN implementation
in lib/bug.c. This is useful for logfile analysis tools.

Signed-off-by: Anton Blanchard <anton@samba.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Arjan van de Ven <arjan@infradead.org>
Cc: "Kirill A. Shutemov" <kirill@shutemov.name>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kernel.h
kernel/panic.c
lib/bug.c