]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Jul 2016 00:54:17 +0000 (17:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Jul 2016 00:54:17 +0000 (17:54 -0700)
commit83bf52e96f2955de8b04f0810a6afa121bc08d80
tree2baf2ada982bb1c2cbe058b1378e38272cbda5d3
parentadc1208458dfc89eb4d05ab4af9655ad7fce1506
parent71f67fc17746d03daf9a5501cb6831599fdcc5d7
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit

Pull audit updates from Paul Moore:
 "Six audit patches for 4.8.

  There are a couple of style and minor whitespace tweaks for the logs,
  as well as a minor fixup to catch errors on user filter rules, however
  the major improvements are a fix to the s390 syscall argument masking
  code (reviewed by the nice s390 folks), some consolidation around the
  exclude filtering (less code, always a win), and a double-fetch fix
  for recording the execve arguments"

* 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit:
  audit: fix a double fetch in audit_log_single_execve_arg()
  audit: fix whitespace in CWD record
  audit: add fields to exclude filter by reusing user filter
  s390: ensure that syscall arguments are properly masked on s390
  audit: fix some horrible switch statement style crimes
  audit: fixup: log on errors from filter user rules
arch/s390/kernel/ptrace.c
kernel/audit.c
kernel/audit.h
kernel/auditsc.c