summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorZhu Yanjun <yanjun.zhu@linux.dev>2022-08-21 21:16:14 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-10-26 13:19:31 +0200
commitcd2fd5fb02176914e80f7db0b57e433473c2deeb (patch)
tree555388579cd7640bd6c9a215f6e97dafa46e5f95 /include
parent9c5dd6993c794703e74c6ba17ac78ca0211ef940 (diff)
downloadlinux-stable-cd2fd5fb02176914e80f7db0b57e433473c2deeb.tar.gz
linux-stable-cd2fd5fb02176914e80f7db0b57e433473c2deeb.tar.bz2
linux-stable-cd2fd5fb02176914e80f7db0b57e433473c2deeb.zip
RDMA/rxe: Fix the error caused by qp->sk
[ Upstream commit 548ce2e66725dcba4e27d1e8ac468d5dd17fd509 ] When sock_create_kern in the function rxe_qp_init_req fails, qp->sk is set to NULL. Then the function rxe_create_qp will call rxe_qp_do_cleanup to handle allocated resource. Before handling qp->sk, this variable should be checked. Fixes: 8700e3e7c485 ("Soft RoCE driver") Link: https://lore.kernel.org/r/20220822011615.805603-3-yanjun.zhu@linux.dev Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev> Reviewed-by: Li Zhijian <lizhijian@fujitsu.com> Reviewed-by: Bob Pearson <rpearsonhpe@gmail.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions