From: Paolo Bonzini <pbonzini@redhat.com>
To: riel@redhat.com, paulmck@linux.vnet.ibm.com
Cc: linux-kernel@vger.kernel.org, catalin.marinas@arm.com,
will.deacon@arm.com, fweisbec@gmail.com, kvm@vger.kernel.org,
mtosatti@redhat.com, borntraeger@de.ibm.com, mingo@kernel.org,
oleg@redhat.com, lcapitulino@redhat.com
Subject: Re: [PATCH 4/6] nohz,kvm: export context_tracking_user_enter/exit
Date: Mon, 09 Feb 2015 18:05:48 +0100 [thread overview]
Message-ID: <54D8E8EC.5030906@redhat.com> (raw)
In-Reply-To: <1423497884-21615-5-git-send-email-riel@redhat.com>
On 09/02/2015 17:04, riel@redhat.com wrote:
> From: Rik van Riel <riel@redhat.com>
>
> Export context_tracking_user_enter/exit so it can be used by KVM.
Wrong function name in the commit message...
Paolo
> Signed-off-by: Rik van Riel <riel@redhat.com>
> ---
> kernel/context_tracking.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/kernel/context_tracking.c b/kernel/context_tracking.c
> index 2d94147c07b2..8c5f2e939eee 100644
> --- a/kernel/context_tracking.c
> +++ b/kernel/context_tracking.c
> @@ -108,6 +108,7 @@ void context_tracking_enter(enum ctx_state state)
> local_irq_restore(flags);
> }
> NOKPROBE_SYMBOL(context_tracking_enter);
> +EXPORT_SYMBOL_GPL(context_tracking_enter);
>
> /**
> * context_tracking_exit - Inform the context tracking that the CPU is
> @@ -149,6 +150,7 @@ void context_tracking_exit(enum ctx_state state)
> local_irq_restore(flags);
> }
> NOKPROBE_SYMBOL(context_tracking_exit);
> +EXPORT_SYMBOL_GPL(context_tracking_exit);
>
> /**
> * __context_tracking_task_switch - context switch the syscall callbacks
>
next prev parent reply other threads:[~2015-02-09 17:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-09 16:04 [PATCH -v3 0/6] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest riel
2015-02-09 16:04 ` [PATCH 1/6] rcu,nohz: add state parameter to context_tracking_user_enter/exit riel
2015-02-09 16:04 ` [PATCH 2/6] rcu,nohz: rename context_tracking_enter & _exit riel
2015-02-09 16:04 ` [PATCH 3/6] rcu,nohz: run vtime_user_enter/exit only when state == IN_USER riel
2015-02-09 16:04 ` [PATCH 4/6] nohz,kvm: export context_tracking_user_enter/exit riel
2015-02-09 17:05 ` Paolo Bonzini [this message]
2015-02-09 20:02 ` Rik van Riel
2015-02-09 16:04 ` [PATCH 5/6] kvm,rcu,nohz: use RCU extended quiescent state when running KVM guest riel
2015-02-09 16:04 ` [PATCH 6/6] nohz: add stub context_tracking_is_enabled riel
2015-02-09 17:07 ` Paolo Bonzini
2015-02-10 1:15 ` [PATCH -v3 0/6] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest Will Deacon
2015-02-10 1:22 ` Rik van Riel
2015-02-10 1:44 ` Frederic Weisbecker
2015-02-10 3:01 ` Paul E. McKenney
2015-02-10 3:03 ` Rik van Riel
2015-02-10 3:13 ` Paul E. McKenney
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=54D8E8EC.5030906@redhat.com \
--to=pbonzini@redhat.com \
--cc=borntraeger@de.ibm.com \
--cc=catalin.marinas@arm.com \
--cc=fweisbec@gmail.com \
--cc=kvm@vger.kernel.org \
--cc=lcapitulino@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=mtosatti@redhat.com \
--cc=oleg@redhat.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=riel@redhat.com \
--cc=will.deacon@arm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).