mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 00:42:16 +00:00
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: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>
This commit is contained in:
parent
2ecd1aba59
commit
521ee0cfb8
@ -296,4 +296,4 @@ static struct kernel_param_ops audit_param_ops = {
|
||||
.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);
|
||||
|
Loading…
Reference in New Issue
Block a user