Update check_dmesg.py

This commit is contained in:
gru
2025-07-22 12:25:09 +02:00
parent b5e9ff16fc
commit 28a6de53d0

View File

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