]> git.decadent.org.uk Git - kernel-news-talk.git/commitdiff
Add liblockdep slide
authorBen Hutchings <ben@decadent.org.uk>
Thu, 28 Aug 2014 18:11:25 +0000 (11:11 -0700)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 28 Aug 2014 18:11:25 +0000 (11:11 -0700)
index.html

index 2a4f38d74627a3a35d110796471338204251e8c2..da353db7ffdd6ef943c38aa21954270e4b55b551 100644 (file)
   </ul>
 </div>
 
+<div class="slide">
+  <h1>User-space lockdep [3.14]</h1>
+  <ul>
+    <li>
+      Kernel threads and interrupts all run in same address space,
+      using several different synchronisation mechanisms
+    </li>
+    <li>
+      Easy to introduce bugs that can result in deadlock, but hard to
+      reproduce them
+    </li>
+    <li>
+      Kernel's 'lockdep' system dynamically tracks locking operations
+      and detects <em>potential</em> deadlocks
+    </li>
+    <li>
+      Now available as a userland library!  Except we need to package
+      it (build from linux-tools source package)
+    </li>
+  </ul>
+</div>
+
 <div class="slide">
   <h1>Questions?</h1>
 </div>