Lines Matching refs:title
133 title, corrupted, format := extractDescription(consoleReportReliable, oops, linuxStackParams)
134 if title != "" {
141 title, corrupted, format = extractDescription(report, oops, linuxStackParams)
142 if title == "" {
149 rep.Title = title
160 rep.Corrupted, rep.CorruptedReason = ctx.isCorrupted(title, report, format)
459 func (ctx *linux) isCorrupted(title string, report []byte, format oopsFormat) (bool, string) {
467 if re.MatchString(title) {
613 title: compile("BUG: KASAN:"),
626 title: compile("BUG: KASAN:"),
639 title: compile("BUG: KASAN: ([a-z\\-]+) on address(?:.*\\n)+?.*(Read|Write) of size ([0-9]+)"),
643 title: compile("BUG: KASAN: (.*)"),
648 title: compile("BUG: KMSAN: (.*)"),
652 title: compile("BUG: unable to handle kernel paging request"),
663 title: compile("BUG: unable to handle kernel NULL pointer dereference"),
676 title: compile("BUG: unable to handle kernel"),
681 …title: compile("BUG: spinlock (lockup suspected|already unlocked|recursion|bad magic|wrong owner|w…
692 title: compile("BUG: soft lockup"),
702 title: compile("BUG: .*still has locks held!"),
707 title: compile("BUG: lock held when returning to user space"),
713 title: compile("BUG: bad unlock balance detected!"),
718 title: compile("BUG: held lock freed!"),
723 title: compile("BUG: Bad rss-counter state"),
728 title: compile("BUG: non-zero nr_ptes on freeing mm"),
733 title: compile("BUG: non-zero nr_pmds on freeing mm"),
738 title: compile("BUG: Dentry .* still in use \\([0-9]+\\) \\[unmount of ([^\\]]+)\\]"),
742 title: compile("BUG: Bad page state"),
746 title: compile("BUG: Bad page map"),
750 title: compile("BUG: workqueue lockup"),
755 title: compile("BUG: sleeping function called from invalid context (.*)"),
759 title: compile("BUG: using __this_cpu_([a-z_]+)\\(\\) in preemptible"),
770 title: compile("BUG: workqueue leaked lock or atomic"),
777 title: compile("BUG: executor-detected bug"),
782 title: compile("BUG: memory leak"),
807 title: compile("WARNING: .*lib/debugobjects\\.c.* debug_print_object"),
814 title: compile("WARNING: .*mm/usercopy\\.c.* usercopy_warn"),
819 title: compile("WARNING: .*lib/kobject\\.c.* kobject_"),
824 title: compile("WARNING: .*fs/proc/generic\\.c.* proc_register"),
829 title: compile("WARNING: .*lib/refcount\\.c.* refcount_"),
834 title: compile("WARNING: .*kernel/locking/lockdep\\.c.*lock_"),
839 title: compile("WARNING: lock held when returning to user space"),
845 title: compile("WARNING: .*mm/.*\\.c.* k?.?malloc"),
851 title: compile("WARNING: .* at {{SRC}} {{FUNC}}"),
855 title: compile("WARNING: possible circular locking dependency detected"),
860 title: compile("WARNING: possible irq lock inversion dependency detected"),
865 title: compile("WARNING: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detecte"),
870 title: compile("WARNING: possible recursive locking detected"),
875 title: compile("WARNING: inconsistent lock state"),
880 title: compile("WARNING: suspicious RCU usage"),
893 … title: compile("WARNING: kernel stack regs at [0-9a-f]+ in [^ ]* has bad '([^']+)' value"),
898 … title: compile("WARNING: kernel stack frame pointer at [0-9a-f]+ in [^ ]* has bad value"),
903 title: compile("WARNING: bad unlock balance detected!"),
908 title: compile("WARNING: held lock freed!"),
913 title: compile("WARNING: kernel stack regs .* has bad 'bp' value"),
918 title: compile("WARNING: kernel stack frame pointer .* has bad value"),
931 title: compile("INFO: possible circular locking dependency detected"),
936 title: compile("INFO: possible irq lock inversion dependency detected"),
941 title: compile("INFO: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected"),
946 title: compile("INFO: possible recursive locking detected"),
951 title: compile("INFO: inconsistent lock state"),
956 title: linuxRcuStall,
967 title: linuxRcuStall,
978 title: compile("INFO: trying to register non-static key"),
989 title: compile("INFO: suspicious RCU usage"),
1002 title: compile("INFO: task .* blocked for more than [0-9]+ seconds"),
1015 title: compile("INFO: (Freed|Allocated) in (.*)"),
1034 title: compile("Unable to handle kernel paging request"),
1045 title: compile("general protection fault:"),
1062 title: compile("Kernel panic - not syncing: Attempted to kill init!"),
1066 …title: compile("Kernel panic - not syncing: Couldn't open N_TTY ldisc for [^ ]+ --- error -[0-9]+"…
1073 title: compile("Kernel panic - not syncing: Fatal exception"),
1079 title: compile("Kernel panic - not syncing: panic_on_warn set"),
1085 title: compile("Kernel panic - not syncing: hung_task: blocked tasks"),
1090 title: compile("Kernel panic - not syncing: (.*)"),
1100 title: compile("kernel BUG at mm/usercopy.c"),
1110 title: compile("kernel BUG at lib/list_debug.c"),
1126 title: compile("Kernel BUG (.*)"),
1136 title: compile("BUG kmalloc-.*: Object already free"),
1146 title: compile("divide error: "),
1157 title: compile("invalid opcode: "),
1168 title: compile("UBSAN: (.*)"),
1178 title: compile("Booting the kernel."),
1189 title: compile("unregister_netdevice: waiting for (?:.*) to become free"),