From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D908C43334 for ; Sat, 23 Jul 2022 00:35:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229573AbiGWAfk (ORCPT ); Fri, 22 Jul 2022 20:35:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229572AbiGWAfj (ORCPT ); Fri, 22 Jul 2022 20:35:39 -0400 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A32601F620 for ; Fri, 22 Jul 2022 17:35:37 -0700 (PDT) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1658536535; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2jHFYCh6N4Cw7qdEitgyoZTsNJfztHBX+uO+n/cb6ic=; b=J3f0mvZ4OyIJIazxSnq+c/AXiyA11Ity2zJkeDbgrA3M+4ngs9syCKtj0wXgHNfDjyb41e h2o75lph+CHSir68XSm8FUtVHGflPticdniahJjQpPNIexl/La+FDGjvYPiplleFjMbCgp v26kC1gaHto0yx9zyuows7ZveJTHnDk= Date: Sat, 23 Jul 2022 08:35:23 +0800 MIME-Version: 1.0 Subject: Re: [PATCHv6 1/4] RDMA/rxe: Fix dead lock caused by __rxe_add_to_pool interrupted by rxe_pool_get_index To: "yangx.jy@fujitsu.com" , "jgg@ziepe.ca" , "leon@kernel.org" , "linux-rdma@vger.kernel.org" , "rpearsonhpe@gmail.com" Cc: Yi Zhang References: <20220422194416.983549-1-yanjun.zhu@linux.dev> <5c2c8590-4798-ab70-2a15-949ca245ddae@fujitsu.com> <921120a1-28fa-dd2a-b6fc-227faa3c8ace@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yanjun Zhu In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org 在 2022/7/22 23:14, yangx.jy@fujitsu.com 写道: > On 2022/7/22 21:43, Yanjun Zhu wrote: >> Hi, Xiao >> >> Normally I applied this "RDMA/rxe: Fix dead lock caused by >> __rxe_add_to_pool interrupted by rxe_pool_get_index" patch >> >> series to fix this problem. And I am not sure if this problem is fixed >> by "[PATCH v16 2/2] RDMA/rxe: Convert read side locking to rcu". >> >> Zhu Yanjun > Hi Yanjun, > > I have confirmed that the problem has been fixed by: > [PATCH v16 2/2] RDMA/rxe: Convert read side locking to rcu Thanks. Zhu Yanjun > > Best Regards, > Xiao Yang