All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gleb Natapov <gleb@redhat.com>
To: Sasha Levin <sasha.levin@oracle.com>
Cc: pbonzini@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kvm: mmu: delay mmu audit activation
Date: Wed, 20 Nov 2013 11:36:04 +0200	[thread overview]
Message-ID: <20131120093604.GA2108@redhat.com> (raw)
In-Reply-To: <1384892567-20134-1-git-send-email-sasha.levin@oracle.com>

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.levin@oracle.com>
Applied, thanks.

> ---
>  arch/x86/kvm/mmu_audit.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/kvm/mmu_audit.c b/arch/x86/kvm/mmu_audit.c
> index daff69e..1185fe7 100644
> --- a/arch/x86/kvm/mmu_audit.c
> +++ b/arch/x86/kvm/mmu_audit.c
> @@ -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);
> -- 
> 1.7.10.4

--
			Gleb.

      reply	other threads:[~2013-11-20  9:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-19 20:22 [PATCH] kvm: mmu: delay mmu audit activation Sasha Levin
2013-11-20  9:36 ` Gleb Natapov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131120093604.GA2108@redhat.com \
    --to=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=sasha.levin@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.