Hi Oren, until you rebase onto a newer Linus tree (which has this fix), I still need this patch in order for s390 to compile. Can you keep it in the patchset for now? ----- Forwarded message from "Serge E. Hallyn" <serue@xxxxxxxxxx> ----- Date: Fri, 29 May 2009 17:32:48 -0500 From: "Serge E. Hallyn" <serue@xxxxxxxxxx> To: Oren Laadan <orenl@xxxxxxxxxxxxxxx> Cc: Linux Containers <containers@xxxxxxxxxxxxxx>, Alexey Dobriyan <adobriyan@xxxxxxxxx>, Andrew Morgan <morgan@xxxxxxxxxx>, David Howells <dhowells@xxxxxxxxxx>, linux-security-module@xxxxxxxxxxxxxxx Subject: [PATCH 1/9] cred: #include init.h in cred.h cred.h can't be included as first header because it uses __init and doesn't include init.h which is enough to break compilation on at least ia64. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> --- include/linux/cred.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/cred.h b/include/linux/cred.h index 3282ee4..4fa9996 100644 --- a/include/linux/cred.h +++ b/include/linux/cred.h @@ -13,6 +13,7 @@ #define _LINUX_CRED_H #include <linux/capability.h> +#include <linux/init.h> #include <linux/key.h> #include <asm/atomic.h> -- 1.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html ----- End forwarded message ----- _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers