From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: mingo@elte.hu
Cc: fweisbec@gmail.com, rostedt@goodmis.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL rcu/next] One more RCU commit for 3.8
Date: Tue, 4 Dec 2012 05:05:03 -0800 [thread overview]
Message-ID: <20121204130503.GA13878@linux.vnet.ibm.com> (raw)
Hello, Ingo,
Could you please pull one more commit? This is an update to Frederic
Weisbecker's context-tracking subsystem that is another stepping stone
towards adaptive-idle and tickless userspace execution. This has been
subjected to -next testing. It does give two checkpatch.pl errors,
but these are on cpp macro definitions used within assembly code -- and
following checkpatch.pl's suggestions would result in assembler errors.
(I have reported this to Andy Whitcroft, checkpatch.pl's maintainer.)
These changes are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/next
Thanx, Paul
---------------->
Frederic Weisbecker (1):
context_tracking: New context tracking susbsystem
arch/Kconfig | 15 ++--
arch/x86/Kconfig | 2 +-
arch/x86/include/asm/{rcu.h => context_tracking.h} | 15 ++--
arch/x86/kernel/entry_64.S | 2 +-
arch/x86/kernel/ptrace.c | 8 +-
arch/x86/kernel/signal.c | 5 +-
arch/x86/kernel/traps.c | 2 +-
arch/x86/mm/fault.c | 2 +-
include/linux/context_tracking.h | 18 ++++
include/linux/rcupdate.h | 2 -
init/Kconfig | 28 ++++----
kernel/Makefile | 1 +
kernel/context_tracking.c | 83 ++++++++++++++++++++
kernel/rcutree.c | 64 +---------------
kernel/sched/core.c | 11 ++-
15 files changed, 150 insertions(+), 108 deletions(-)
rename arch/x86/include/asm/{rcu.h => context_tracking.h} (63%)
create mode 100644 include/linux/context_tracking.h
create mode 100644 kernel/context_tracking.c
next reply other threads:[~2012-12-04 13:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-04 13:05 Paul E. McKenney [this message]
2012-12-08 14:37 ` [context tracking subsystem] Re: [GIT PULL rcu/next] One more RCU commit for 3.8 Ingo Molnar
2012-12-10 15:19 ` Paul E. McKenney
2012-12-10 15:29 ` Frederic Weisbecker
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=20121204130503.GA13878@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rostedt@goodmis.org \
/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.