[GIT PULL] Smack patches for 6.12

From: Casey Schaufler
Date: Fri Sep 13 2024 - 20:36:36 EST


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