Re: [GIT PULL] Security subsystem: Smack updates for v5.2

2019-05-09 Thread pr-tracker-bot
The pull request you sent on Fri, 10 May 2019 03:28:49 +1000 (AEST):

> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git 
> next-smack

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/800c608c976c3f0a6d02ed7fbc600f1f6962ac73

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


Re: [GIT PULL] Security subsystem: Smack updates for v5.2

2019-05-09 Thread Linus Torvalds
On Thu, May 9, 2019 at 10:28 AM James Morris  wrote:
>
> From Casey: "There's one bug fix for IPv6 handling and two memory use
> improvements."
>
> Plus a couple of further bugfixes.

I'm going to stop pulling these silly security subsystem "contains
just about as many merges as regular commits" branches starting next
merge window.

Security subsystem guys: just send your pull requests to me directly.
The history is illegible with the completely random pulls in the
middle, and I'm having a hard time editing sane merge messages with
quotes from submaintainers mixed up with other quotes.

This subsystem isn't working. I'm already taking SElinux, audit and
apparmor updates directly from the submaintainers, I'd ratehr just
take the smack updates and the TPM ones that way too. Because this is
just adding confusion as things are now.

I've pulled this, just to not cause extra confusion this merge window,
so this is just a heads-up for the future.

   Linus


[GIT PULL] Security subsystem: Smack updates for v5.2

2019-05-09 Thread James Morris
>From Casey: "There's one bug fix for IPv6 handling and two memory use 
improvements."

Plus a couple of further bugfixes.

The following changes since commit fe9fd2ef383c2f5883fcd3f7adce0de9ce2556ff:

  Revert "security: inode: fix a missing check for securityfs_create_file" 
(2019-04-10 14:59:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git 
next-smack

for you to fetch changes up to 8d31a5c35ed179825a2145881ad7cd8f9907d94b:

  Merge branch 'smack-for-5.2-b' of https://github.com/cschaufler/next-smack 
into next-smack (2019-05-06 20:24:51 -0700)


Casey Schaufler (3):
  Smack: Create smack_rule cache to optimize memory usage
  Smack: Fix IPv6 handling of 0 secmark
  Smack: Fix kbuild reported build error

James Morris (3):
  Merge branch 'smack-for-5.2' of https://github.com/cschaufler/next-smack 
into next-smack
  Merge branch 'smack-for-5.2-b' of 
https://github.com/cschaufler/next-smack into next-smack
  Merge branch 'smack-for-5.2-b' of 
https://github.com/cschaufler/next-smack into next-smack

Tetsuo Handa (1):
  smack: Check address length before reading address family

Vishal Goel (1):
  smack: removal of global rule list

 security/smack/smack.h |  1 +
 security/smack/smack_lsm.c | 34 +++-
 security/smack/smackfs.c   | 55 ++
 3 files changed, 45 insertions(+), 45 deletions(-)