<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:daniel@ffwll.ch" title="Daniel Vetter <daniel@ffwll.ch>"> <span class="fn">Daniel Vetter</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [HSW Regression]igt/module_reload causes [drm:hsw_unclaimed_reg_check] *ERROR* Unclaimed write to 44004 and system hang with headless"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67813">bug 67813</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [HSW Regression]igt/module_reload causes [drm:hsw_unclaimed_reg_check] *ERROR* Unclaimed write to 44004 and system hang with headless"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67813#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [HSW Regression]igt/module_reload causes [drm:hsw_unclaimed_reg_check] *ERROR* Unclaimed write to 44004 and system hang with headless"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67813">bug 67813</a>
              from <span class="vcard"><a class="email" href="mailto:daniel@ffwll.ch" title="Daniel Vetter <daniel@ffwll.ch>"> <span class="fn">Daniel Vetter</span></a>
</span></b>
        <pre>Hm, the dmesg output seems to be rather sparse. Have you checked that full
debug output is enabled over the console? You can set this with

dmesg -n 8

Note that the dmesg tool shipping with most distros is broken, and the upstream
maintainer unwilling to fix it (I have no idea about the amount of fail going
on there). If your dmesg tool rejects the above command please compile&run (as
root) the below littel C tool:

#include <stdio.h>
#include <sys/syslog.h>
#include <sys/klog.h>

int main()
{
        klogctl(8, NULL, 8);
}

If the dmesg with full debug enabled doesn't show more I guess we need the
bisect result to move forward here. But since there's quite a few commits to
test grabbing a new dmesg might be quicker.</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 the assignee for the bug.</li>
      </ul>
    </body>
</html>