<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ben@bwidawsk.net" title="Ben Widawsky <ben@bwidawsk.net>"> <span class="fn">Ben Widawsky</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - [HSW]I-G-T/sysfs_l3_parity fail"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57441">bug 57441</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>ASSIGNED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - [HSW]I-G-T/sysfs_l3_parity fail"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57441#c20">Comment # 20</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - [HSW]I-G-T/sysfs_l3_parity fail"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57441">bug 57441</a>
              from <span class="vcard"><a class="email" href="mailto:ben@bwidawsk.net" title="Ben Widawsky <ben@bwidawsk.net>"> <span class="fn">Ben Widawsky</span></a>
</span></b>
        <pre>Can you please apply this to intel-gpu-tools and send the results?

diff --git a/tests/sysfs_l3_parity b/tests/sysfs_l3_parity
index 6f814a1..4c690e3 100755
--- a/tests/sysfs_l3_parity
+++ b/tests/sysfs_l3_parity
@@ -12,9 +12,10 @@ $SOURCE_DIR/../tools/intel_l3_parity -c

 #Check that we can remap a row
 $SOURCE_DIR/../tools/intel_l3_parity 0,0,0
+echo "The exit status was $?"
 disabled=`$SOURCE_DIR/../tools/intel_l3_parity | grep -c 'Row 0, Bank 0,
Subbank 0 is disabled'`
 if [ "$disabled" != "1" ] ; then
-       echo "Fail"
+       echo "Fail $disabled"
        exit 1
 fi</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>