Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 521ee0cf authored by Sasha Levin's avatar Sasha Levin Committed by Gleb Natapov
Browse files

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: default avatarSasha Levin <sasha.levin@oracle.com>
Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
parent 2ecd1aba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);