]> git.ipfire.org Git - people/arne_f/kernel.git/commit
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Apr 2017 08:37:25 +0000 (01:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Apr 2017 08:37:25 +0000 (01:37 -0700)
commit62fedca5cefb9a89f9e3c0e631afa505da7417a8
tree3b5a47a992d0cc510ec9ffff38b57b6e79506bd3
parent56c29979653f6313b6c47b22f54ed54150fd92ed
parentab6434a1377a768a1e6d3e6cf819eb21724a99c2
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit

Pull audit cleanup from Paul Moore:
 "A week later than I had hoped, but as promised, here is the audit
  uninline-fix we talked about during the last audit pull request.

  The patch is slightly different than what we originally discussed as
  it made more sense to keep the audit_signal_info() function in
  auditsc.c rather than move it and bunch of other related
  variables/definitions into audit.c/audit.h.

  At some point in the future I need to look at how the audit code is
  organized across kernel/audit*, I suspect we could do things a bit
  better, but it doesn't seem like a -rc release is a good place for
  that ;)

  Regardless, this patch passes our tests without problem and looks good
  for v4.11"

* 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit:
  audit: move audit_signal_info() into kernel/auditsc.c