]> 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)
commitd1b0887b760c74afd9d71ea714cc035a5d41a12c
treea301795036851206e48d020dcd8eb3ab92238466
parente933ea3130bf07445c1eb370bfb7776f851c3fbd
parent3fa8a7e2d8a04b2076781ceb5aa68697d4407164
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'