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: Tue, 12 Sep 2006 08:14:29 +0100 [thread overview]
Message-ID: <20060912071429.GB29920@ftp.linux.org.uk> (raw)
In-Reply-To: <20060911180346.c4bfd211.akpm@osdl.org>
Duh... Two trivial fixes:
* make sure that all non-biarch targets get hookup.
* deal with sparc64 correctly.
[ObGit: git-diff after git-mv + modify a couple of lines generates
deletion+new file instead of rename. Weird...]
Please, pull from
git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b29
Al Viro:
syscall class hookup for all normal targets
sparc64 audit syscall classes hookup
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(-)
next prev parent reply other threads:[~2006-09-12 7:14 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 [this message]
2006-09-13 0:36 ` Linus Torvalds
2006-09-13 0:39 ` Linus Torvalds
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=20060912071429.GB29920@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).