1. 31 Oct, 2004 2 commits
    • Linus Torvalds's avatar
      Lock-annotate some kernel functions as an example of how it works. · a4b13f2f
      Linus Torvalds authored
      In particular, a function that is called with a lock held, and
      releases it only to re-acquire it needs to be annotated as such,
      since otherwise sparse will complain about an unexpected unlock,
      even though "globally" the lock is constant over the call.
      a4b13f2f
    • Linus Torvalds's avatar
      Annotate scheduler locking behaviour. · 434a9cc6
      Linus Torvalds authored
      This annotates the scheduler routines for locking, telling
      what locks a function releases or acquires, allowing sparse
      to check the lock usage (and documenting it at the same time).
      434a9cc6
  2. 30 Oct, 2004 25 commits
  3. 29 Oct, 2004 13 commits