]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2018 20:17:46 +0000 (13:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2018 20:17:46 +0000 (13:17 -0700)
commita37e2a4273bcd69ef8c91567759b912babc2df84
treea301795036851206e48d020dcd8eb3ab92238466
parent6cb9830ce6b550c7ea513662babb80818b20acad
parent936348088c3ec3af2b937871d594efbad47d73c6
Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit

Pull audit fix from Paul Moore:
 "A single small audit fix to guard against memory allocation failures
  when logging information about a kernel module load.

  It's small, easy to understand, and self-contained; while nothing is
  zero risk, this should be pretty low"

* tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit:
  audit: fix potential null dereference 'context->module.name'