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
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
ktf/kernel/ktf_cov.c:188:16: error: ‘module_mutex’ undeclared (first use in this function); did you mean ‘module_put’?
188 | mutex_unlock(&module_mutex);
| ^~~~~~~~~~~~
| module_put
ktf/kernel/ktf_cov.c:568:15: error: ‘module_mutex’ undeclared (first use in this function); did you mean ‘module_put’?
568 | mutex_lock(&module_mutex);
| ^~~~~~~~~~~~
| module_put