All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [git pull] audit updates
Date: Fri, 1 Feb 2008 20:47:25 +0000	[thread overview]
Message-ID: <20080201204724.GM27894@ZenIV.linux.org.uk> (raw)

	Misc audit updates and fixes.  Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b46

Shortlog:

Al Viro (2):
      switch audit_get_loginuid() to task_struct *
      get rid of loginuid races

Andrew Morton (1):
      [patch 1/2] kernel/audit.c: warning fix

Eric Paris (11):
      [AUDIT] return EINTR not ERESTART*
      [AUDIT] collect uid, loginuid, and comm in OBJ_PID records
      [AUDIT] add session id to audit messages
      [AUDIT] Add End of Event record
      [AUDIT] do not panic on exclude messages in audit_log_pid_context()
      [AUDIT] include audit type in audit message when using printk
      [AUDIT] break large execve argument logging into smaller messages
      [AUDIT] make audit=0 really stop audit messages
      [AUDIT] clean up audit_receive_msg()
      [AUDIT] create context if auditing was ever enabled
      [AUDIT] ratelimit printk messages audit

Klaus Heinrich Kiwi (1):
      [AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS message

Richard Knutsson (1):
      [patch 2/2] audit: complement va_copy with va_end()

Diffstat:
 Documentation/filesystems/proc.txt |    7 -
 drivers/char/tty_audit.c           |   19 +-
 fs/proc/base.c                     |    2 +-
 include/linux/audit.h              |   13 +-
 include/linux/init_task.h          |    8 +
 include/linux/sched.h              |    4 +
 kernel/audit.c                     |  434 +++++++++++++++---------------------
 kernel/auditfilter.c               |   54 +++--
 kernel/auditsc.c                   |  349 +++++++++++++++++++++--------
 kernel/sysctl.c                    |   11 -
 net/core/dev.c                     |   15 +-
 net/key/af_key.c                   |   14 +-
 net/netlink/af_netlink.c           |    2 +-
 net/xfrm/xfrm_state.c              |    2 +-
 security/selinux/selinuxfs.c       |   17 +-
 security/selinux/ss/services.c     |    5 +-
 16 files changed, 533 insertions(+), 423 deletions(-)

             reply	other threads:[~2008-02-01 20:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-01 20:47 Al Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-10-21  6:45 [GIT PULL] audit updates 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=20080201204724.GM27894@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.