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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67A1EC433E0 for ; Tue, 26 May 2020 09:24:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4158B207ED for ; Tue, 26 May 2020 09:24:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731600AbgEZJYO (ORCPT ); Tue, 26 May 2020 05:24:14 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:56052 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728758AbgEZJYO (ORCPT ); Tue, 26 May 2020 05:24:14 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 03A374E93101BAE2F0CA; Tue, 26 May 2020 17:24:11 +0800 (CST) Received: from [10.174.151.115] (10.174.151.115) by smtp.huawei.com (10.3.19.206) with Microsoft SMTP Server (TLS) id 14.3.487.0; Tue, 26 May 2020 17:24:04 +0800 Subject: Re: [v2 2/2] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() To: Markus Elfring , , , Gonglei , Herbert Xu CC: Corentin Labbe , "Michael S. Tsirkin" , Jason Wang , "David S. Miller" , , References: <20200526031956.1897-1-longpeng2@huawei.com> <20200526031956.1897-3-longpeng2@huawei.com> <0248e0f6-7648-f08d-afa2-170ad2e724b7@web.de> <03d3387f-c886-4fb9-e6f2-9ff8dc6bb80a@huawei.com> <8aab4c6b-7d41-7767-4945-e8af1dec902b@web.de> From: "Longpeng (Mike, Cloud Infrastructure Service Product Dept.)" Message-ID: <321c79df-6397-bbf1-0047-b0b10e5af353@huawei.com> Date: Tue, 26 May 2020 17:24:03 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <8aab4c6b-7d41-7767-4945-e8af1dec902b@web.de> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.151.115] X-CFilter-Loop: Reflected Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On 2020/5/26 17:01, Markus Elfring wrote: >>>> … Thus release specific resources before >>> >>> Is there a need to improve also this information another bit? >>> >> You mean the last two paragraph is redundant ? > > No. > > I became curious if you would like to choose a more helpful information > according to the wording “specific resources”. > > Regards, > Markus > Hi Markus, I respect your work, but please let us to focus on the code itself. I think experts in this area know what these patches want to solve after look at the code. I hope experts in the thread could review the code when you free, thanks :) --- Regards, Longpeng(Mike) From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Longpeng (Mike, Cloud Infrastructure Service Product Dept.)" Subject: Re: [v2 2/2] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() Date: Tue, 26 May 2020 17:24:03 +0800 Message-ID: <321c79df-6397-bbf1-0047-b0b10e5af353@huawei.com> References: <20200526031956.1897-1-longpeng2@huawei.com> <20200526031956.1897-3-longpeng2@huawei.com> <0248e0f6-7648-f08d-afa2-170ad2e724b7@web.de> <03d3387f-c886-4fb9-e6f2-9ff8dc6bb80a@huawei.com> <8aab4c6b-7d41-7767-4945-e8af1dec902b@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <8aab4c6b-7d41-7767-4945-e8af1dec902b@web.de> Content-Language: en-US Sender: stable-owner@vger.kernel.org To: Markus Elfring , linux-crypto@vger.kernel.org, virtualization@lists.linux-foundation.org, Gonglei , Herbert Xu Cc: Corentin Labbe , "Michael S. Tsirkin" , Jason Wang , "David S. Miller" , linux-kernel@vger.kernel.org, stable@vger.kernel.org List-Id: virtualization@lists.linuxfoundation.org On 2020/5/26 17:01, Markus Elfring wrote: >>>> … Thus release specific resources before >>> >>> Is there a need to improve also this information another bit? >>> >> You mean the last two paragraph is redundant ? > > No. > > I became curious if you would like to choose a more helpful information > according to the wording “specific resources”. > > Regards, > Markus > Hi Markus, I respect your work, but please let us to focus on the code itself. I think experts in this area know what these patches want to solve after look at the code. I hope experts in the thread could review the code when you free, thanks :) --- Regards, Longpeng(Mike)