[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240402141145.2685631-1-roberto.sassu@huaweicloud.com>
Date: Tue, 2 Apr 2024 16:11:45 +0200
From: Roberto Sassu <roberto.sassu@...weicloud.com>
To: torvalds@...ux-foundation.org
Cc: linux-integrity@...r.kernel.org,
linux-security-module@...r.kernel.org,
linux-fsdevel@...r.kernel.org,
linux-cifs@...r.kernel.org,
linux-kernel@...r.kernel.org,
Roberto Sassu <roberto.sassu@...wei.com>
Subject: [GIT PULL] security changes for v6.9-rc3
From: Roberto Sassu <roberto.sassu@...wei.com>
Hi Linus,
A single bug fix to address a kernel panic in the newly introduced function
security_path_post_mknod.
PS: sorry for the email mismatch, @huawei.com emails resent from the
mailing list are classified by Gmail as spam, we are working on
fixing it.
Thanks,
Roberto
The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:
Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)
are available in the Git repository at:
https://github.com/linux-integrity/linux.git tags/security-mknod-6.9-rc3
for you to fetch changes up to 991c999d8dc76261623c44f9076e427045053427:
security: Handle dentries without inode in security_path_post_mknod() (2024-04-02 15:27:46 +0200)
----------------------------------------------------------------
security-mknod-6.9-rc3
Fixes a kernel panic in the newly introduced function
security_path_post_mknod(). (Not all dentries have an inode attached to
them.)
----------------------------------------------------------------
Roberto Sassu (1):
security: Handle dentries without inode in security_path_post_mknod()
security/integrity/evm/evm_main.c | 6 ++++--
security/integrity/ima/ima_main.c | 5 +++--
security/security.c | 5 ++++-
3 files changed, 11 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists