Hi Laurent, I love your patch! Yet something to improve: [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.15-rc8 next-20180119] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Laurent-Pinchart/Cargo-cult-cleanup-in-atomic-drivers/20180120-183018 base: git://people.freedesktop.org/~airlied/linux.git drm-next config: i386-randconfig-n0-201802 (attached as .config) compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): In file included from drivers/gpu/drm/msm/msm_gpu.h:24:0, from drivers/gpu/drm/msm/adreno/adreno_gpu.h:25, from drivers/gpu/drm/msm/adreno/adreno_device.c:21: >> drivers/gpu/drm/msm/msm_drv.h:35:10: fatal error: asm/sizes.h: No such file or directory #include <asm/sizes.h> ^~~~~~~~~~~~~ compilation terminated. vim +35 drivers/gpu/drm/msm/msm_drv.h c8afe684 Rob Clark 2013-06-26 20 c8afe684 Rob Clark 2013-06-26 21 #include <linux/kernel.h> c8afe684 Rob Clark 2013-06-26 22 #include <linux/clk.h> c8afe684 Rob Clark 2013-06-26 23 #include <linux/cpufreq.h> c8afe684 Rob Clark 2013-06-26 24 #include <linux/module.h> 060530f1 Rob Clark 2014-03-03 25 #include <linux/component.h> c8afe684 Rob Clark 2013-06-26 26 #include <linux/platform_device.h> c8afe684 Rob Clark 2013-06-26 27 #include <linux/pm.h> c8afe684 Rob Clark 2013-06-26 28 #include <linux/pm_runtime.h> c8afe684 Rob Clark 2013-06-26 29 #include <linux/slab.h> c8afe684 Rob Clark 2013-06-26 30 #include <linux/list.h> c8afe684 Rob Clark 2013-06-26 31 #include <linux/iommu.h> c8afe684 Rob Clark 2013-06-26 32 #include <linux/types.h> 3d6df062 Archit Taneja 2015-06-09 33 #include <linux/of_graph.h> e9fbdaf2 Archit Taneja 2015-11-18 34 #include <linux/of_device.h> c8afe684 Rob Clark 2013-06-26 @35 #include <asm/sizes.h> c8afe684 Rob Clark 2013-06-26 36 :::::: The code at line 35 was first introduced by commit :::::: c8afe684c95cd17cf4f273d81af369a0fdfa5a74 drm/msm: basic KMS driver for snapdragon :::::: TO: Rob Clark <robdclark@xxxxxxxxx> :::::: CC: Rob Clark <robdclark@xxxxxxxxx> --- 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