public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] security changes for v6.9-rc3
@ 2024-04-02 14:11 Roberto Sassu
  2024-04-02 19:39 ` Linus Torvalds
  0 siblings, 1 reply; 14+ messages in thread
From: Roberto Sassu @ 2024-04-02 14:11 UTC (permalink / raw)
  To: torvalds
  Cc: linux-integrity, linux-security-module, linux-fsdevel, linux-cifs,
	linux-kernel, Roberto Sassu

From: Roberto Sassu <roberto.sassu@huawei.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(-)


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [GIT PULL] security changes for v6.9-rc3
@ 2024-04-02  9:21 Roberto Sassu
  2024-04-02 12:15 ` Roberto Sassu
  0 siblings, 1 reply; 14+ messages in thread
From: Roberto Sassu @ 2024-04-02  9:21 UTC (permalink / raw)
  To: torvalds
  Cc: linux-integrity, linux-security-module, linux-fsdevel, linux-cifs,
	linux-kernel, Roberto Sassu

From: Roberto Sassu <roberto.sassu@huawei.com>

Hi Linus

I have a small bug fix for this kernel version. Please pull.

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 026e680b0a08a62b1d948e5a8ca78700bfac0e6e:

  Merge tag 'pwm/for-6.9-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux (2024-04-01 14:38:55 -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 12d665b7d3fa743ec58160ceda8421d64b63f272:

  security: Handle dentries without inode in security_path_post_mknod() (2024-04-02 10:01:19 +0200)

----------------------------------------------------------------
Here is a simple follow-up patch for the patch set to move IMA and EVM to
the LSM infrastructure.

It fixes a kernel panic in the newly introduced function
security_path_post_mknod(), when trying to check if an inode is private.
The panic occurs because not all dentries have an inode attached to them.

I'm sending this PR as IMA/EVM co-maintainer, even if the patch also
touches the LSM infrastructure itself (it is acked by Paul).

Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com>

----------------------------------------------------------------
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(-)


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-04-09 20:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 14:11 [GIT PULL] security changes for v6.9-rc3 Roberto Sassu
2024-04-02 19:39 ` Linus Torvalds
2024-04-02 19:57   ` Linus Torvalds
2024-04-02 21:00     ` Al Viro
2024-04-02 21:35       ` Linus Torvalds
2024-04-02 21:36       ` Paul Moore
2024-04-02 22:42         ` Al Viro
2024-04-03  2:21           ` Paul Moore
2024-04-09 17:37         ` Eric W. Biederman
2024-04-09 20:14           ` Paul Moore
2024-04-02 20:27   ` Paul Moore
2024-04-02 20:28     ` Paul Moore
  -- strict thread matches above, loose matches on Subject: below --
2024-04-02  9:21 Roberto Sassu
2024-04-02 12:15 ` Roberto Sassu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox