mbox series

[GIT,PULL] Smack patches for 6.15

Message ID 8040a0e7-2121-4389-88e5-c6f209bfca0a@schaufler-ca.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Smack patches for 6.15 | expand

Pull-request

https://github.com/cschaufler/smack-next tags/Smack-for-6.15

Message

Casey Schaufler March 25, 2025, 4:41 p.m. UTC
Hello Linus,

Here is the Smack pull request for v6.15.

This is a larger set of patches than usual. It consists of
a set of build clean-ups, a rework of error handling in setting
up CIPSO label specification and a bug fix in network labeling.
All have been tested and in next for some time.

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  https://github.com/cschaufler/smack-next tags/Smack-for-6.15

for you to fetch changes up to a158a937d864d0034fea14913c1f09c6d5f574b8:

  smack: recognize ipv4 CIPSO w/o categories (2025-02-16 14:17:55 -0800)

----------------------------------------------------------------
Smack patches for v6.15

----------------------------------------------------------------
Casey Schaufler (1):
      Smack: fix typos and spelling errors

Konstantin Andreev (5):
      smack: dont compile ipv6 code unless ipv6 is configured
      smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label
      smack: remove /smack/logging if audit is not configured
      smack: Revert "smackfs: Added check catlen"
      smack: recognize ipv4 CIPSO w/o categories

 security/smack/smack.h        | 20 +++++++++++++-------
 security/smack/smack_access.c |  6 ++++--
 security/smack/smack_lsm.c    | 40 ++++++++++++----------------------------
 security/smack/smackfs.c      | 29 ++++++++++++++---------------
 4 files changed, 43 insertions(+), 52 deletions(-)

Comments

pr-tracker-bot@kernel.org March 25, 2025, 11:17 p.m. UTC | #1
The pull request you sent on Tue, 25 Mar 2025 09:41:19 -0700:

> https://github.com/cschaufler/smack-next tags/Smack-for-6.15

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

Thank you!