]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'rxrpc-afs-miscellaneous-fixes'
authorJakub Kicinski <kuba@kernel.org>
Fri, 21 Feb 2025 23:06:32 +0000 (15:06 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 21 Feb 2025 23:06:32 +0000 (15:06 -0800)
commitb282c5482310cabba56bd972437a89bdd6754b06
tree6dae10e171da0c68f786220eab55ac20cdf670d7
parentf06e4bfd010faefa637689d2df2c727dbf6e1d27
parent1f0fc3374f3345ff1d150c5c56ac5016e5d3826a
Merge branch 'rxrpc-afs-miscellaneous-fixes'

David Howells says:

====================
rxrpc, afs: Miscellaneous fixes

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.
====================

Link: https://patch.msgid.link/20250218192250.296870-1-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>