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 EB98BC433F5 for ; Thu, 24 Feb 2022 22:06:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230497AbiBXWHN (ORCPT ); Thu, 24 Feb 2022 17:07:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232011AbiBXWHM (ORCPT ); Thu, 24 Feb 2022 17:07:12 -0500 Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CE4B201A5; Thu, 24 Feb 2022 14:06:42 -0800 (PST) Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 21OLhwnA024950; Thu, 24 Feb 2022 22:06:36 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ibm.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=pp1; bh=1VsRgpEKCbxHkiLbBhtBVJFb41p7/UP8dbpAPc9Xgr4=; b=hCydhYIpdP4SSfmO6HLkAHQBHGimNRvQO/ydCPnWafhwt1uAGqfv6JyAM9r+kWXsLVkE 9XGK2U+grqoDjpKFRfh4jaTpVptTPkOiX4TDgmht93932XoFY+vyXvSfJMR06dY1a5S9 z38TvY3WTHMoSQZ7TxKwYXbmk/825ira9enCQ5KRHLfScVEQgVw1ROJBVNtLAm/il7Jc aQAZUepl6HlHVHVP0UzZf6sT+hlVwPo1fPaDuWsvn1vNNJJvN3x16GhAT9WJ+G/VIpnN e8PTPMoCMvnpsGpIwX20/xU0PjKXp6fbxJugSnyfKm2qXBNf6xhjsQM09Pt4WP+w40qt iQ== Received: from pps.reinject (localhost [127.0.0.1]) by mx0a-001b2d01.pphosted.com with ESMTP id 3edq0k4m57-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 24 Feb 2022 22:06:35 +0000 Received: from m0098393.ppops.net (m0098393.ppops.net [127.0.0.1]) by pps.reinject (8.16.0.43/8.16.0.43) with SMTP id 21OM4YCn032764; Thu, 24 Feb 2022 22:06:35 GMT Received: from ppma03fra.de.ibm.com (6b.4a.5195.ip4.static.sl-reverse.com [149.81.74.107]) by mx0a-001b2d01.pphosted.com with ESMTP id 3edq0k4m4e-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 24 Feb 2022 22:06:35 +0000 Received: from pps.filterd (ppma03fra.de.ibm.com [127.0.0.1]) by ppma03fra.de.ibm.com (8.16.1.2/8.16.1.2) with SMTP id 21OM3XQg029360; Thu, 24 Feb 2022 22:06:33 GMT Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by ppma03fra.de.ibm.com with ESMTP id 3ear69jjnn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 24 Feb 2022 22:06:32 +0000 Received: from d06av23.portsmouth.uk.ibm.com (d06av23.portsmouth.uk.ibm.com [9.149.105.59]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 21OM6Ugx38207758 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 24 Feb 2022 22:06:30 GMT Received: from d06av23.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 49C18A4055; Thu, 24 Feb 2022 22:06:30 +0000 (GMT) Received: from d06av23.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D6C5FA4053; Thu, 24 Feb 2022 22:06:29 +0000 (GMT) Received: from [9.171.91.202] (unknown [9.171.91.202]) by d06av23.portsmouth.uk.ibm.com (Postfix) with ESMTP; Thu, 24 Feb 2022 22:06:29 +0000 (GMT) Message-ID: Date: Thu, 24 Feb 2022 23:06:45 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: [PATCH net] net/smc: fix connection leak Content-Language: en-US To: "D. Wythe" Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, linux-s390@vger.kernel.org, linux-rdma@vger.kernel.org References: <1645716379-30924-1-git-send-email-alibuda@linux.alibaba.com> From: Karsten Graul Organization: IBM Deutschland Research & Development GmbH In-Reply-To: <1645716379-30924-1-git-send-email-alibuda@linux.alibaba.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Proofpoint-ORIG-GUID: zMFXMy-hY_q12jAvdaf6LgEqL9nmNs9d X-Proofpoint-GUID: 44g8YazxQ3BLRlav5KJm_B8lO03nlZZn X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.816,Hydra:6.0.425,FMLib:17.11.64.514 definitions=2022-02-24_06,2022-02-24_01,2022-02-23_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 priorityscore=1501 phishscore=0 adultscore=0 lowpriorityscore=0 malwarescore=0 bulkscore=0 clxscore=1015 mlxscore=0 impostorscore=0 spamscore=0 mlxlogscore=924 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2201110000 definitions=main-2202240121 Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org On 24/02/2022 16:26, D. Wythe wrote: > From: "D. Wythe" > > There's a potential leak issue under following execution sequence : > Thank you! Acked-by: Karsten Graul