mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
e2e7e09325
commit
863a604920
3 changed files with 3 additions and 1 deletions
|
@ -166,6 +166,7 @@ enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs)
|
|||
|
||||
print_modules();
|
||||
show_regs(regs);
|
||||
print_oops_end_marker();
|
||||
add_taint(BUG_GET_TAINT(bug));
|
||||
return BUG_TRAP_TYPE_WARN;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue