mbox series

[GIT,PULL] integrity subsystem fix for v5.12

Message ID 98cd4b74a0658c14acc0071349122b13e7238a53.camel@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] integrity subsystem fix for v5.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git tags/integrity-v5.12-fix

Message

Mimi Zohar March 25, 2021, 11:01 p.m. UTC
Hi Linus,

Here's just one patch to address a NULL ptr dereferencing when there is
a mismatch between the user enabled LSMs and IMA/EVM.

thanks,

Mimi

The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0:
  
  Linux 5.12-rc3 (2021-03-14 14:41:02 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git tags/integrity-v5.12-fix

for you to fetch changes up to 92063f3ca73aab794bd5408d3361fd5b5ea33079:

  integrity: double check iint_cache was initialized (2021-03-22 14:54:11 -0400)

----------------------------------------------------------------
integrity-v5.12-fix

----------------------------------------------------------------
Mimi Zohar (1):
      integrity: double check iint_cache was initialized

 security/integrity/iint.c | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

pr-tracker-bot@kernel.org March 25, 2021, 11:49 p.m. UTC | #1
The pull request you sent on Thu, 25 Mar 2021 19:01:34 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git tags/integrity-v5.12-fix

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/db24726bfefa68c606947a86132591568a06bfb4

Thank you!