The patch titled slim: compilation warning fix has been added to the -mm tree. Its filename is integrity-service-api-and-dummy-provider-compilation-warning-fix.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: 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 @@ -16,6 +16,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 slim-main-patch.patch slim-main-patch-socket_post_create-hook-return-code.patch slim-secfs-patch.patch slim-make-and-config-stuff.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