tree: git://anongit.freedesktop.org/drm-intel drm-intel-nightly head: 0d15e733fab5dd48154dda2bebdacd1d87069d08 commit: 50f0033d1a0f3a8e9eed09ab68067fbb57b0669d [341/365] drm: Add some kselftests for the DRM range manager (struct drm_mm) config: arm-allmodconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 50f0033d1a0f3a8e9eed09ab68067fbb57b0669d # save the attached .config to linux build tree make.cross ARCH=arm All errors (new ones prefixed by >>): >> drivers/gpu/drm//selftests/test-drm_mm.c:58:1: fatal error: opening dependency file drivers/gpu/drm//selftests/.test-drm_mm.o.d: No such file or directory MODULE_LICENSE("GPL"); ^~~~~~~~~~~~~~ compilation terminated. vim +58 drivers/gpu/drm//selftests/test-drm_mm.c 42 43 return err > 0 ? 0 : err; 44 } 45 46 static void __exit test_drm_mm_exit(void) 47 { 48 } 49 50 module_init(test_drm_mm_init); 51 module_exit(test_drm_mm_exit); 52 53 module_param(random_seed, uint, 0400); 54 module_param(max_iterations, uint, 0400); 55 module_param(max_prime, uint, 0400); 56 57 MODULE_AUTHOR("Intel Corporation"); > 58 MODULE_LICENSE("GPL"); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel