Hello Fengguang, On Fri, Aug 30, 2013 at 9:03 PM, kbuild test robot <fengguang.wu@xxxxxxxxx> wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git for-next > head: 79d5436027d414c7f51b3ac43cd67ad1a9ea4bc8 > commit: b332b204a3c3694a9232c0d1f84652bfe56f4c53 [12/40] iscsi-target: Convert to per-cpu ida_alloc + ida_free command map > config: make ARCH=alpha allyesconfig > > All error/warnings: > > In file included from drivers/target/iscsi/iscsi_target_util.c:22:0: >>> include/linux/percpu_ida.h:30:2: error: unknown type name 'cpumask_t' > > vim +/cpumask_t +30 include/linux/percpu_ida.h > > 24 * to try stealing from. > 25 * > 26 * It's ok for a freelist to be empty when its bit is set - steal_tags() > 27 * will just keep looking - but the bitmap _must_ be set whenever a > 28 * percpu freelist does have tags. > 29 */ > > 30 cpumask_t cpus_have_tags; > 31 > 32 struct { > 33 spinlock_t lock; > Adding an extra #include <linux/cpumask.h> in include/linux/percpu_ida.h to make the builds for alpha/arc happy. Thank you! --nab > --- > 0-DAY kernel build testing backend Open Source Technology Center > http://lists.01.org/mailman/listinfo/kbuild Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html