]> 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, 31 Dec 2014 22:52:18 +0000 (14:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Dec 2014 22:52:18 +0000 (14:52 -0800)
commitb87e3f1038199c8633d8c6fc6983c1219c6a1749
tree4c48140fd3a7131622c0ec454e82870f2cba88c2
parent630ddc6fe0e5609de5d2d9938b1afd78b2bd9871
parent06f060e86ec7a3b996bfbaf13da703ac64f58220
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit

Pull audit fix from Paul Moore:
 "One audit patch to resolve a panic/oops when recording filenames in
  the audit log, see the mail archive link below.

  The fix isn't as nice as I would like, as it involves an allocate/copy
  of the filename, but it solves the problem and the overhead should
  only affect users who have configured audit rules involving file
  names.

  We'll revisit this issue with future kernels in an attempt to make
  this suck less, but in the meantime I think this fix should go into
  the next release of v3.19-rcX.

  [ https://marc.info/?t=141986927600001&r=1&w=2 ]"

* 'upstream' of git://git.infradead.org/users/pcmoore/audit:
  audit: create private file name copies when auditing inodes
kernel/auditsc.c