1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/infiniband/sw/rxe
Christophe JAILLET 5c719d7aef RDMA/rxe: Fix an error handling path in rxe_bind_mw()
All errors go to the error handling path, except this one. Be consistent
and also branch to it.

Fixes: 02ed253770 ("RDMA/rxe: Introduce rxe access supported flags")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/43698d8a3ed4e720899eadac887427f73d7ec2eb.1689623735.git.christophe.jaillet@wanadoo.fr
Reviewed-by: Bob Pearson <rpearsonhpe@gmail.com>
Acked-by: Zhu Yanjun <zyjzyj2000@gmail.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
2023-07-18 15:22:43 +03:00
..
Kconfig RDMA/rxe: Fix missing kconfig dependency on CRYPTO 2021-03-01 14:46:31 -04:00
Makefile RDMA/rxe: Delete deprecated module parameters interface 2022-01-05 15:18:47 -04:00
rxe.c RDMA/rxe: Add workqueue support for rxe tasks 2023-05-17 15:34:25 -03:00
rxe.h RDMA/rxe: Cleanup reset state handling in rxe_resp.c 2023-03-24 11:21:36 -03:00
rxe_av.c RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_av.c 2022-11-10 15:33:05 -04:00
rxe_comp.c Linux 6.4 2023-06-27 14:06:29 -03:00
rxe_cq.c Linux 6.4 2023-06-27 14:06:29 -03:00
rxe_hdr.h RDMA/rxe: Extend rxe packet format to support flush 2022-12-09 19:36:02 -04:00
rxe_hw_counters.c RDMA/counter: Add a descriptor in struct rdma_hw_stats 2021-10-12 12:48:04 -03:00
rxe_hw_counters.h RDMA: Split the alloc_hw_stats() ops to port and device variants 2021-06-16 20:58:29 -03:00
rxe_icrc.c RDMA/rxe: Change rxe_dbg to rxe_dbg_dev 2023-03-24 10:41:49 -03:00
rxe_loc.h RDMA/rxe: Remove dangling declaration of rxe_cq_disable() 2023-06-01 12:59:32 -03:00
rxe_mcast.c RDMA/rxe: Fix an error handling path in rxe_get_mcg() 2022-05-24 12:55:12 -03:00
rxe_mmap.c RDMA/rxe: Change rxe_dbg to rxe_dbg_dev 2023-03-24 10:41:49 -03:00
rxe_mr.c RDMA/rxe: Let rkey == lkey for local access 2023-06-09 13:18:53 -03:00
rxe_mw.c RDMA/rxe: Fix an error handling path in rxe_bind_mw() 2023-07-18 15:22:43 +03:00
rxe_net.c RDMA/rxe: Fix packet length checks 2023-06-01 14:27:25 -03:00
rxe_net.h RDMA/rxe: Add SPDX hdrs to rxe source files 2020-08-31 12:20:02 -03:00
rxe_opcode.c RDMA/rxe: Extend rxe packet format to support flush 2022-12-09 19:36:02 -04:00
rxe_opcode.h RDMA//rxe: Optimize send path in rxe_resp.c 2023-06-09 13:18:52 -03:00
rxe_param.h RDMA/rxe: Fix comments about removed tasklets 2023-05-19 12:02:26 -03:00
rxe_pool.c v6.3 RDMA pull request 2023-02-24 15:11:03 -08:00
rxe_pool.h RDMA/rxe: Remove rxe_alloc() 2023-02-16 11:30:11 -04:00
rxe_qp.c Linux 6.4 2023-06-27 14:06:29 -03:00
rxe_queue.c RDMA/rxe: Clean kzalloc failure paths 2023-03-30 09:54:32 +03:00
rxe_queue.h RDMA/rxe: Fix missing memory barriers in rxe_queue.h 2023-02-16 12:07:05 -04:00
rxe_recv.c RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqrestore} 2023-05-16 21:07:33 -03:00
rxe_req.c Linux 6.4 2023-06-27 14:06:29 -03:00
rxe_resp.c Linux 6.4 2023-06-27 14:06:29 -03:00
rxe_srq.c RDMA/rxe: Change rxe_dbg to rxe_dbg_dev 2023-03-24 10:41:49 -03:00
rxe_task.c RDMA/rxe: Add workqueue support for rxe tasks 2023-05-17 15:34:25 -03:00
rxe_task.h RDMA/rxe: Add workqueue support for rxe tasks 2023-05-17 15:34:25 -03:00
rxe_verbs.c v6.5 merge window RDMA pull request 2023-06-29 21:01:17 -07:00
rxe_verbs.h RDMA/rxe: Fixes mr access supported list 2023-06-20 11:42:39 -03:00