All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: cxzhang@us.ibm.com
Cc: jmorris@namei.org, netdev@vger.kernel.org, chrisw@osdl.org,
	herbert@gondor.apana.org.au, sds@tycho.nsa.gov,
	tjaeger@cse.psu.edu, latten@austin.ibm.com, sergeh@us.ibm.com,
	gcwilson@us.ibm.com, czhang.us@gmail.com
Subject: Re: [PATCH 1/1] LSM-IPsec SELinux Authorize (with minor fix)
Date: Thu, 08 Jun 2006 23:53:32 -0700 (PDT)	[thread overview]
Message-ID: <20060608.235332.41879542.davem@davemloft.net> (raw)
In-Reply-To: <20060608.234003.18579552.davem@davemloft.net>

From: David Miller <davem@davemloft.net>
Date: Thu, 08 Jun 2006 23:40:03 -0700 (PDT)

> From: Xiaolan Zhang <cxzhang@us.ibm.com>
> Date: Tue, 6 Jun 2006 10:55:58 -0400
> 
> > Singned-off-by: Catherine Zhang <cxzhang@watson.ibm.com>
> > 
> > James, is this enough or do I need to modify the original patch to add the 
> > above line?  The code was taken from various pieces of patches originally 
> > from Trent and merged/modified by me.  Let me know what else I need to do.
> 
> That's good enough for me, patch applied, thanks a lot.

BTW, can I ask you SELINUX folks to at least attempt to do
a build with SELINUX disabled when you submit networking
changes to me?  It would save me a lot of time, this one
failed with:

net/xfrm/xfrm_user.c: In function ^[$,1rx^[(Bxfrm_del_sa^[$,1ry^[(B:
net/xfrm/xfrm_user.c:430: warning: passing argument 1 of ^[$,1rx^[(Bsecurity_xfrm_state_delete^[$,1ry^[(B from incompatible pointer type
net/xfrm/xfrm_user.c:430: warning: suggest parentheses around assignment used as truth value
net/xfrm/xfrm_user.c: In function ^[$,1rx^[(Bxfrm_get_policy^[$,1ry^[(B:
net/xfrm/xfrm_user.c:1060: warning: suggest parentheses around assignment used as truth value

because the nop implementation of security_xfrm_state_delete()
was declared to take an xfrm_policy instead of an xfrm_state.

I've fixed all of this up, but please test this stuff out next
time around.  Thanks a lot.

      reply	other threads:[~2006-06-09  6:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-06  4:38 [PATCH 1/1] LSM-IPsec SELinux Authorize (with minor fix) Catherine Zhang
2006-06-06  4:51 ` James Morris
2006-06-06  5:37 ` James Morris
2006-06-06  5:49   ` David Miller
2006-06-06 14:55   ` Xiaolan Zhang
2006-06-09  6:40     ` David Miller
2006-06-09  6:53       ` David Miller [this message]

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=20060608.235332.41879542.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=chrisw@osdl.org \
    --cc=cxzhang@us.ibm.com \
    --cc=czhang.us@gmail.com \
    --cc=gcwilson@us.ibm.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=jmorris@namei.org \
    --cc=latten@austin.ibm.com \
    --cc=netdev@vger.kernel.org \
    --cc=sds@tycho.nsa.gov \
    --cc=sergeh@us.ibm.com \
    --cc=tjaeger@cse.psu.edu \
    /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.