Update check_dmesg.py
This commit is contained in:
@@ -54,7 +54,8 @@ def main():
|
|||||||
r"Failed to access perfctr msr",
|
r"Failed to access perfctr msr",
|
||||||
r"echo 0 > /proc/sys",
|
r"echo 0 > /proc/sys",
|
||||||
r"EXT4-fs.*(write access unavailable|mounted filesystem .* ro without journal|unmounting filesystem)",
|
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))
|
whitelist_regex = re.compile("|".join(whitelist_patterns))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user