The patch titled integrity: cleanup use of config.h has been removed from the -mm tree. Its filename was integrity-service-api-and-dummy-provider-cleanup-use-of-configh.patch This patch was dropped because it was folded into integrity-service-api-and-dummy-provider.patch ------------------------------------------------------ Subject: integrity: cleanup use of config.h From: Kylene Jo Hall <kjhall@xxxxxxxxxx> 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@xxxxxxxxxx> Signed-off-by: Mimi Zohar <zohar@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- security/integrity.c | 1 - security/integrity_dummy.c | 1 - 2 files changed, 2 deletions(-) diff -puN security/integrity.c~integrity-service-api-and-dummy-provider-cleanup-use-of-configh security/integrity.c --- a/security/integrity.c~integrity-service-api-and-dummy-provider-cleanup-use-of-configh +++ a/security/integrity.c @@ -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> diff -puN security/integrity_dummy.c~integrity-service-api-and-dummy-provider-cleanup-use-of-configh security/integrity_dummy.c --- a/security/integrity_dummy.c~integrity-service-api-and-dummy-provider-cleanup-use-of-configh +++ a/security/integrity_dummy.c @@ -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> _ 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 integrity-service-api-and-dummy-provider-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-main-patch-fix-bug-with-mm_users-usage.patch slim-main-patch-security-slim-slm_mainc-make-2-functions-static.patch slim-main-include-fix.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-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