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 5635DC61DA4 for ; Thu, 16 Feb 2023 04:14:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229524AbjBPEO2 (ORCPT ); Wed, 15 Feb 2023 23:14:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbjBPEO1 (ORCPT ); Wed, 15 Feb 2023 23:14:27 -0500 Received: from out30-119.freemail.mail.aliyun.com (out30-119.freemail.mail.aliyun.com [115.124.30.119]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E07D932CED; Wed, 15 Feb 2023 20:14:24 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R151e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045192;MF=alibuda@linux.alibaba.com;NM=1;PH=DS;RN=8;SR=0;TI=SMTPD_---0VbmlacN_1676520860; Received: from 30.221.149.236(mailfrom:alibuda@linux.alibaba.com fp:SMTPD_---0VbmlacN_1676520860) by smtp.aliyun-inc.com; Thu, 16 Feb 2023 12:14:22 +0800 Message-ID: <10e6ffcd-c24c-2d2d-bb71-af2b1a7844ab@linux.alibaba.com> Date: Thu, 16 Feb 2023 12:14:20 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH net] net/smc: fix application data exception Content-Language: en-US To: Jakub Kicinski , Wenjia Zhang Cc: kgraul@linux.ibm.com, jaka@linux.ibm.com, davem@davemloft.net, netdev@vger.kernel.org, linux-s390@vger.kernel.org, linux-rdma@vger.kernel.org References: <1669450950-27681-1-git-send-email-alibuda@linux.alibaba.com> <20230215093110.11ea76e8@kernel.org> From: "D. Wythe" In-Reply-To: <20230215093110.11ea76e8@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org On 2/16/23 1:31 AM, Jakub Kicinski wrote: > On Wed, 15 Feb 2023 10:27:55 +0100 Wenjia Zhang wrote: >> Hi David, >> >> Thank you for remembering me again about this patch. I did forget to >> answer you, sorry! >> >> My consideration was if memzero_explicit() is necessary in this case. >> But sure, it makes sense, especiall when the dereferencing is in >> somewhere else. >> >> Thank you for the fix! >> >> Reviewed-by: Wenjia Zhang > > Thanks! David, please repost if you'd like the patch to be applied to > the networking tree. The original posting is too old to use. Thank you for your reminder. I will repost it after rebasing. D. Wythe