== Series Details == Series: drm/i915/execlists: Leave tell-tales as to why pending[] is bad URL : https://patchwork.freedesktop.org/series/67786/ State : success == Summary == CI Bug Log - changes from CI_DRM_7043 -> Patchwork_14726 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14726/index.html Known issues ------------ Here are the changes found in Patchwork_14726 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_linear_blits@basic: - fi-icl-u3: [PASS][1] -> [DMESG-WARN][2] ([fdo#107724]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7043/fi-icl-u3/igt@gem_linear_blits@xxxxxxxxxx [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14726/fi-icl-u3/igt@gem_linear_blits@xxxxxxxxxx * igt@i915_module_load@reload: - fi-blb-e6850: [PASS][3] -> [INCOMPLETE][4] ([fdo#107718]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7043/fi-blb-e6850/igt@i915_module_load@xxxxxxxxxxx [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14726/fi-blb-e6850/igt@i915_module_load@xxxxxxxxxxx #### Possible fixes #### * igt@gem_mmap_gtt@basic-copy: - fi-icl-u3: [DMESG-WARN][5] ([fdo#107724]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7043/fi-icl-u3/igt@gem_mmap_gtt@xxxxxxxxxxxxxxx [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14726/fi-icl-u3/igt@gem_mmap_gtt@xxxxxxxxxxxxxxx * igt@gem_sync@basic-many-each: - {fi-tgl-u}: [INCOMPLETE][7] ([fdo#111880]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7043/fi-tgl-u/igt@gem_sync@xxxxxxxxxxxxxxxxxxxx [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14726/fi-tgl-u/igt@gem_sync@xxxxxxxxxxxxxxxxxxxx {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#111880]: https://bugs.freedesktop.org/show_bug.cgi?id=111880 Participating hosts (54 -> 45) ------------------------------ Missing (9): fi-ilk-m540 fi-hsw-4200u fi-tgl-u2 fi-byt-squawks fi-bsw-cyan fi-icl-y fi-bdw-samus fi-byt-clapper fi-skl-6600u Build changes ------------- * CI: CI-20190529 -> None * Linux: CI_DRM_7043 -> Patchwork_14726 CI-20190529: 20190529 CI_DRM_7043: ed6c47dff498138cd3494c95a107c5787094b0b9 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5219: e501741f2e2b086a8c55d9f278c630ce68ad5fe1 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_14726: 4a8b6f2f5d98f942912702c1258883066e0d97e6 @ git://anongit.freedesktop.org/gfx-ci/linux == Kernel 32bit build == Warning: Kernel 32bit buildtest failed: https://intel-gfx-ci.01.org/Patchwork_14726/build_32bit.log CALL scripts/checksyscalls.sh CALL scripts/atomic/check-atomics.sh CHK include/generated/compile.h AR drivers/gpu/drm/i915/built-in.a CC [M] drivers/gpu/drm/i915/gt/intel_lrc.o In file included from ./include/linux/printk.h:7:0, from ./include/linux/kernel.h:15, from ./include/linux/interrupt.h:6, from drivers/gpu/drm/i915/gt/intel_lrc.c:134: drivers/gpu/drm/i915/gt/intel_lrc.c: In function ‘assert_pending_valid’: ./include/linux/kern_levels.h:5:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Werror=format=] #define KERN_SOH "\001" /* ASCII Start Of Header */ ^ ./include/linux/kern_levels.h:11:18: note: in expansion of macro ‘KERN_SOH’ #define KERN_ERR KERN_SOH "3" /* error conditions */ ^~~~~~~~ ./include/linux/printk.h:304:9: note: in expansion of macro ‘KERN_ERR’ printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~ ./drivers/gpu/drm/i915/i915_gem.h:67:33: note: in expansion of macro ‘pr_err’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1154:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Duplicate context in pending[%ld]\n", ^~~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1154:50: note: format string is defined here GEM_TRACE_ERR("Duplicate context in pending[%ld]\n", ~~^ %d In file included from ./include/linux/interrupt.h:6:0, from drivers/gpu/drm/i915/gt/intel_lrc.c:134: drivers/gpu/drm/i915/gt/intel_lrc.c:1154:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Werror=format=] GEM_TRACE_ERR("Duplicate context in pending[%ld]\n", ^ port - execlists->pending); ~~~~~~~~~~~~~~~~~~~ ./include/linux/kernel.h:679:33: note: in definition of macro ‘__trace_printk_check_format’ ____trace_printk_check_format(fmt, ##args); \ ^~~ ./include/linux/kernel.h:716:3: note: in expansion of macro ‘do_trace_printk’ do_trace_printk(fmt, ##__VA_ARGS__); \ ^~~~~~~~~~~~~~~ ./drivers/gpu/drm/i915/i915_gem.h:67:54: note: in expansion of macro ‘trace_printk’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1154:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Duplicate context in pending[%ld]\n", ^~~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1154:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int’ [-Werror=format=] GEM_TRACE_ERR("Duplicate context in pending[%ld]\n", ^ port - execlists->pending); ~~~~~~~~~~~~~~~~~~~ ./include/linux/kernel.h:732:29: note: in definition of macro ‘do_trace_printk’ __trace_printk(_THIS_IP_, fmt, ##args); \ ^~~ ./drivers/gpu/drm/i915/i915_gem.h:67:54: note: in expansion of macro ‘trace_printk’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1154:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Duplicate context in pending[%ld]\n", ^~~~~~~~~~~~~ In file included from ./include/linux/printk.h:7:0, from ./include/linux/kernel.h:15, from ./include/linux/interrupt.h:6, from drivers/gpu/drm/i915/gt/intel_lrc.c:134: ./include/linux/kern_levels.h:5:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Werror=format=] #define KERN_SOH "\001" /* ASCII Start Of Header */ ^ ./include/linux/kern_levels.h:11:18: note: in expansion of macro ‘KERN_SOH’ #define KERN_ERR KERN_SOH "3" /* error conditions */ ^~~~~~~~ ./include/linux/printk.h:304:9: note: in expansion of macro ‘KERN_ERR’ printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~ ./drivers/gpu/drm/i915/i915_gem.h:67:33: note: in expansion of macro ‘pr_err’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1164:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Inactive context in pending[%ld]\n", ^~~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1164:49: note: format string is defined here GEM_TRACE_ERR("Inactive context in pending[%ld]\n", ~~^ %d In file included from ./include/linux/interrupt.h:6:0, from drivers/gpu/drm/i915/gt/intel_lrc.c:134: drivers/gpu/drm/i915/gt/intel_lrc.c:1164:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Werror=format=] GEM_TRACE_ERR("Inactive context in pending[%ld]\n", ^ port - execlists->pending); ~~~~~~~~~~~~~~~~~~~ ./include/linux/kernel.h:679:33: note: in definition of macro ‘__trace_printk_check_format’ ____trace_printk_check_format(fmt, ##args); \ ^~~ ./include/linux/kernel.h:716:3: note: in expansion of macro ‘do_trace_printk’ do_trace_printk(fmt, ##__VA_ARGS__); \ ^~~~~~~~~~~~~~~ ./drivers/gpu/drm/i915/i915_gem.h:67:54: note: in expansion of macro ‘trace_printk’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1164:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Inactive context in pending[%ld]\n", ^~~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1164:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int’ [-Werror=format=] GEM_TRACE_ERR("Inactive context in pending[%ld]\n", ^ port - execlists->pending); ~~~~~~~~~~~~~~~~~~~ ./include/linux/kernel.h:732:29: note: in definition of macro ‘do_trace_printk’ __trace_printk(_THIS_IP_, fmt, ##args); \ ^~~ ./drivers/gpu/drm/i915/i915_gem.h:67:54: note: in expansion of macro ‘trace_printk’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1164:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Inactive context in pending[%ld]\n", ^~~~~~~~~~~~~ In file included from ./include/linux/printk.h:7:0, from ./include/linux/kernel.h:15, from ./include/linux/interrupt.h:6, from drivers/gpu/drm/i915/gt/intel_lrc.c:134: ./include/linux/kern_levels.h:5:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Werror=format=] #define KERN_SOH "\001" /* ASCII Start Of Header */ ^ ./include/linux/kern_levels.h:11:18: note: in expansion of macro ‘KERN_SOH’ #define KERN_ERR KERN_SOH "3" /* error conditions */ ^~~~~~~~ ./include/linux/printk.h:304:9: note: in expansion of macro ‘KERN_ERR’ printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~ ./drivers/gpu/drm/i915/i915_gem.h:67:33: note: in expansion of macro ‘pr_err’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1170:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Unpinned context in pending[%ld]\n", ^~~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1170:49: note: format string is defined here GEM_TRACE_ERR("Unpinned context in pending[%ld]\n", ~~^ %d In file included from ./include/linux/interrupt.h:6:0, from drivers/gpu/drm/i915/gt/intel_lrc.c:134: drivers/gpu/drm/i915/gt/intel_lrc.c:1170:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Werror=format=] GEM_TRACE_ERR("Unpinned context in pending[%ld]\n", ^ port - execlists->pending); ~~~~~~~~~~~~~~~~~~~ ./include/linux/kernel.h:679:33: note: in definition of macro ‘__trace_printk_check_format’ ____trace_printk_check_format(fmt, ##args); \ ^~~ ./include/linux/kernel.h:716:3: note: in expansion of macro ‘do_trace_printk’ do_trace_printk(fmt, ##__VA_ARGS__); \ ^~~~~~~~~~~~~~~ ./drivers/gpu/drm/i915/i915_gem.h:67:54: note: in expansion of macro ‘trace_printk’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1170:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Unpinned context in pending[%ld]\n", ^~~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1170:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int’ [-Werror=format=] GEM_TRACE_ERR("Unpinned context in pending[%ld]\n", ^ port - execlists->pending); ~~~~~~~~~~~~~~~~~~~ ./include/linux/kernel.h:732:29: note: in definition of macro ‘do_trace_printk’ __trace_printk(_THIS_IP_, fmt, ##args); \ ^~~ ./drivers/gpu/drm/i915/i915_gem.h:67:54: note: in expansion of macro ‘trace_printk’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1170:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Unpinned context in pending[%ld]\n", ^~~~~~~~~~~~~ In file included from ./include/linux/printk.h:7:0, from ./include/linux/kernel.h:15, from ./include/linux/interrupt.h:6, from drivers/gpu/drm/i915/gt/intel_lrc.c:134: ./include/linux/kern_levels.h:5:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Werror=format=] #define KERN_SOH "\001" /* ASCII Start Of Header */ ^ ./include/linux/kern_levels.h:11:18: note: in expansion of macro ‘KERN_SOH’ #define KERN_ERR KERN_SOH "3" /* error conditions */ ^~~~~~~~ ./include/linux/printk.h:304:9: note: in expansion of macro ‘KERN_ERR’ printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~ ./drivers/gpu/drm/i915/i915_gem.h:67:33: note: in expansion of macro ‘pr_err’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1176:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Unpinned ringbuffer in pending[%ld]\n", ^~~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1176:52: note: format string is defined here GEM_TRACE_ERR("Unpinned ringbuffer in pending[%ld]\n", ~~^ %d In file included from ./include/linux/interrupt.h:6:0, from drivers/gpu/drm/i915/gt/intel_lrc.c:134: drivers/gpu/drm/i915/gt/intel_lrc.c:1176:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Werror=format=] GEM_TRACE_ERR("Unpinned ringbuffer in pending[%ld]\n", ^ port - execlists->pending); ~~~~~~~~~~~~~~~~~~~ ./include/linux/kernel.h:679:33: note: in definition of macro ‘__trace_printk_check_format’ ____trace_printk_check_format(fmt, ##args); \ ^~~ ./include/linux/kernel.h:716:3: note: in expansion of macro ‘do_trace_printk’ do_trace_printk(fmt, ##__VA_ARGS__); \ ^~~~~~~~~~~~~~~ ./drivers/gpu/drm/i915/i915_gem.h:67:54: note: in expansion of macro ‘trace_printk’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1176:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Unpinned ringbuffer in pending[%ld]\n", ^~~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1176:18: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int’ [-Werror=format=] GEM_TRACE_ERR("Unpinned ringbuffer in pending[%ld]\n", ^ port - execlists->pending); ~~~~~~~~~~~~~~~~~~~ ./include/linux/kernel.h:732:29: note: in definition of macro ‘do_trace_printk’ __trace_printk(_THIS_IP_, fmt, ##args); \ ^~~ ./drivers/gpu/drm/i915/i915_gem.h:67:54: note: in expansion of macro ‘trace_printk’ #define GEM_TRACE_ERR(...) do { pr_err(__VA_ARGS__); trace_printk(__VA_ARGS__); } while (0) ^~~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_lrc.c:1176:4: note: in expansion of macro ‘GEM_TRACE_ERR’ GEM_TRACE_ERR("Unpinned ringbuffer in pending[%ld]\n", ^~~~~~~~~~~~~ cc1: all warnings being treated as errors scripts/Makefile.build:265: recipe for target 'drivers/gpu/drm/i915/gt/intel_lrc.o' failed make[4]: *** [drivers/gpu/drm/i915/gt/intel_lrc.o] Error 1 scripts/Makefile.build:509: recipe for target 'drivers/gpu/drm/i915' failed make[3]: *** [drivers/gpu/drm/i915] Error 2 scripts/Makefile.build:509: recipe for target 'drivers/gpu/drm' failed make[2]: *** [drivers/gpu/drm] Error 2 scripts/Makefile.build:509: recipe for target 'drivers/gpu' failed make[1]: *** [drivers/gpu] Error 2 Makefile:1650: recipe for target 'drivers' failed make: *** [drivers] Error 2 == Linux commits == 4a8b6f2f5d98 drm/i915/execlists: Leave tell-tales as to why pending[] is bad == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14726/index.html _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx