diff options
author | Jason Gunthorpe <[email protected]> | 2020-11-04 17:40:59 -0400 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2020-11-12 12:31:27 -0400 |
commit | eb73060b971aa04e4f7421b8c9c0363918608b72 (patch) | |
tree | 0949b05a44dfdb947ab29e1dda7772bbd9d57135 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | f8394f232b1eab649ce2df5c5f15b0e528c92091 (diff) |
RDMA/cm: Make the local_id_table xarray non-irq
The xarray is never mutated from an IRQ handler, only from work queues
under a spinlock_irq. Thus there is no reason for it be an IRQ type
xarray.
This was copied over from the original IDR code, but the recent rework put
the xarray inside another spinlock_irq which will unbalance the unlocking.
Fixes: c206f8bad15d ("RDMA/cm: Make it clearer how concurrency works in cm_req_handler()")
Link: https://lore.kernel.org/r/[email protected]
Reported-by: Matthew Wilcox <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions