diff --git a/squad/plugins/linux_log_parser.py b/squad/plugins/linux_log_parser.py index 90fe77be..eaab9b79 100644 --- a/squad/plugins/linux_log_parser.py +++ b/squad/plugins/linux_log_parser.py @@ -13,6 +13,7 @@ MULTILINERS = [ ('check-kernel-exception', r'-+\[ cut here \]-+.*?-+\[ end trace \w* \]-+'), + ('check-kernel-exception', r'--- cut here ---+.*?-+\[ end trace \w* \]-+'), ('check-kernel-kasan', r'=+\n\[[\s\.\d]+\]\s+BUG: KASAN:.*?=+'), ('check-kernel-kfence', r'=+\n\[[\s\.\d]+\]\s+BUG: KFENCE:.*?=+'), ]