]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Apr 2015 21:49:23 +0000 (14:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Apr 2015 21:49:23 +0000 (14:49 -0700)
commit56fc0fe56df53f1268bf3155c68110b90e5b8881
tree1ffe10cfb312471d09912e74e2ef8f721618be2b
parent6af80c556052ea75c6c806b9ae029c164dfda0b5
parentd4f762d29dc19c0a41c49eb5ce0485a027dc8efc
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit

Pull audit fixes from Paul Moore:
 "Seven audit patches for v4.1, all bug fixes.

  The largest, and perhaps most significant commit helps resolve some
  memory pressure issues related to the inode cache and audit, there are
  also a few small commits which help resolve some timing issues with
  the audit log queue, and the rest fall into the always popular "code
  clean-up" category.

  In general, nothing really substantial, just a nice set of maintenance
  patches"

* 'upstream' of git://git.infradead.org/users/pcmoore/audit:
  audit: Remove condition which always evaluates to false
  audit: reduce mmap_sem hold for mm->exe_file
  audit: consolidate handling of mm->exe_file
  audit: code clean up
  audit: don't reset working wait time accidentally with auditd
  audit: don't lose set wait time on first successful call to audit_log_start()
  audit: move the tree pruning to a dedicated thread
kernel/audit.c
kernel/audit.h
kernel/audit_tree.c
kernel/auditsc.c