]> bbs.cooldavid.org Git - net-next-2.6.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)
commit863a6049202412a6d655d052eb1c45ca7dd74a83
tree9550c1f6c484460cb646f4472558512ac8a9f149
parente2e7e093259d4c6b73b432122974393d6fcdfc2a
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