LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Linus Torvalds <torvalds@osdl.org>
To: Al Viro <viro@ftp.linux.org.uk>
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: Tue, 12 Sep 2006 17:39:08 -0700 (PDT) [thread overview]
Message-ID: <Pine.LNX.4.64.0609121737460.4388@g5.osdl.org> (raw)
In-Reply-To: <20060912071429.GB29920@ftp.linux.org.uk>
On Tue, 12 Sep 2006, Al Viro 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.
Linus
next prev parent reply other threads:[~2006-09-13 0:39 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 [this message]
2006-09-13 1:17 ` Al Viro
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=Pine.LNX.4.64.0609121737460.4388@g5.osdl.org \
--to=torvalds@osdl.org \
--cc=akpm@osdl.org \
--cc=davem@davemloft.net \
--cc=linux-audit@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@ftp.linux.org.uk \
--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).