summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2017-12-15 04:56:09 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-10 11:26:23 +0300
commit78db3bcbfc41216230a255984e5e7e5b61b6616e (patch)
treeefb79f2bb8ade5cbd34064c576808083ed01a511 /sound
parent12468d592c8861cb869d2daa559552c526ed7ddf (diff)
downloadlinux-78db3bcbfc41216230a255984e5e7e5b61b6616e.tar.xz
xprtrdma: Fix backchannel allocation of extra rpcrdma_reps
commit d698c4a02ee02053bbebe051322ff427a2dad56a upstream. The backchannel code uses rpcrdma_recv_buffer_put to add new reps to the free rep list. This also decrements rb_recv_count, which spoofs the receive overrun logic in rpcrdma_buffer_get_rep. Commit 9b06688bc3b9 ("xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)") replaced the original open-coded list_add with a call to rpcrdma_recv_buffer_put(), but then a year later, commit 05c974669ece ("xprtrdma: Fix receive buffer accounting") added rep accounting to rpcrdma_recv_buffer_put. It was an oversight to let the backchannel continue to use this function. The fix this, let's combine the "add to free list" logic with rpcrdma_create_rep. Also, do not allocate RPCRDMA_MAX_BC_REQUESTS rpcrdma_reps in rpcrdma_buffer_create and then allocate additional rpcrdma_reps in rpcrdma_bc_setup_reps. Allocating the extra reps during backchannel set-up is sufficient. Fixes: 05c974669ece ("xprtrdma: Fix receive buffer accounting") Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions