1. 22 Nov, 2021 1 commit
    • NeilBrown's avatar
      SUNRPC: use different lock keys for INET6 and LOCAL · 064a9177
      NeilBrown authored
      xprtsock.c reclassifies sock locks based on the protocol.
      However there are 3 protocols and only 2 classification keys.
      The same key is used for both INET6 and LOCAL.
      
      This causes lockdep complaints.  The complaints started since Commit
      ea9afca8 ("SUNRPC: Replace use of socket sk_callback_lock with
      sock_lock") which resulted in the sock locks beings used more.
      
      So add another key, and renumber them slightly.
      
      Fixes: ea9afca8 ("SUNRPC: Replace use of socket sk_callback_lock with sock_lock")
      Fixes: 176e21ee ("SUNRPC: Support for RPC over AF_LOCAL transports")
      Signed-off-by: default avatarNeilBrown <neilb@suse.de>
      Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
      064a9177
  2. 17 Nov, 2021 5 commits
  3. 07 Nov, 2021 1 commit
  4. 05 Nov, 2021 21 commits
  5. 04 Nov, 2021 10 commits
  6. 03 Nov, 2021 2 commits