Hi James, Today's linux-next merge of the security tree got a conflict in init/main.c between commit 87fb64a6c1f7 ("take the targets of /proc/*/ns/* symlinks to separate fs") from the vfs tree and commit c9cd2ce2bc63 ("integrity: provide a hook to load keys when rootfs is ready") from the security tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc init/main.c index 40240c8e31e8,9fc795fe4b3b..000000000000 --- a/init/main.c +++ b/init/main.c @@@ -78,7 -78,7 +78,8 @@@ #include #include #include +#include + #include #include #include