提交 521ee0cf 编写于 作者: S Sasha Levin 提交者: Gleb Natapov

kvm: mmu: delay mmu audit activation

We should not be using jump labels before they were initialized. Push back
the callback to until after jump label initialization.
Signed-off-by: NSasha Levin <sasha.levin@oracle.com>
Signed-off-by: NGleb Natapov <gleb@redhat.com>
上级 2ecd1aba
...@@ -296,4 +296,4 @@ static struct kernel_param_ops audit_param_ops = { ...@@ -296,4 +296,4 @@ static struct kernel_param_ops audit_param_ops = {
.get = param_get_bool, .get = param_get_bool,
}; };
module_param_cb(mmu_audit, &audit_param_ops, &mmu_audit, 0644); arch_param_cb(mmu_audit, &audit_param_ops, &mmu_audit, 0644);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册