[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060912071429.GB29920@ftp.linux.org.uk>
Date: Tue, 12 Sep 2006 08:14:29 +0100
From: Al Viro <viro@....linux.org.uk>
To: Linus Torvalds <torvalds@...l.org>
Cc: Andrew Morton <akpm@...l.org>, linux-kernel@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>, linux-audit@...hat.com
Subject: Re: [git pull] audit updates and fixes
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(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists