]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Dec 2014 21:41:28 +0000 (13:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Dec 2014 21:41:28 +0000 (13:41 -0800)
commitf3c0f174f0fa91a2abfe8dc509a63552025dcf65
tree7ce5848ea9a8fb5a0e84aeb10b37ce93716dc18d
parent0ac65c4d5152c1d0cab15eb236f2d9b83dcafb20
parent651656055d4586f12d43398b9f4ce49b981c5903
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit

Pull audit updates from Paul Moore:
 "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"

* 'upstream' of git://git.infradead.org/users/pcmoore/audit:
  audit: convert status version to a feature bitmap
  audit: add Paul Moore to the MAINTAINERS entry
MAINTAINERS
include/uapi/linux/audit.h
kernel/audit.c