Series: | drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups (rev8) |
URL: | https://patchwork.freedesktop.org/series/112196/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112196v8/index.html |
CI Bug Log - changes from CI_DRM_13143 -> Patchwork_112196v8
Summary
FAILURE
Serious unknown changes coming with Patchwork_112196v8 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_112196v8, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112196v8/index.html
Participating hosts (38 -> 36)
Missing (2): bat-rpls-2 fi-snb-2520m
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_112196v8:
IGT changes
Possible regressions
- igt@i915_selftest@live@dmabuf:
- bat-adls-5: PASS -> DMESG-WARN +19 similar issues
Known issues
Here are the changes found in Patchwork_112196v8 that come from known issues:
IGT changes
Issues hit
-
igt@i915_pm_backlight@basic-brightness@edp-1:
-
igt@i915_selftest@live@migrate:
- bat-dg2-11: PASS -> DMESG-WARN (i915#7699 / i915#7953)
-
igt@i915_suspend@basic-s3-without-i915:
-
igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
Possible fixes
-
igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: DMESG-FAIL (i915#5334) -> PASS
-
igt@i915_selftest@live@requests:
-
igt@i915_selftest@live@reset:
Warnings
- igt@kms_setmode@basic-clone-single-crtc:
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
- Linux: CI_DRM_13143 -> Patchwork_112196v8
CI-20190529: 20190529
CI_DRM_13143: 222ff19f23b0bd6aca0b52001d69699f78f5a206 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7286: a482779488f11c432d7ddcb1980691ab1603f356 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_112196v8: 222ff19f23b0bd6aca0b52001d69699f78f5a206 @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
6dd35b812a60 drm/i915/gvt: Drop final dependencies on KVM internal details
ce182f5a4e8d KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
6ef2fe25e1e7 KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
8687b24b2d31 KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled
3bc5606a1530 KVM: x86/mmu: Assert that correct locks are held for page write-tracking
95cf5a24c761 KVM: x86/mmu: Rename page-track APIs to reflect the new reality
c59bc5c4faec KVM: x86/mmu: Drop infrastructure for multiple page-track modes
1ab839205738 KVM: x86/mmu: Use page-track notifiers iff there are external users
8144255d2ef9 KVM: x86/mmu: Move KVM-only page-track declarations to internal header
5f1e23aa0b37 KVM: x86: Remove the unused page-track hook track_flush_slot()
c06e42752a11 drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region()
f85fad4f4ebd KVM: x86: Add a new page-track hook to handle memslot deletion
17d1708c953d drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot
2af557d1bb28 KVM: x86: Reject memslot MOVE operations if KVMGT is attached
f0accfb5d4ba KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
7400cc3d0cde KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
d8e835b07b1a KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
768dccb1b7d5 KVM: x86/mmu: Move kvm_arch_flush_shadow_{all, memslot}() to mmu.c
e964eda4d28f drm/i915/gvt: Protect gfn hash table with vgpu_lock
163c49208b55 drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()
8a4136d492ae drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns
285da8c76036 drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT
4baba3d68f21 drm/i915/gvt: Error out on an attempt to shadowing an unknown GTT entry type
ab99fe9fdb06 drm/i915/gvt: Explicitly check that vGPU is attached before shadowing
26ed9603ea21 drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()
d710d9fee0d4 drm/i915/gvt: Verify hugepages are contiguous in physical address space
d02eb2471acd drm/i915/gvt: remove interface intel_gvt_is_valid_gfn
dc1e8a276471 drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"