== Series Details == Series: cgroup support for GPU devices (rev3) URL : https://patchwork.freedesktop.org/series/60163/ State : success
== Summary == CI Bug Log - changes from CI_DRM_9685 -> Patchwork_19509 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/index.html Known issues ------------ Here are the changes found in Patchwork_19509 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_cs_nop@sync-gfx0: - fi-bsw-n3050: NOTRUN -> [SKIP][1] ([fdo#109271]) +17 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/fi-bsw-n3050/igt@amdgpu/[email protected] * igt@i915_module_load@reload: - fi-kbl-7500u: [PASS][2] -> [DMESG-WARN][3] ([i915#2605]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9685/fi-kbl-7500u/igt@[email protected] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/fi-kbl-7500u/igt@[email protected] * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][4] -> [INCOMPLETE][5] ([i915#2940]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9685/fi-bsw-nick/igt@i915_selftest@[email protected] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/fi-bsw-nick/igt@i915_selftest@[email protected] - fi-bsw-kefka: [PASS][6] -> [INCOMPLETE][7] ([i915#2940]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9685/fi-bsw-kefka/igt@i915_selftest@[email protected] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/fi-bsw-kefka/igt@i915_selftest@[email protected] * igt@runner@aborted: - fi-bsw-kefka: NOTRUN -> [FAIL][8] ([i915#1436]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/fi-bsw-kefka/igt@[email protected] - fi-bsw-nick: NOTRUN -> [FAIL][9] ([i915#1436] / [i915#2722]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/fi-bsw-nick/igt@[email protected] * igt@vgem_basic@create: - fi-tgl-y: [PASS][10] -> [DMESG-WARN][11] ([i915#402]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9685/fi-tgl-y/igt@[email protected] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/fi-tgl-y/igt@[email protected] #### Possible fixes #### * igt@i915_selftest@live@late_gt_pm: - fi-bsw-n3050: [DMESG-FAIL][12] -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9685/fi-bsw-n3050/igt@i915_selftest@live@late_gt_pm.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/fi-bsw-n3050/igt@i915_selftest@live@late_gt_pm.html * igt@vgem_basic@debugfs: - fi-tgl-y: [DMESG-WARN][14] ([i915#402]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9685/fi-tgl-y/igt@[email protected] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/fi-tgl-y/igt@[email protected] [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#2605]: https://gitlab.freedesktop.org/drm/intel/issues/2605 [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722 [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940 [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402 Participating hosts (43 -> 39) ------------------------------ Missing (4): fi-jsl-1 fi-ilk-m540 fi-bsw-cyan fi-hsw-4200u Build changes ------------- * Linux: CI_DRM_9685 -> Patchwork_19509 CI-20190529: 20190529 CI_DRM_9685: e183766462e67962d64faca5108dc6b55f6bc88b @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5973: 7ae3d0d68e6bf4c5e404c87b570773d1b3173d47 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_19509: 0ac6778052b806ba6b7108f845dcc4c1f9efca05 @ git://anongit.freedesktop.org/gfx-ci/linux == Kernel 32bit build == Warning: Kernel 32bit buildtest failed: https://intel-gfx-ci.01.org/Patchwork_19509/build_32bit.log CALL scripts/checksyscalls.sh CALL scripts/atomic/check-atomics.sh CHK include/generated/compile.h CC [M] drivers/gpu/drm/i915/gem/i915_gem_region.o In file included from ./include/drm/drm_mm.h:49, from ./drivers/gpu/drm/i915/intel_memory_region.h:13, from drivers/gpu/drm/i915/gem/i915_gem_region.c:6: drivers/gpu/drm/i915/gem/i915_gem_region.c: In function ‘i915_gem_object_get_pages_buddy’: drivers/gpu/drm/i915/gem/i915_gem_region.c:59:13: error: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘resource_size_t’ {aka ‘unsigned int’} [-Werror=format=] DRM_DEBUG("DRMCG: charge_mem failed for %lld\n", charged); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ ./include/drm/drm_print.h:504:25: note: in definition of macro ‘DRM_DEBUG’ __drm_dbg(DRM_UT_CORE, fmt, ##__VA_ARGS__) ^~~ cc1: all warnings being treated as errors scripts/Makefile.build:279: recipe for target 'drivers/gpu/drm/i915/gem/i915_gem_region.o' failed make[4]: *** [drivers/gpu/drm/i915/gem/i915_gem_region.o] Error 1 scripts/Makefile.build:496: recipe for target 'drivers/gpu/drm/i915' failed make[3]: *** [drivers/gpu/drm/i915] Error 2 scripts/Makefile.build:496: recipe for target 'drivers/gpu/drm' failed make[2]: *** [drivers/gpu/drm] Error 2 scripts/Makefile.build:496: recipe for target 'drivers/gpu' failed make[1]: *** [drivers/gpu] Error 2 Makefile:1805: recipe for target 'drivers' failed make: *** [drivers] Error 2 == Linux commits == 0ac6778052b8 drm/i915: Use memory cgroup for enforcing device memory limit c0111c874b1b drm/gem: Associate GEM objects with drm cgroup 5caedcbc9758 drmcg: Add initial support for tracking gpu time usage b329ab22109e drmcg: Add memory.total file 05bdd5baeaa6 drmcg: Add support for device memory accounting via page counter 4b9f63dc8ead drmcg: Add skeleton seq_show and write for drmcg files af6b9dbb7aba drm, cgroup: Initialize drmcg properties db1f7fae1900 drm, cgroup: Bind drm and cgroup subsystem bd39716cbb25 cgroup: Introduce cgroup for drm subsystem == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19509/index.html
_______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
