diff options
author | 2023-07-13 16:16:58 +0200 | |
---|---|---|
committer | 2023-07-17 08:02:13 +0300 | |
commit | dc52aadbc1849cbe3fcf6bc54d35f6baa396e0a1 (patch) | |
tree | 02a4d997afb9fdbb12baca1e9f3326a038630eda /tools/perf/scripts/python | |
parent | RDMA/core: Update CMA destination address on rdma_resolve_addr (diff) | |
download | wireguard-linux-dc52aadbc1849cbe3fcf6bc54d35f6baa396e0a1.tar.xz wireguard-linux-dc52aadbc1849cbe3fcf6bc54d35f6baa396e0a1.zip |
RDMA/mthca: Fix crash when polling CQ for shared QPs
Commit 21c2fe94abb2 ("RDMA/mthca: Combine special QP struct with mthca QP")
introduced a new struct mthca_sqp which doesn't contain struct mthca_qp
any longer. Placing a pointer of this new struct into qptable leads
to crashes, because mthca_poll_one() expects a qp pointer. Fix this
by putting the correct pointer into qptable.
Fixes: 21c2fe94abb2 ("RDMA/mthca: Combine special QP struct with mthca QP")
Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Link: https://lore.kernel.org/r/20230713141658.9426-1-tbogendoerfer@suse.de
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions