mbox series

[GIT,PULL] Smack patches for 6.1

Message ID 37208884-5153-d922-e787-e830860df05e@schaufler-ca.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Smack patches for 6.1 | expand

Pull-request

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

Message

Casey Schaufler Oct. 1, 2022, 2:35 p.m. UTC
Hello Linus,

Here is the Smack pull request for v6.1.

There are two minor code clean-ups. One removes constants
left over from the old mount API. The other gets rid of an
unneeded variable. The other change fixes a flaw in handling
IPv6 labeling. All have spent time in -next and pass Smack
regression tests. Thank you.

The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5:

  Linux 6.0-rc3 (2022-08-28 15:05:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to cc71271f5b793d619f8a7d2ef905374102533c75:

  smack: cleanup obsolete mount option flags (2022-09-27 10:33:03 -0700)

----------------------------------------------------------------
Smack updates for v6.1

----------------------------------------------------------------
Lontke Michael (1):
      SMACK: Add sk_clone_security LSM hook

Xiu Jianfeng (1):
      smack: cleanup obsolete mount option flags

Xu Panda (1):
      smack: lsm: remove the unneeded result variable

 security/smack/smack.h     |  9 ---------
 security/smack/smack_lsm.c | 20 +++++++++++++++++---
 2 files changed, 17 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 4, 2022, 1:03 a.m. UTC | #1
The pull request you sent on Sat, 1 Oct 2022 07:35:55 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/74a0f84590eefaf0b55941e8bd8c476b35cdd40b

Thank you!