From: David Miller <davem@davemloft.net>
To: peterz@infradead.org
Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
sparclinux@vger.kernel.org
Subject: [PATCH 0/4]: Respin local_irq_*_nmi() stuff.
Date: Fri, 09 Apr 2010 16:01:32 -0700 (PDT) [thread overview]
Message-ID: <20100409.160132.216116766.davem@davemloft.net> (raw)
Peter, I've respun the local_irq_*_nmi() interface addition, sparc64
implementation, and trace/sched_clock annotations against Linus's
tree.
I've tested all of the tracers in various different configurations on
sparc64 and I haven't triggered any of the bug checks or crashes yet
so it should be good.
It can also be pulled from:
master.kernel.org:/pub/scm/linux/kernel/git/davem/trace-2.6.git
And it would be nice to see this upstream soon so I can build upon
it :-)
You'll need to add the perf locking fix annotation to the -tip tree
as per you initial patch set, that didn't apply to mainline so I
didn't put it in here.
Thanks!
--------------------
The following changes since commit 0eddb519b9127c73d53db4bf3ec1d45b13f844d1:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git.kernel.org/.../roland/infiniband
are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/davem/trace-2.6.git master
David S. Miller (2):
sparc64: Implement local_irq_save_nmi() override.
tracing: Use local_irq_{save,restore}_nmi() in tracers.
Peter Zijlstra (2):
kernel: local_irq_{save,restore}_nmi()
sched: Use local_irq_save_nmi() in cpu_clock()
arch/sparc/include/asm/irqflags_64.h | 29 +++++++++++++++++++
include/linux/irqflags.h | 51 ++++++++++++++++++++++++++++++++--
kernel/lockdep.c | 7 ++++
kernel/sched_clock.c | 4 +-
kernel/trace/ftrace.c | 8 ++--
kernel/trace/trace_functions.c | 8 ++--
kernel/trace/trace_functions_graph.c | 8 ++--
kernel/trace/trace_irqsoff.c | 8 +++++
kernel/trace/trace_sched_wakeup.c | 4 +-
kernel/trace/trace_stack.c | 4 +-
10 files changed, 110 insertions(+), 21 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: David Miller <davem@davemloft.net>
To: peterz@infradead.org
Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
sparclinux@vger.kernel.org
Subject: [PATCH 0/4]: Respin local_irq_*_nmi() stuff.
Date: Fri, 09 Apr 2010 23:01:32 +0000 [thread overview]
Message-ID: <20100409.160132.216116766.davem@davemloft.net> (raw)
Peter, I've respun the local_irq_*_nmi() interface addition, sparc64
implementation, and trace/sched_clock annotations against Linus's
tree.
I've tested all of the tracers in various different configurations on
sparc64 and I haven't triggered any of the bug checks or crashes yet
so it should be good.
It can also be pulled from:
master.kernel.org:/pub/scm/linux/kernel/git/davem/trace-2.6.git
And it would be nice to see this upstream soon so I can build upon
it :-)
You'll need to add the perf locking fix annotation to the -tip tree
as per you initial patch set, that didn't apply to mainline so I
didn't put it in here.
Thanks!
--------------------
The following changes since commit 0eddb519b9127c73d53db4bf3ec1d45b13f844d1:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git.kernel.org/.../roland/infiniband
are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/davem/trace-2.6.git master
David S. Miller (2):
sparc64: Implement local_irq_save_nmi() override.
tracing: Use local_irq_{save,restore}_nmi() in tracers.
Peter Zijlstra (2):
kernel: local_irq_{save,restore}_nmi()
sched: Use local_irq_save_nmi() in cpu_clock()
arch/sparc/include/asm/irqflags_64.h | 29 +++++++++++++++++++
include/linux/irqflags.h | 51 ++++++++++++++++++++++++++++++++--
kernel/lockdep.c | 7 ++++
kernel/sched_clock.c | 4 +-
kernel/trace/ftrace.c | 8 ++--
kernel/trace/trace_functions.c | 8 ++--
kernel/trace/trace_functions_graph.c | 8 ++--
kernel/trace/trace_irqsoff.c | 8 +++++
kernel/trace/trace_sched_wakeup.c | 4 +-
kernel/trace/trace_stack.c | 4 +-
10 files changed, 110 insertions(+), 21 deletions(-)
next reply other threads:[~2010-04-09 23:01 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-09 23:01 David Miller [this message]
2010-04-09 23:01 ` [PATCH 0/4]: Respin local_irq_*_nmi() stuff David Miller
2010-04-13 5:08 ` David Miller
2010-04-13 5:08 ` David Miller
2010-04-13 7:48 ` Peter Zijlstra
2010-04-13 7:48 ` Peter Zijlstra
2010-04-13 7:56 ` David Miller
2010-04-13 7:56 ` David Miller
2010-04-13 7:56 ` David Miller
2010-04-13 8:37 ` Peter Zijlstra
2010-04-13 8:37 ` Peter Zijlstra
2010-04-13 8:46 ` David Miller
2010-04-13 8:46 ` David Miller
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=20100409.160132.216116766.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.org \
--cc=sparclinux@vger.kernel.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.