LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Al Viro <viro@ftp.linux.org.uk>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [git pull] audit updates and fixes
Date: Mon, 11 Sep 2006 18:37:49 +0100	[thread overview]
Message-ID: <E1GMpjB-0002Ek-NP@ZenIV.linux.org.uk> (raw)

Audit fixes and missing bits; compared to the last attempt there are two added
fixes from Amy...  Please, pull:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b28


Shortlog:

Al Viro:
      syscall classes hookup for ppc and s390
      audit: more syscall classes added
      audit: AUDIT_PERM support

Amy Griffis:
      sanity check audit_buffer
      update audit rule change messages

Steve Grubb:
      fix ppid bug in 2.6.18 kernel

Diffstat:

 arch/i386/kernel/audit.c           |   28 +++++++++++++++
 arch/ia64/ia32/audit.c             |   26 ++++++++++++++
 arch/ia64/kernel/audit.c           |   35 +++++++++++++++++++
 arch/powerpc/kernel/Makefile       |    2 +
 arch/powerpc/kernel/audit.c        |   66 +++++++++++++++++++++++++++++++++++++
 arch/powerpc/kernel/compat_audit.c |   38 +++++++++++++++++++++
 arch/s390/kernel/Makefile          |    4 +-
 arch/s390/kernel/audit.c           |   66 +++++++++++++++++++++++++++++++++++++
 arch/s390/kernel/compat_audit.c    |   38 +++++++++++++++++++++
 arch/x86_64/ia32/audit.c           |   26 ++++++++++++++
 arch/x86_64/kernel/audit.c         |   35 +++++++++++++++++++
 include/asm-generic/audit_read.h   |    8 ++++
 include/asm-generic/audit_write.h  |   11 ++++++
 include/linux/audit.h              |   11 ++++++
 kernel/audit.c                     |    6 +++
 kernel/audit.h                     |    1 
 kernel/auditfilter.c               |   37 +++++++++++++++++---
 kernel/auditsc.c                   |   51 ++++++++++++++++++++++++++++
 18 files changed, 483 insertions(+), 6 deletions(-)

             reply	other threads:[~2006-09-11 17:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-11 17:37 Al Viro [this message]
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

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=E1GMpjB-0002Ek-NP@ZenIV.linux.org.uk \
    --to=viro@ftp.linux.org.uk \
    --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).