<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><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> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - [BAT IVB] DMESG-WARN using smp_processor_id() in preemptible [00000000] code: usb-storage/216"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96293">bug 96293</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>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WORKSFORME
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - [BAT IVB] DMESG-WARN using smp_processor_id() in preemptible [00000000] code: usb-storage/216"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96293#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - [BAT IVB] DMESG-WARN using smp_processor_id() in preemptible [00000000] code: usb-storage/216"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96293">bug 96293</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>Applied to -nightly (+CI) via topic/core-for-CI:

commit 46ad020cf7e398c3001bcfe45930003aa6fe62f0
Author: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
Date:   Wed Jun 1 12:10:08 2016 +0100

    iommu: Disable preemption around use of this_cpu_ptr()

    Between acquiring the this_cpu_ptr() and using it, ideally we don't want
    to be preempted and work on another CPU's private data. this_cpu_ptr()
    checks whether or not preemption is disable, and get_cpu_ptr() provides
    a convenient wrapper for operating on the cpu ptr inside a preemption
    disabled critical section (which currently is provided by the
    spinlock). Indeed if we disable preemption around this_cpu_ptr,
    we do not need the CPU local spinlock - so long as take care that no other
    CPU is running that code as do perform the cross-CPU cache flushing and
    teardown, but that is a subject for another patch.


Should quieten our CI testing.</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>
      </ul>
    </body>
</html>