mbox series

[GIT,PULL] Smack patches for v5.16

Message ID b3e4f10f-b065-68fc-957d-92c65a5c7193@schaufler-ca.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Smack patches for v5.16 | expand

Pull-request

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

Message

Casey Schaufler Nov. 1, 2021, 10:46 p.m. UTC
Hello Linus,

Here is the Smack pull request for v5.16.

There is a change for overlayfs support that corrects
the initial attributes on created files. There is
code clean-up for netlabel processing. There are several
fixes in smackfs for a variety of reasons. Errors reported
by W=1 have been addressed. All told, nothing challenging.

I am attempting a revised email setup. Hopefully this will
address the issues I've had with previous pull requests.
Sorry for the multiple copies I've sent. I am trying to
work this out.


--
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0934ad42bb2c5df90a1b9de690f93de735b622fe:

  smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi (2021-10-22 08:46:53 -0700)

----------------------------------------------------------------
Smack changes for 5.16

Multiple corrections to smackfs.
W=1 fixes
Fix for overlayfs.

----------------------------------------------------------------
Casey Schaufler (1):
      Smack: fix W=1 build warnings

Florian Westphal (1):
      smack: remove duplicated hook function

Pawan Gupta (1):
      smackfs: Fix use-after-free in netlbl_catmap_walk()

Sebastian Andrzej Siewior (1):
      smack: Guard smack_ipv6_lock definition within a SMACK_IPV6_PORT_LABELING block

Tetsuo Handa (2):
      smackfs: use __GFP_NOFAIL for smk_cipso_doi()
      smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi

Vishal Goel (1):
      Smack:- Use overlay inode label in smack_inode_copy_up()

 security/smack/smack_lsm.c       | 41 ++++++++++++++++++++++++----------------
 security/smack/smack_netfilter.c | 26 +++----------------------
 security/smack/smackfs.c         | 11 ++++++-----
 3 files changed, 34 insertions(+), 44 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 2, 2021, 12:51 a.m. UTC | #1
The pull request you sent on Mon, 1 Nov 2021 15:46:54 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6f2b76a4a384e05ac8d3349831f29dff5de1e1e2

Thank you!