All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ftp.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org
Subject: [GIT PULL] audit updates
Date: Sun, 21 Oct 2007 07:45:03 +0100	[thread overview]
Message-ID: <20071021064503.GV8181@ftp.linux.org.uk> (raw)

Please pull audit updates (predicate for watching subtrees) from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b43

When that gets merged, mm.b41 can be dropped from -mm tree.

Shortlog:

Author: Al Viro <viro@zeniv.linux.org.uk>
    [PATCH] pass dentry to audit_inode()/audit_inode_child()
    [PATCH] new helpers - collect_mounts() and release_collected_mounts()
    [PATCH] new helper - inotify_clone_watch()
    [PATCH] new helper - inotify_evict_watch()
    [PATCH] audit: watching subtrees

Diffstat:
 fs/dcache.c              |    2 +-
 fs/debugfs/inode.c       |    2 +-
 fs/inotify.c             |   43 +++
 fs/namei.c               |   10 +-
 fs/namespace.c           |   22 +-
 fs/open.c                |    4 +-
 fs/pnode.h               |    1 +
 fs/xattr.c               |    8 +-
 include/linux/audit.h    |   19 +-
 include/linux/dcache.h   |    1 +
 include/linux/fs.h       |    2 +
 include/linux/fsnotify.h |    9 +-
 include/linux/inotify.h  |    2 +
 init/Kconfig             |    4 +
 ipc/mqueue.c             |    8 +-
 kernel/Makefile          |    1 +
 kernel/audit.c           |   87 +++++
 kernel/audit.h           |   34 ++-
 kernel/audit_tree.c      |  903 ++++++++++++++++++++++++++++++++++++++++++++++
 kernel/auditfilter.c     |   64 +++-
 kernel/auditsc.c         |  225 ++++++++++++-
 21 files changed, 1411 insertions(+), 40 deletions(-)
 create mode 100644 kernel/audit_tree.c


             reply	other threads:[~2007-10-21  6:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-21  6:45 Al Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-02-01 20:47 [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=20071021064503.GV8181@ftp.linux.org.uk \
    --to=viro@ftp.linux.org.uk \
    --cc=akpm@linux-foundation.org \
    --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.