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 2E1C1CDB465 for ; Tue, 17 Oct 2023 01:57:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232577AbjJQB5L (ORCPT ); Mon, 16 Oct 2023 21:57:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231955AbjJQB5K (ORCPT ); Mon, 16 Oct 2023 21:57:10 -0400 Received: from out30-98.freemail.mail.aliyun.com (out30-98.freemail.mail.aliyun.com [115.124.30.98]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0613B4; Mon, 16 Oct 2023 18:57:05 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R131e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046060;MF=alibuda@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0VuL.UJ1_1697507816; Received: from 30.221.149.45(mailfrom:alibuda@linux.alibaba.com fp:SMTPD_---0VuL.UJ1_1697507816) by smtp.aliyun-inc.com; Tue, 17 Oct 2023 09:57:02 +0800 Message-ID: Date: Tue, 17 Oct 2023 09:56:55 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH net 0/5] net/smc: bugfixs for smc-r Content-Language: en-US To: Alexandra Winter , kgraul@linux.ibm.com, wenjia@linux.ibm.com, jaka@linux.ibm.com Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, linux-s390@vger.kernel.org, linux-rdma@vger.kernel.org References: <1697009600-22367-1-git-send-email-alibuda@linux.alibaba.com> <4a1b965e-b026-45d7-bd09-7b23b797ee90@linux.ibm.com> From: "D. Wythe" In-Reply-To: <4a1b965e-b026-45d7-bd09-7b23b797ee90@linux.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org On 10/12/23 9:43 PM, Alexandra Winter wrote: > The subject of the thread says 'smc-r', but some of the changes affect smc-d alike, > don't they? Yes, sorry for this mistake, it should be bugfix for smc. > > > On 11.10.23 09:33, D. Wythe wrote: >> From: "D. Wythe" >> >> This patches contains bugfix following: >> >> 1. hung state >> 2. sock leak >> 3. potential panic >> > I may be helpful for the reviewers, when you point out, which patch fixes which problem. > > Were they all found by code reviews? > Or did some occur in real life? If so, then what were the symptoms? > A description of the symptoms is helpful for somebody who is debugging and wants to check > whether the issue was already fixed upstream. Hi Alexandra, Except for the issue with the barrier, which was feedback from the review, all other issues have actually occurred in our environment and have been verified through internal testing. However, most of these issues are caused by reference leakage rather than panic, so it is difficult to provide a representative phenomenon. But what you said is do necessary, so I will post some phenomena in the next version, such as lsmod | grep smc or smcss - a In that case, we can foundĀ  the issues of reference residue or the connection residue. Hope it can be helpful to you. Thanks, D. Wythe