linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Frederic Weisbecker <fweisbec@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Linux Arch <linux-arch@vger.kernel.org>,
	Jason Baron <jbaron@redhat.com>, Li Zefan <lizf@cn.fujitsu.com>,
	Steven Rostedt <rostedt@goodmis.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>,
	Jiaying Zhang <jiayingz@google.com>,
	Martin Bligh <mbligh@google.com>,
	Lai Jiangshan <laijs@cn.fujitsu.com>,
	Paul Mundt <lethal@linux-sh.org>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	Heiko Carstens <heiko.carstens@de.ibm.com>
Subject: Re: [GIT PULL] tracing/syscall for 2.6.32
Date: Wed, 26 Aug 2009 08:34:36 +0200	[thread overview]
Message-ID: <20090826063436.GB13577@elte.hu> (raw)
In-Reply-To: <1251250742-6458-1-git-send-email-fweisbec@gmail.com>


* Frederic Weisbecker <fweisbec@gmail.com> wrote:

> Hi Ingo,
> 
> Please pull the latest syscall tracing patches from:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git \
> 	tracing/core
> 
> The tree gathers fixes, renamings and adds a new pair of tracepoints
> for generic sysenter/sysexit tracing.
> 
> Some other patches are pending, beeing discussed. So there are probably
> more to come soon.
> 
> Josh Stone (4):
>       tracing: Rename FTRACE_SYSCALLS for tracepoints
>       tracing: Make syscall tracepoints conditional
>       tracing: Move tracepoint callbacks from declaration to definition
>       tracing: Create generic syscall TRACE_EVENTs
> 
>  arch/s390/Kconfig                   |    2 +-
>  arch/s390/defconfig                 |    2 +-
>  arch/s390/include/asm/thread_info.h |    4 +-
>  arch/s390/kernel/entry.S            |    2 +-
>  arch/s390/kernel/entry64.S          |    2 +-
>  arch/s390/kernel/ptrace.c           |   12 +++---
>  arch/x86/Kconfig                    |    2 +-
>  arch/x86/configs/i386_defconfig     |    2 +-
>  arch/x86/configs/x86_64_defconfig   |    2 +-
>  arch/x86/include/asm/thread_info.h  |   13 +++---
>  arch/x86/kernel/ptrace.c            |   16 +++----
>  include/linux/tracepoint.h          |   46 +++++++++--------------
>  include/trace/define_trace.h        |    5 ++
>  include/trace/events/syscalls.h     |   70 +++++++++++++++++++++++++++++++++++
>  include/trace/ftrace.h              |    9 ++++
>  include/trace/syscall.h             |   17 --------
>  kernel/trace/Kconfig                |    4 +-
>  kernel/trace/trace_syscalls.c       |   17 ++++----
>  kernel/tracepoint.c                 |   20 ++++++----
>  19 files changed, 154 insertions(+), 93 deletions(-)
>  create mode 100644 include/trace/events/syscalls.h

Pulled, thanks!

Heiko, Martin, do the S390 bits look good to you? I have build 
tested the S390 defconfig - it built fine beyond to pre-existing 
warnings:

/home/mingo/tip/net/sched/sch_api.c: In function 'qdisc_watchdog':
/home/mingo/tip/net/sched/sch_api.c:460: warning: initialization from incompatible pointer type
/home/mingo/tip/fs/ext2/namei.c: In function 'ext2_lookup':
/home/mingo/tip/fs/ext2/namei.c:73: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'ino_t'

	Ingo

  parent reply	other threads:[~2009-08-26  6:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-26  1:38 [GIT PULL] tracing/syscall for 2.6.32 Frederic Weisbecker
2009-08-26  1:38 ` Frederic Weisbecker
2009-08-26  1:38 ` [PATCH 1/4] tracing: Rename FTRACE_SYSCALLS for tracepoints Frederic Weisbecker
2009-08-26  1:38   ` Frederic Weisbecker
2009-08-26  1:39 ` [PATCH 2/4] tracing: Make syscall tracepoints conditional Frederic Weisbecker
2009-08-26  1:39   ` Frederic Weisbecker
2009-08-26  1:39 ` [PATCH 3/4] tracing: Move tracepoint callbacks from declaration to definition Frederic Weisbecker
2009-08-26  1:39   ` Frederic Weisbecker
2009-08-26  1:39 ` [PATCH 4/4] tracing: Create generic syscall TRACE_EVENTs Frederic Weisbecker
2009-08-26  1:39   ` Frederic Weisbecker
2009-08-26  6:34 ` Ingo Molnar [this message]
2009-08-26  8:56   ` [GIT PULL] tracing/syscall for 2.6.32 Heiko Carstens

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=20090826063436.GB13577@elte.hu \
    --to=mingo@elte.hu \
    --cc=fweisbec@gmail.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=jbaron@redhat.com \
    --cc=jiayingz@google.com \
    --cc=laijs@cn.fujitsu.com \
    --cc=lethal@linux-sh.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizf@cn.fujitsu.com \
    --cc=mathieu.desnoyers@polymtl.ca \
    --cc=mbligh@google.com \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=schwidefsky@de.ibm.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).