<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI] igt@* - incomplete - Softdog on gvtdvm machines, pi_lock lockdep in boot.log"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105600#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI] igt@* - incomplete - Softdog on gvtdvm machines, pi_lock lockdep in boot.log"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105600">bug 105600</a>
              from <span class="vcard"><a class="email" href="mailto:xiong.y.zhang@intel.com" title="XiongZhang <xiong.y.zhang@intel.com>"> <span class="fn">XiongZhang</span></a>
</span></b>
        <pre>I couldn't reproduce this issue on my SKL machine which doesn't have eDP
screen.
I compiled kernel with:
CONFIG_CC_STACKPROTECTOR_AUTO=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_SCHED_STACK_END_CHECK=y

Please paste your qemu command which is used to boot a vm ?

>From ci's dmesg, two graphic cards exist after vm boot up, one is emulated qxl
or circus card, the other is IGD card, and the emulated qxl or circus card is
primary graphic card. So the igt case may run against qxl or circus card, not
IGD card.

You could use the following qemu command which make sure vm has IGD card only.
qemu-system-x86_64 -enable-kvm -smp 2 -m 6G -cpu host -nographic -vga none -hda
"$IMAGE" -device vfio-pci,host=00:02.0,id=hostdev0,bus=pci.0,addr=0x2 -usb
-usbdevice tablet -net nic,macaddr=00:16:3e:60:0a:50,addr=0x3 -net
tap,script=/etc/qemu-ifup  -vnc :1</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>