Hi James, Today's linux-next merge of the scsi tree got a conflict in drivers/target/target_core_user.c between commit 5538d294dd66 ("treewide: Add missing vmalloc.h inclusion") from the net-next tree and commit 7ad09a15e76b ("target: Minimize SCSI header #include directives") from the scsi 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 drivers/target/target_core_user.c index edc955558250,21b438ec4700..000000000000 --- a/drivers/target/target_core_user.c +++ b/drivers/target/target_core_user.c @@@ -19,13 -19,13 +19,14 @@@ #include #include #include + #include #include #include +#include - #include - #include #include #include + #include + #include #include #include #include