In the Linux kernel, the following vulnerability has been resolved:
rpcrdma: Always release the rpcrdmadevice's xaarray
Dai pointed out that the xainitflags() in rpcrdmaaddone() needs to have a matching xadestroy() in rpcrdmaremove_one() to release underlying memory that the xarray might have accrued during operation.