1. 01 Aug, 2002 2 commits
    • Tim Hockin's avatar
      Merge bk://tux.sfbay/linux-2.5 · c2acf84e
      Tim Hockin authored
      into scl1.sfbay.sun.com:/home/th122948/bk/submit-2.5
      c2acf84e
    • Trond Myklebust's avatar
      [PATCH] Fix brown paper bag race in RPC receive code · 8a24c0b9
      Trond Myklebust authored
      Changeset 1.403.142.29 introduces a pretty nasty race into the RPC
      code. Once we've decoded the RPC reply, it needs to be protected
      against being overwritten by any resends.
      
      The following patch achieves this by ensuring that the request is
      removed from the list xprt->recv in xprt_complete_rqst(). This again
      ensures that xprt_lookup_rqst() will fail to find that request until
      we put it back on the list.
      8a24c0b9
  2. 31 Jul, 2002 8 commits
  3. 30 Jul, 2002 13 commits
  4. 29 Jul, 2002 17 commits