[GIT PULL] Audit patches for 3.19

Paul Moore paul at paul-moore.com
Wed Dec 10 02:35:48 UTC 2014


Hi Linus,

Two small patches from the audit next branch; only one of which has any real 
significant code changes, the other is simply a MAINTAINERS update for audit.  
The single code patch is pretty small and rather straightforward, it changes 
the audit "version" number reported to userspace from an integer to a bitmap 
which is used to indicate the functionality of the running kernel.  This 
really doesn't have much impact on the kernel, but it will make life easier 
for the audit userspace folks.  Thankfully we were still on a version number 
which allowed us to do this without breaking userspace.

For what it is worth, as of a few minutes ago, the branch below applied 
cleanly on top of your tree.

Thanks,
-Paul

---
The following changes since commit 799b601451b21ebe7af0e6e8f6e2ccd4683c5064:

  audit: keep inode pinned (2014-11-11 14:20:22 -0500)

are available in the git repository at:

  git://git.infradead.org/users/pcmoore/audit upstream

for you to fetch changes up to 0f7e94ee40d06f7a04e039392dfee8244bd8a7e0:

  Merge branch 'next' into upstream for v3.19 (2014-12-09 14:38:30 -0500)

----------------------------------------------------------------
Paul Moore (2):
      audit: add Paul Moore to the MAINTAINERS entry
      Merge branch 'next' into upstream for v3.19

Richard Guy Briggs (1):
      audit: convert status version to a feature bitmap

 MAINTAINERS                |  5 +++--
 include/uapi/linux/audit.h | 17 +++++++++++++----
 kernel/audit.c             |  2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)





More information about the Linux-audit mailing list