From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from canpmsgout01.his.huawei.com (canpmsgout01.his.huawei.com [113.46.200.216]) (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 6DC8E32D0FC; Wed, 29 Apr 2026 07:56:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=113.46.200.216 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777449369; cv=none; b=I8myRsMzo4QfYXedYpBEiTRzcwUoLZIOJ356XVxeReJ8pm7JLRTZ72MZubtnzQ53MPPb0y9r0+ibylbys4Kuv8GMzu64c/WhoKoEb2DxnTHNKXD4lCg9dD0I/uKMEwdYMC1mrz8GUknovaA3+dZqFzXiN5N7REzDky3o0JhFns8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777449369; c=relaxed/simple; bh=Kkv97VMnztmelRWbOIZlO1gcT+e2sRBJ+LEZugPERUg=; h=Message-ID:Date:MIME-Version:Subject:To:CC:References:From: In-Reply-To:Content-Type; b=uizi9+mDmTs8RRrTL0BjTHPW/pmoa+Wu6ZUtTzZA8X9/K+FXMoGC/bk7Pzc78Hc/nLw0c6z01zYUzDY/TSaG8PfETNF0WSGCiUn4wOnjYsO/chqGFa+aqwEvvIOO+6Qiq4AsTdaf+b+wWhf/vbAaHTgP1hLPu5o02ZoohxnZc2w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=hisilicon.com; spf=pass smtp.mailfrom=hisilicon.com; arc=none smtp.client-ip=113.46.200.216 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=hisilicon.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=hisilicon.com Received: from mail.maildlp.com (unknown [172.19.162.140]) by canpmsgout01.his.huawei.com (SkyGuard) with ESMTPS id 4g58b35J6Rz1T4G8; Wed, 29 Apr 2026 15:49:35 +0800 (CST) Received: from kwepemf100018.china.huawei.com (unknown [7.202.181.17]) by mail.maildlp.com (Postfix) with ESMTPS id 091A320226; Wed, 29 Apr 2026 15:55:56 +0800 (CST) Received: from [10.67.120.168] (10.67.120.168) by kwepemf100018.china.huawei.com (7.202.181.17) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.36; Wed, 29 Apr 2026 15:55:47 +0800 Message-ID: Date: Wed, 29 Apr 2026 15:55:45 +0800 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH rc 00/15] Various bug fixes for RDMA drivers in the uapi functions To: Jason Gunthorpe , Andrew Lunn , Broadcom internal kernel review list , Bryan Tan , Eric Dumazet , Konstantin Taranov , Jakub Kicinski , Leon Romanovsky , , , , Paolo Abeni , Selvin Xavier , Chengchang Tang , Tariq Toukan , Vishnu Dasa , Yishai Hadas CC: Abhijit Gangurde , Adit Ranadive , Allen Hubbe , Andrew Boyer , Aditya Sarwade , Brad Spengler , Bryan Tan , "David S. Miller" , Dexuan Cui , Doug Ledford , George Zhang , Jorgen Hansen , Jianbo Liu , Kai Aizen , Leon Romanovsky , Leon Romanovsky , Yixian Liu , Long Li , Lijun Ou , Parav Pandit , , Roland Dreier , Roland Dreier , Sagi Grimberg , Ajay Sharma , , Tariq Toukan , "Wei Hu (Xavier)" , Shaobo Xu , Nenglong Zhao References: <0-v1-41f3135e5565+9d2-rdma_ai_fixes1_jgg@nvidia.com> Content-Language: en-US From: Junxian Huang In-Reply-To: <0-v1-41f3135e5565+9d2-rdma_ai_fixes1_jgg@nvidia.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: kwepems500001.china.huawei.com (7.221.188.70) To kwepemf100018.china.huawei.com (7.202.181.17) On 2026/4/29 0:17, Jason Gunthorpe wrote: > All were found by Sashiko or Claude AI tools. They vary in severity, but > are all things that shouldn't be present. > > Jason Gunthorpe (15): > RDMA/hns: Fix xarray race in hns_roce_create_srq() > RDMA/hns: Fix xarray race in hns_roce_create_qp_common() > RDMA/hns: Fix unlocked call to hns_roce_qp_remove() For hns patches: Reviewed-by: Junxian Huang Thanks, Junxian