mbox series

[GIT,PULL] Smack patches for 6.6

Message ID d8c21494-583f-8da2-a2cb-cd5410a13900@schaufler-ca.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Smack patches for 6.6 | expand

Pull-request

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

Message

Casey Schaufler Aug. 29, 2023, 11:44 p.m. UTC
Hello Linus,

Here is the Smack pull request for v6.6.

There are two patches. One is a simple spelling fix. The other is a
bounds check for a very likely underflow. These updates have been in
the next branch and pass all tests. Thank you.

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3ad49d37cf5759c3b8b68d02e3563f633d9c1aee:

  smackfs: Prevent underflow in smk_set_cipso() (2023-08-07 14:09:23 -0700)

----------------------------------------------------------------
Smack updates for v6.6. Two minor fixes.

----------------------------------------------------------------
Dan Carpenter (1):
      smackfs: Prevent underflow in smk_set_cipso()

Tóth János (1):
      security: smack: smackfs: fix typo (lables->labels)

 security/smack/smackfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 30, 2023, 4:34 p.m. UTC | #1
The pull request you sent on Tue, 29 Aug 2023 16:44:24 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/872459663c52f5e8a28c0cb6df08b77d6c24ab46

Thank you!