<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [BAT] [HSW] drv_hangman/error-state-basic failing frequently in CI"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99706#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [BAT] [HSW] drv_hangman/error-state-basic failing frequently in CI"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99706">bug 99706</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>Probably:

Greetings,

0day kernel testing robot got the below dmesg and the first bad commit is

git://anongit.freedesktop.org/drm-intel topic/core-for-CI

commit 585774774191cce113cd3ab1419499d8a7f7687e
Author:     Peter Zijlstra <<a href="mailto:peterz@infradead.org">peterz@infradead.org</a>>
AuthorDate: Wed Jan 11 17:43:02 2017 +0100
Commit:     Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
CommitDate: Mon Feb 20 17:07:24 2017 +0000

    locking/mutex: Clear mutex-handoff flag on interrupt

    On Mon, Jan 09, 2017 at 11:52:03AM +0000, Chris Wilson wrote:
    > If we abort the mutex_lock() due to an interrupt, or other error from

    s/interrupt/signal/, right?

    > ww_mutex, we need to relinquish the handoff flag if we applied it.
    > Otherwise, we may cause missed wakeups as the current owner may try to
    > handoff to a new thread that is not expecting the handoff and so sleep
    > thinking the lock is already claimed (and since the owner unlocked there
    > may never be a new wakeup).

    Isn't that the exact same scenario as Nicolai fixed here:

     
<a href="http://lkml.kernel.org/r/1482346000-9927-3-git-send-email-nhaehnle@gmail.com">http://lkml.kernel.org/r/1482346000-9927-3-git-send-email-nhaehnle@gmail.com</a>

    Did you, like Nicolai, find this by inspection, or can you reproduce?

    FWIW, I have the below patch that should also solve this problem afaict.

d8870ff73d  mm/vmalloc: Replace opencoded 4-level page walkers
5857747741  locking/mutex: Clear mutex-handoff flag on interrupt</pre>
        </div>
      </p>


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

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