LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Al Viro <viro@ftp.linux.org.uk>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org,
	"David S. Miller" <davem@davemloft.net>,
	linux-audit@redhat.com
Subject: Re: [git pull] audit updates and fixes
Date: Wed, 13 Sep 2006 02:17:59 +0100	[thread overview]
Message-ID: <20060913011759.GD29920@ftp.linux.org.uk> (raw)
In-Reply-To: <Pine.LNX.4.64.0609121737460.4388@g5.osdl.org>

On Tue, Sep 12, 2006 at 05:39:08PM -0700, Linus Torvalds wrote:
> >  arch/i386/kernel/audit.c             |   51 ---------------------------
> >  b/arch/i386/kernel/Makefile          |    1
> >  b/arch/ia64/Kconfig                  |    4 ++
> >  b/arch/powerpc/Kconfig               |    4 ++
> >  b/arch/s390/Kconfig                  |    4 ++
> >  b/arch/sparc64/Kconfig               |    4 ++
> >  b/arch/sparc64/kernel/Makefile       |    3 +
> >  b/arch/sparc64/kernel/audit.c        |   66 +++++++++++++++++++++++++++++++++++
> >  b/arch/sparc64/kernel/compat_audit.c |   37 +++++++++++++++++++
> >  b/arch/x86_64/Kconfig                |    4 ++
> >  b/lib/Kconfig                        |    5 ++
> >  b/lib/Makefile                       |    1
> >  b/lib/audit.c                        |   53 ++++++++++++++++++++++++++++
> >  13 files changed, 185 insertions(+), 52 deletions(-)
> 
> Btw, if you do "git diff --stat --summary -M", you'd have gotten
> 
>  arch/i386/kernel/Makefile          |    1 -
>  arch/ia64/Kconfig                  |    4 ++
>  arch/powerpc/Kconfig               |    4 ++
>  arch/s390/Kconfig                  |    4 ++
>  arch/sparc64/Kconfig               |    4 ++
>  arch/sparc64/kernel/Makefile       |    3 ++
>  arch/sparc64/kernel/audit.c        |   66 ++++++++++++++++++++++++++++++++++++
>  arch/sparc64/kernel/compat_audit.c |   37 ++++++++++++++++++++
>  arch/x86_64/Kconfig                |    4 ++
>  lib/Kconfig                        |    5 +++
>  lib/Makefile                       |    1 +
>  {arch/i386/kernel => lib}/audit.c  |    2 +
>  12 files changed, 134 insertions(+), 1 deletions(-)
>  create mode 100644 arch/sparc64/kernel/audit.c
>  create mode 100644 arch/sparc64/kernel/compat_audit.c
>  rename arch/i386/kernel/audit.c => lib/audit.c (97%)
> 
> instead, which is much nicer. It shows the rename, and the summary info 
> also points out that some of the files were newly created.

I see...  FWIW, I'd been using git diff fed through diffstat(1) for that
part.  Thanks, that's indeed much better.

ObMIPS: how many ABI do we have there, anyway?  4 + IRIX compat?  More?

      reply	other threads:[~2006-09-13  1:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-11 17:37 Al Viro
2006-09-12  1:03 ` Andrew Morton
2006-09-12  7:14   ` Al Viro
2006-09-13  0:36     ` Linus Torvalds
2006-09-13  0:39     ` Linus Torvalds
2006-09-13  1:17       ` Al Viro [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=20060913011759.GD29920@ftp.linux.org.uk \
    --to=viro@ftp.linux.org.uk \
    --cc=akpm@osdl.org \
    --cc=davem@davemloft.net \
    --cc=linux-audit@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    --subject='Re: [git pull] audit updates and fixes' \
    /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).