mbox series

[net,0/5] rxrpc, afs: Miscellaneous fixes

Message ID 20250218192250.296870-1-dhowells@redhat.com (mailing list archive)
Headers show
Series rxrpc, afs: Miscellaneous fixes | expand

Message

David Howells Feb. 18, 2025, 7:22 p.m. UTC
Here are some miscellaneous fixes for rxrpc and afs:

 (1) In the rxperf test server, make it correctly receive and decode the
     terminal magic cookie.

 (2) In rxrpc, get rid of the peer->mtu_lock as it is not only redundant,
     it now causes a lockdep complaint.

 (3) In rxrpc, fix a lockdep-detected instance where a spinlock is being
     bh-locked whilst irqs are disabled.

 (4) In afs, fix the ref of a server displaced from an afs_server_list
     struct.

 (5) In afs, make afs_server records belonging to a cell take refs on the
     afs_cell record so that the latter doesn't get deleted first when that
     cell is being destroyed.

David

The patches can be found here also:

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes

David Howells (5):
  rxrpc: rxperf: Fix missing decoding of terminal magic cookie
  rxrpc: peer->mtu_lock is redundant
  rxrpc: Fix locking issues with the peer record hash
  afs: Fix the server_list to unuse a displaced server rather than
    putting it
  afs: Give an afs_server object a ref on the afs_cell object it points
    to

 fs/afs/server.c            |  3 +++
 fs/afs/server_list.c       |  4 ++--
 include/trace/events/afs.h |  2 ++
 net/rxrpc/ar-internal.h    |  1 -
 net/rxrpc/input.c          |  2 --
 net/rxrpc/peer_event.c     |  9 +--------
 net/rxrpc/peer_object.c    |  5 ++---
 net/rxrpc/rxperf.c         | 12 ++++++++++++
 8 files changed, 22 insertions(+), 16 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 21, 2025, 11:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 18 Feb 2025 19:22:43 +0000 you wrote:
> Here are some miscellaneous fixes for rxrpc and afs:
> 
>  (1) In the rxperf test server, make it correctly receive and decode the
>      terminal magic cookie.
> 
>  (2) In rxrpc, get rid of the peer->mtu_lock as it is not only redundant,
>      it now causes a lockdep complaint.
> 
> [...]

Here is the summary with links:
  - [net,1/5] rxrpc: rxperf: Fix missing decoding of terminal magic cookie
    https://git.kernel.org/netdev/net/c/c34d999ca314
  - [net,2/5] rxrpc: peer->mtu_lock is redundant
    https://git.kernel.org/netdev/net/c/833fefa07444
  - [net,3/5] rxrpc: Fix locking issues with the peer record hash
    https://git.kernel.org/netdev/net/c/71f5409176f4
  - [net,4/5] afs: Fix the server_list to unuse a displaced server rather than putting it
    https://git.kernel.org/netdev/net/c/add117e48df4
  - [net,5/5] afs: Give an afs_server object a ref on the afs_cell object it points to
    https://git.kernel.org/netdev/net/c/1f0fc3374f33

You are awesome, thank you!