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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to