Hi Chris, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on v4.16-rc7 next-20180328] [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/Chris-Wilson/drm-i915-selftests-Add-basic-sanitychecks-for-execlists/20180329-183934 base: git://anongit.freedesktop.org/drm-intel for-linux-next config: i386-randconfig-x011-201812 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 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/i915/intel_lrc.c:2547:0: drivers/gpu/drm/i915/selftests/intel_lrc.c: In function 'wedge_me': >> drivers/gpu/drm/i915/selftests/intel_lrc.c:176:2: error: implicit declaration of function 'GEM_TRACE_DUMP'; did you mean 'GEM_TRACE'? [-Werror=implicit-function-declaration] GEM_TRACE_DUMP(); ^~~~~~~~~~~~~~ GEM_TRACE cc1: all warnings being treated as errors vim +176 drivers/gpu/drm/i915/selftests/intel_lrc.c 168 169 static void wedge_me(struct work_struct *work) 170 { 171 struct wedge_me *w = container_of(work, typeof(*w), work.work); 172 173 pr_err("%pS timed out, cancelling all further testing.\n", w->symbol); 174 175 GEM_TRACE("%pS timed out.\n", w->symbol); > 176 GEM_TRACE_DUMP(); 177 178 i915_gem_set_wedged(w->i915); 179 } 180 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx