From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CA20447279F; Thu, 2 Jul 2026 14:33:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783002808; cv=none; b=Ct1ZywmAHEFiWYpkx4y2ll6Jry742lOxzCIAUjGO82dFT8MRaOHaV5QTbLkx3Asy98aVHIxmT8xyf7PxNc1VFYhnIkPbEFScFRcrR+jR4bhjpdoxc0nTkjodtDItRZrntFPkY9/IBQm02R1GOwGnTpYAdzACJ/SMXfhgr91qkBo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783002808; c=relaxed/simple; bh=t5Vi6OsDk2eWxe7TGJ1s96KWVcA8DipRhR+B42GcteM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nbB8o5W0uYWIBOTM3htkwX7a1L+Y45c7GcbXrC+egfqN76Ev+Z3HONYY+0i7vy1ba8uyvBoTcD0fOjl4TtXmDwyOnLjjjJiVpupfrtlBJqCYj+P6oTXUkKm4Yz5US6fzvvQ0owC94iR8osVIvIYy4KvBIUTIl3zH8WBwM/UTfI8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=kUUY9zX1; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="kUUY9zX1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 969161F000E9; Thu, 2 Jul 2026 14:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1783002804; bh=ObPSPm/RAbPRAiqiaBm+TmK1R0zPbfnWG/8sRU3cr3M=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=kUUY9zX1jWEG2F7JuRo7tWuSOwrGZPRAJbOgbN5R1OKkqnVBt5P3tMFaxdqhtaMbo dYIJCFuRh8T6KwoK8BqilA6PiGXalD3x92ud3EZHUY2O49k8Aq3malWEDD6aBkSZtt zIn8CL/z9s/C1MiWGohGOQAENuS0BWs56QZ+Hd8c= Date: Thu, 2 Jul 2026 16:33:34 +0200 From: Greg Kroah-Hartman To: Vladislav Nikolaev Cc: stable@vger.kernel.org, Zhu Yanjun , Doug Ledford , Jason Gunthorpe , Haggai Eran , Kamal Heib , Amir Vadai , Moni Shoua , Yonatan Cohen , Leon Romanovsky , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Zhu Yanjun , lvc-project@linuxtesting.org Subject: Re: [PATCH v3 5.10/5.15 0/2] Backport RDMA/rxe task and timer cleanup fixes Message-ID: <2026070218-playhouse-quicksand-7f7d@gregkh> References: <20260605171449.1760-1-vlad102nikolaev@gmail.com> Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260605171449.1760-1-vlad102nikolaev@gmail.com> On Fri, Jun 05, 2026 at 08:14:41PM +0300, Vladislav Nikolaev wrote: > This series backports two upstream RDMA/rxe fixes to linux-5.10.y and > linux-5.15.y. > > The first patch fixes cleanup of RXE tasks that may not have been > initialized on the rxe_create_qp() error path. The second patch fixes > the same class of lockdep issue for RC timers by checking that both > timers were initialized before deleting them. > > In linux-5.10.y and linux-5.15.y the relevant task and timer cleanup > still lives in rxe_qp_destroy(), so the 1c7eec4d5f3b backport applies > the timer guard there and keeps del_timer_sync(). > > Zhu Yanjun (2): > RDMA/rxe: Fix the error "trying to register non-static key in > rxe_cleanup_task" > RDMA/rxe: Fix "trying to register non-static key in rxe_qp_do_cleanup" > bug > > drivers/infiniband/sw/rxe/rxe_qp.c | 18 ++++++++++++++---- > 1 file changed, 14 insertions(+), 4 deletions(-) > > -- > 2.39.5 Would need this for newer kernels first. Please submit that series first, then resend these. thanks, greg k-h