mbox series

[GIT,PULL] Security subsystem fixes for v5.8

Message ID alpine.LRH.2.21.2006300659080.10756@namei.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Security subsystem fixes for v5.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git tags/fixes-v5.8-rc3-a

Message

James Morris June 29, 2020, 9 p.m. UTC
Please pull (now using signed tags).

The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:

  Linux 5.8-rc2 (2020-06-21 15:45:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git tags/fixes-v5.8-rc3-a

for you to fetch changes up to 23e390cdbe6f85827a43d38f9288dcd3066fa376:

  security: Fix hook iteration and default value for inode_copy_up_xattr (2020-06-23 16:39:23 -0700)

----------------------------------------------------------------
Two simple fixes for v5.8:

1) Fix hook iteration and default value for inode_copy_up_xattr
	from KP Singh <kpsingh@google.com>

2) Fix the key_permission LSM hook function type
	from Sami Tolvanen <samitolvanen@google.com>

----------------------------------------------------------------
KP Singh (1):
      security: Fix hook iteration and default value for inode_copy_up_xattr

Sami Tolvanen (1):
      security: fix the key_permission LSM hook function type

 include/linux/lsm_hook_defs.h |  4 ++--
 security/security.c           | 17 ++++++++++++++++-
 2 files changed, 18 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org July 1, 2020, 7:10 p.m. UTC | #1
The pull request you sent on Tue, 30 Jun 2020 07:00:03 +1000 (AEST):

> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git tags/fixes-v5.8-rc3-a

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/615bc218d628d90a3afebcfa772aa41865acd301

Thank you!