[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <b14d039a-7b06-4552-ae61-fbfb4e912b4d@schaufler-ca.com>
Date: Fri, 13 Sep 2024 17:16:09 -0700
From: Casey Schaufler <casey@...aufler-ca.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LSM List <linux-security-module@...r.kernel.org>,
Linux kernel mailing list <linux-kernel@...r.kernel.org>,
Casey Schaufler <casey@...aufler-ca.com>,
GiSeong Ji <jiggyjiggy0323@...il.com>, Jiawei Ye <jiawei.ye@...mail.com>
Subject: [GIT PULL] Smack patches for 6.12
Hello Linus,
Here is the Smack pull request for v6.12.
There are 2 patches. One is a simple indentation correction.
The other corrects a potentially rcu unsafe pointer assignment.
Both have time in next and pass all tests.
The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:
Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
are available in the Git repository at:
https://github.com/cschaufler/smack-next tags/Smack-for-6.12
for you to fetch changes up to 2749749afa071f8a0e405605de9da615e771a7ce:
smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipso (2024-09-03 08:37:17 -0700)
----------------------------------------------------------------
Smack changes for v6.12
- rcu pointer assignment in smk_set_cipso
- indentation in smack_ip_output
----------------------------------------------------------------
GiSeong Ji (1):
security: smack: Fix indentation in smack_netfilter.c
Jiawei Ye (1):
smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipso
security/smack/smack_netfilter.c | 4 ++--
security/smack/smackfs.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists