You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.logger.warning(f"[{len(modules)}] More than 25 kernel modules were autodetected from the running kernel. If lsmod detection is required for your use case, please file a bug report so more appropriate detection methods can be implemented.")
150
+
formoduleinmodules:
151
+
self["_kmod_auto"] =module.split()[0]
148
152
149
153
150
154
@unset("no_kmod", "no_kmod is enabled, skipping.", log_level=30)
0 commit comments