All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Moore <paul@paul-moore.com>
To: James Morris <jmorris@namei.org>
Cc: linux-security-module@vger.kernel.org, selinux@tycho.nsa.gov
Subject: Re: [GIT PULL] SELinux patches for 4.1
Date: Mon, 06 Apr 2015 20:43:31 -0400	[thread overview]
Message-ID: <47618041.M4z7H003Sc@sifl> (raw)
In-Reply-To: <alpine.LRH.2.11.1504070004170.7027@namei.org>

On Tuesday, April 07, 2015 12:04:59 AM James Morris wrote:
> On Mon, 6 Apr 2015, Paul Moore wrote:
> > You know James, we could probably shorten this process tremendously if you
> > could respond with a sentence or two instead of a single word :-)
> > 
> > So you didn't pull the SELinux tree, is that because you simply haven't
> > had time yet? Or is it because you don't like something in the tree? If
> > the latter, can you expand upon what you don't like so I can remedy it?
> 
> I haven't pulled from it because you still have a patch in there which is
> in Linus' tree.

See, that wasn't so hard to type out :)

Removed the patch, it should now just contain the five patches described at 
the start, and shown again below.  It's based again the current security#next 
branch so there should be no problems, at least there haven't been in my test 
pulls.

On Tuesday, April 07, 2015 12:09:56 AM James Morris wrote:
> You should be working downstream from my next branch.  When I pull from
> you, it should merge cleanly.

I am working downstream from your next branch (the selinux#upstream branch is 
based on security#next), I have been for some time now.  I've posted online 
how I manage the SELinux tree (and audit tree if that matters) and if there 
are any changes I post updates; here it is in case you're curious:

  1. Create a new branch, stable-X.XX, set to the upstream branch that
     was sent during the merge window.

  2. Reset the next branch to the upstream branch that was sent during
     the merge window.

  3. Accept new features into the next branch and fixes into the
     stable-X.XX branch.

  4. As necessary, merge stable-X.XX into upstream and send pull
     requests upstream.

  5. When vX.XX is released, merge next into upstream and send a pull
     request for the upstream branch.  Leave stable-3.XX untouched for
     future stable fixes.

  6. Goto step #1.

It might be helpful if you posted how you manage the security tree.

---
The following changes since commit 4f9a60f5c7e74f3e413a1ede1e8b959d01df4e57:

  Merge branch 'smack-for-4.1' of git://github.com/cschaufler/smack-next into 
    next (2015-04-02 11:03:58 +1100)

are available in the git repository at:

  git://git.infradead.org/users/pcmoore/selinux upstream

for you to fetch changes up to cf7b6c0205f11cdb015384244c0b423b00e35c69:

  selinux: increase avtab max buckets (2015-04-06 20:16:23 -0400)

----------------------------------------------------------------
Jeff Vander Stoep (1):
      selinux: remove unnecessary pointer reassignment

John Brooks (1):
      selinux: Use a better hash function for avtab

Paul Moore (1):
      selinux: reconcile security_netlbl_secattr_to_sid() and
               mls_import_netlbl_cat()

Stephen Smalley (2):
      selinux: convert avtab hash table to flex_array
      selinux: increase avtab max buckets

 security/selinux/avc.c         |  6 ++--
 security/selinux/ss/avtab.c    | 72 ++++++++++++++++++++++++++++++---------
 security/selinux/ss/avtab.h    |  8 +++--
 security/selinux/ss/mls.c      | 10 ++----
 security/selinux/ss/services.c |  6 +---
 5 files changed, 67 insertions(+), 35 deletions(-)

-- 
paul moore
www.paul-moore.com

  parent reply	other threads:[~2015-04-07  0:44 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-02  2:49 [GIT PULL] SELinux patches for 4.1 Paul Moore
2015-04-02 12:32 ` James Morris
2015-04-02 21:18   ` Paul Moore
2015-04-03  2:45     ` James Morris
2015-04-03  9:04       ` Paul Moore
2015-04-03 15:07         ` James Morris
2015-04-03 22:22           ` Paul Moore
2015-04-04  0:49             ` James Morris
2015-04-04  2:36               ` Paul Moore
2015-04-05 23:14                 ` James Morris
2015-04-06 12:48                   ` Paul Moore
2015-04-06 14:04                     ` James Morris
2015-04-06 14:09                       ` James Morris
2015-04-07  0:43                       ` Paul Moore [this message]
2015-04-08 10:57                         ` James Morris
2015-04-08 11:04                           ` Paul Moore
2015-04-13  1:46                             ` James Morris
2015-04-23 22:06                               ` Paul Moore
2015-04-24  0:24                                 ` James Morris
2015-04-24 14:53                                   ` Paul Moore
2015-04-24 16:20                                     ` Casey Schaufler
2015-04-26 21:22                                       ` Paul Moore
2015-04-27  5:28                                         ` James Morris
2015-04-28 23:53                                           ` Mimi Zohar
2015-05-02 15:03                                             ` secilc bug Dominick Grift
2015-05-03 10:50                                               ` Dominick Grift
2015-05-04 15:19                                                 ` James Carter
2015-05-04 15:33                                                   ` Steve Lawrence
2015-05-04 15:44                                                     ` Dominick Grift
2015-05-04 15:46                                                       ` Dominick Grift
2015-05-04 15:37                                                   ` Dominick Grift
2015-08-03 19:21                                               ` Dominick Grift
2015-04-27  5:28                                     ` [GIT PULL] SELinux patches for 4.1 James Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47618041.M4z7H003Sc@sifl \
    --to=paul@paul-moore.com \
    --cc=jmorris@namei.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=selinux@tycho.nsa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.