mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kylene Jo Hall <kjhall@us.ibm.com>
To: Dave Jones <davej@redhat.com>
Cc: Stephen Smalley <sds@tycho.nsa.gov>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	LSM ML <linux-security-module@vger.kernel.org>,
	Dave Safford <safford@us.ibm.com>, Mimi Zohar <zohar@us.ibm.com>,
	Serge Hallyn <sergeh@us.ibm.com>,
	akpm@osdl.org
Subject: [PATCH] integrity: cleanup use of config.h
Date: Wed, 20 Sep 2006 09:49:08 -0700	[thread overview]
Message-ID: <1158770948.16727.117.camel@localhost.localdomain> (raw)
In-Reply-To: <20060918205412.GA2640@redhat.com>

This patch addresses this comment about the use of config.h in the
integrity .c files. 

On Mon, 2006-09-18 at 16:54 -0400, Dave Jones wrote: 
> You don't need to include config.h any more, kbuild does it for you.
> (Might want to check the other files for the same thing).
> 
> 	Dave

Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
---
security/integrity.c       |    1 -
security/integrity_dummy.c |    1 -
2 files changed, 2 deletions(-)

--- linux-2.6.18-rc6-orig/security/integrity_dummy.c	2006-09-18 16:41:48.000000000 -0500
+++ linux-2.6.18-rc6/security/integrity_dummy.c	2006-09-19 14:33:36.000000000 -0500
@@ -11,7 +11,6 @@
  *      the Free Software Foundation, version 2 of the License.
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
--- linux-2.6.18-rc6-orig/security/integrity.c	2006-09-18 16:41:28.000000000 -0500
+++ linux-2.6.18-rc6/security/integrity.c	2006-09-19 14:33:43.000000000 -0500
@@ -11,7 +11,6 @@
  *      the Free Software Foundation, version 2 of the License.
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/kernel.h>



  parent reply	other threads:[~2006-09-20 16:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-12 17:57 [PATCH 4/7] SLIM: secfs patch Kylene Jo Hall
2006-09-18 20:30 ` Stephen Smalley
2006-09-18 20:50   ` Kylene Jo Hall
2006-09-18 20:54     ` Dave Jones
2006-09-20 16:49       ` [PATCH] slim: cleanup use of config.h Kylene Jo Hall
2006-09-20 16:49       ` Kylene Jo Hall [this message]
2006-09-27 12:30     ` [PATCH 4/7] SLIM: secfs patch Stephen Smalley

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=1158770948.16727.117.camel@localhost.localdomain \
    --to=kjhall@us.ibm.com \
    --cc=akpm@osdl.org \
    --cc=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=safford@us.ibm.com \
    --cc=sds@tycho.nsa.gov \
    --cc=sergeh@us.ibm.com \
    --cc=zohar@us.ibm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome