Re: [PATCH] kvm: mmu: delay mmu audit activation

2013-11-20 Thread Gleb Natapov
On Tue, Nov 19, 2013 at 03:22:47PM -0500, Sasha Levin wrote: 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.le...@oracle.com Applied, thanks. --- arch/x86/kvm/mmu_audit.c |

[PATCH] kvm: mmu: delay mmu audit activation

2013-11-19 Thread Sasha Levin
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.le...@oracle.com --- arch/x86/kvm/mmu_audit.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git