lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 1 Aug 2022 13:13:20 -0700
From:   Casey Schaufler <casey@...aufler-ca.com>
To:     torvalds@...ux-foundation.org
Cc:     LSM List <linux-security-module@...r.kernel.org>,
        Linux kernel mailing list <linux-kernel@...r.kernel.org>,
        casey@...aufler-ca.com
Subject: [GIT PULL] Smack patches for v6.0

Hello Linus,

Here is the Smack pull request for v6.0.

There are two minor code clean-ups. One removes a touch of
dead code and the other replaces an instance of kzalloc + strncpy
with kstrndup. The changes have been in next and pass all tests.
Thank you.

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to aa16fb4b9e7e1057008d999138e7ae68a40bf167:

  smack: Remove the redundant lsm_inode_alloc (2022-08-01 11:26:09 -0700)

----------------------------------------------------------------
Two minor code clean-ups for Smack.

----------------------------------------------------------------
GONG, Ruiqi (1):
      smack: Replace kzalloc + strncpy with kstrndup

Xiu Jianfeng (1):
      smack: Remove the redundant lsm_inode_alloc

 security/smack/smack_access.c | 7 ++-----
 security/smack/smack_lsm.c    | 7 -------
 2 files changed, 2 insertions(+), 12 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ