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))