The patch titled slim: cleanup use of config.h has been removed from the -mm tree. Its filename was slim-secfs-patch-cleanup-use-of-configh.patch This patch was dropped because it was folded into slim-secfs-patch.patch ------------------------------------------------------ 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 slim-main-patch.patch slim-secfs-patch.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-debug-output-slm_set_taskperm-remove-horrible-error-handling-code.patch slim-fix-security-issue-with-the-task_post_setuid-hook.patch slim-secfs-inode-i_private-build-fix.patch slim-documentation.patch panic-on-slim-selinux.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