The patch titled slim: cleanup use of config.h has been added to the -mm tree. Its filename is slim-secfs-patch-cleanup-use-of-configh.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: slim: cleanup use of config.h From: Kylene Jo Hall <kjhall@xxxxxxxxxx> The following patch addresses this comment to clean up the use of config.h in the slim .c files. On Mon, 2006-09-18 at 16:54 -0400, Dave Jones wrote: > > > > + > > > > +#include <asm/uaccess.h> > > > > +#include <linux/config.h> > > 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@xxxxxxxxxx> Signed-off-by: Mimi Zohar <zohar@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- security/slim/slm_main.c | 1 - security/slim/slm_secfs.c | 1 - 2 files changed, 2 deletions(-) diff -puN security/slim/slm_main.c~slim-secfs-patch-cleanup-use-of-configh security/slim/slm_main.c --- a/security/slim/slm_main.c~slim-secfs-patch-cleanup-use-of-configh +++ a/security/slim/slm_main.c @@ -11,7 +11,6 @@ */ #include <linux/mman.h> -#include <linux/config.h> #include <linux/kernel.h> #include <linux/security.h> #include <linux/integrity.h> diff -puN security/slim/slm_secfs.c~slim-secfs-patch-cleanup-use-of-configh security/slim/slm_secfs.c --- a/security/slim/slm_secfs.c~slim-secfs-patch-cleanup-use-of-configh +++ a/security/slim/slm_secfs.c @@ -11,7 +11,6 @@ */ #include <asm/uaccess.h> -#include <linux/config.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/security.h> _ Patches currently in -mm which might be from kjhall@xxxxxxxxxx are mprotect-patch-for-use-by-slim.patch integrity-service-api-and-dummy-provider.patch integrity-service-api-and-dummy-provider-cleanup-use-of-configh.patch integrity-service-api-and-dummy-provider-compilation-warning-fix.patch slim-main-patch.patch slim-main-patch-socket_post_create-hook-return-code.patch slim-main-patch-misc-cleanups-requested-at-inclusion-time.patch slim-main-patch-handle-failure-to-register.patch slim-secfs-patch.patch slim-secfs-patch-slim-correct-use-of-snprintf.patch slim-secfs-patch-cleanup-use-of-configh.patch slim-make-and-config-stuff.patch slim-make-and-config-stuff-makefile-fix.patch slim-debug-output.patch slim-fix-security-issue-with-the-task_post_setuid-hook.patch slim-secfs-inode-i_private-build-fix.patch slim-documentation.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html