The patch titled slim: compilation warning fix has been removed from the -mm tree. Its filename was integrity-service-api-and-dummy-provider-compilation-warning-fix.patch This patch was dropped because it was folded into integrity-service-api-and-dummy-provider.patch ------------------------------------------------------ Subject: slim: compilation warning fix From: Kylene Jo Hall <kjhall@xxxxxxxxxx> There is a warning when compiling the intergity_dummy.c file about vfs_getxattr not being defined. This patch fixes that by adding the xattr.h include file. Signed-off-by: Mimi Zohar <zohar@xxxxxxxxxx> Signed-off-by: Kylene Hall <kjhall@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- security/integrity_dummy.c | 1 + 1 files changed, 1 insertion(+) diff -puN security/integrity_dummy.c~integrity-service-api-and-dummy-provider-compilation-warning-fix security/integrity_dummy.c --- a/security/integrity_dummy.c~integrity-service-api-and-dummy-provider-compilation-warning-fix +++ a/security/integrity_dummy.c @@ -15,6 +15,7 @@ #include <linux/init.h> #include <linux/kernel.h> #include <linux/integrity.h> +#include <linux/xattr.h> /* * Return the extended attribute _ 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-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