All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Baron <jbaron@redhat.com>
To: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Steven Rostedt <rostedt@goodmis.org>, Ingo Molnar <mingo@elte.hu>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/7] trace_syscalls: remove duplications
Date: Tue, 1 Dec 2009 11:19:06 -0500	[thread overview]
Message-ID: <20091201161905.GA2641@redhat.com> (raw)
In-Reply-To: <4B14D26A.1040000@cn.fujitsu.com>

On Tue, Dec 01, 2009 at 04:23:06PM +0800, Lai Jiangshan wrote:
> trace_syscalls introduces a lot of duplicate functions
> to all syscalls. These series patches remove them.
> 
>    text    data     bss     dec     hex filename
>  630068  152084  531376 1313528  140af8 kernel/built-in.o.old
>  593997  151988  531824 1277809  137f71 kernel/built-in.o.new
> 
> patch 1~4 is for preparing.
> patch 5~6 remove duplications
> patch 7 cleanups
> 
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
> ---
>  include/linux/syscalls.h      |   73 ++++--------------------
>  include/trace/syscall.h       |   20 ++----
>  kernel/trace/trace_syscalls.c |  124 ++++++++++++------------------------------
>  3 files changed, 57 insertions(+), 160 deletions(-)
> 
> 

nice simplifications! ack to the whole series.

Acked-by: Jason Baron <jbaron@redhat.com>


      reply	other threads:[~2009-12-01 16:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-01  8:23 [PATCH 0/7] trace_syscalls: remove duplications Lai Jiangshan
2009-12-01 16:19 ` Jason Baron [this message]

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=20091201161905.GA2641@redhat.com \
    --to=jbaron@redhat.com \
    --cc=fweisbec@gmail.com \
    --cc=laijs@cn.fujitsu.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.