mbox series

[GIT,PULL] Smack patches for v5.18

Message ID bf678bae-821c-02ab-042a-004c03d9c334@schaufler-ca.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Smack patches for v5.18 | expand

Pull-request

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

Message

Casey Schaufler March 21, 2022, 4:34 p.m. UTC
Hello Linus,

Here is the Smack pull request for v5.18.

There is a single change to repair an incorrect use of
ntohs() in IPv6 audit code. It's very minor and went unnoticed
until lkp found it. It's been in next and passes all tests.
Thank you.

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a5cd1ab7ab679d252a6d2f483eee7d45ebf2040c:

  Fix incorrect type in assignment of ipv6 port for audit (2022-02-28 15:45:32 -0800)

----------------------------------------------------------------
Smack updates for 5.18
    Fix incorrect type in assignment of ipv6 port for audit

----------------------------------------------------------------
Casey Schaufler (1):
      Fix incorrect type in assignment of ipv6 port for audit

 security/smack/smack_lsm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org March 22, 2022, 3:56 a.m. UTC | #1
The pull request you sent on Mon, 21 Mar 2022 09:34:59 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2c5a5358feff2c1e035a67a9b352c4358e669e5b

Thank you!