From 28a6de53d01fd18df4a037ef7ba7b5afa887f800 Mon Sep 17 00:00:00 2001 From: gru Date: Tue, 22 Jul 2025 12:25:09 +0200 Subject: [PATCH] Update check_dmesg.py --- check_dmesg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_dmesg.py b/check_dmesg.py index b7cffa6..fe559fe 100644 --- a/check_dmesg.py +++ b/check_dmesg.py @@ -54,7 +54,8 @@ def main(): r"Failed to access perfctr msr", r"echo 0 > /proc/sys", r"EXT4-fs.*(write access unavailable|mounted filesystem .* ro without journal|unmounting filesystem)", - r"We currently don't support analog TV or stream capture on dual tuners" + r"We currently don't support analog TV or stream capture on dual tuners", + r"mei" ] whitelist_regex = re.compile("|".join(whitelist_patterns))