LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: riel@redhat.com
To: kvm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, mtosatti@redhat.com,
mingo@kernel.org, ak@linux.intel.com, oleg@redhat.com,
masami.hiramatsu.pt@hitachi.com, fweisbec@gmail.com,
paulmck@linux.vnet.ibm.com, lcapitulino@redhat.com,
pbonzini@redhat.com
Subject: [PATCH 3/4] nohz,kvm: export context_tracking_user_enter/exit
Date: Thu, 5 Feb 2015 11:35:33 -0500 [thread overview]
Message-ID: <1423154134-17391-4-git-send-email-riel@redhat.com> (raw)
In-Reply-To: <1423154134-17391-1-git-send-email-riel@redhat.com>
From: Rik van Riel <riel@redhat.com>
Export context_tracking_user_enter/exit so it can be used by KVM.
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 97806c4deec5..a3f4a2840637 100644
--- a/kernel/context_tracking.c
+++ b/kernel/context_tracking.c
@@ -107,6 +107,7 @@ void context_tracking_user_enter(enum ctx_state state)
local_irq_restore(flags);
}
NOKPROBE_SYMBOL(context_tracking_user_enter);
+EXPORT_SYMBOL_GPL(context_tracking_user_enter);
/**
* context_tracking_user_exit - Inform the context tracking that the CPU is
@@ -146,6 +147,7 @@ void context_tracking_user_exit(enum ctx_state state)
local_irq_restore(flags);
}
NOKPROBE_SYMBOL(context_tracking_user_exit);
+EXPORT_SYMBOL_GPL(context_tracking_user_exit);
/**
* __context_tracking_task_switch - context switch the syscall callbacks
--
1.9.3
next prev parent reply other threads:[~2015-02-05 16:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-05 16:35 [PATCH 0/4] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest riel
2015-02-05 16:35 ` [PATCH 1/4] rcu,nohz: add state parameter to context_tracking_user_enter/exit riel
2015-02-05 16:35 ` [PATCH 2/4] rcu,nohz: run vtime_user_enter/exit only when state == IN_USER riel
2015-02-05 16:35 ` riel [this message]
2015-02-05 16:35 ` [PATCH 4/4] kvm,rcu: use RCU extended quiescent state when running KVM guest riel
2015-02-05 16:44 ` Christian Borntraeger
2015-02-05 16:52 ` Rik van Riel
2015-02-05 17:50 ` Paul E. McKenney
2015-02-05 18:09 ` Rik van Riel
2015-02-05 18:56 ` Paul E. McKenney
2015-02-05 18:59 ` Rik van Riel
2015-02-05 19:02 ` Rik van Riel
2015-02-05 19:27 ` Paul E. McKenney
2015-02-05 20:19 ` Rik van Riel
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=1423154134-17391-4-git-send-email-riel@redhat.com \
--to=riel@redhat.com \
--cc=ak@linux.intel.com \
--cc=fweisbec@gmail.com \
--cc=kvm@vger.kernel.org \
--cc=lcapitulino@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=masami.hiramatsu.pt@hitachi.com \
--cc=mingo@kernel.org \
--cc=mtosatti@redhat.com \
--cc=oleg@redhat.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=pbonzini@redhat.com \
--subject='Re: [PATCH 3/4] nohz,kvm: export context_tracking_user_enter/exit' \
/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
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).