Re: [PATCH v2 5.10/5.15] RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"
From: Vladislav Nikolaev
Date: Tue Jun 09 2026 - 11:05:59 EST
On Fri, Jun 05, 2026 at 03:37:28PM -0400, Sasha Levin wrote:
> I'm dropping this for now; it isn't right for either branch as submitted:
>
> - 5.15.y: the bug doesn't exist there -- the task locks are already
> spin_lock_init()'d on the QP-create error path.
> - 5.10.y: mis-targeted -- it patches rxe_qp_do_cleanup(), but the 5.10
> error-unwind path doesn't call rxe_cleanup_task() there.
Thanks for checking this.
I rechecked the 5.10.y and 5.15.y code paths, and I agree with your
assessment. This is not a correct backport for these branches.
Sorry for the noise.