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 43FA6C433F5 for ; Tue, 15 Mar 2022 07:50:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345643AbiCOHvb (ORCPT ); Tue, 15 Mar 2022 03:51:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232675AbiCOHv3 (ORCPT ); Tue, 15 Mar 2022 03:51:29 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B5A812AD8 for ; Tue, 15 Mar 2022 00:50:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 230DBB81115 for ; Tue, 15 Mar 2022 07:50:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34440C340EE; Tue, 15 Mar 2022 07:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1647330614; bh=SYyFnHdQnLb5UOzpXR0K5y/08yWJ9rcxPxc2nwwQ/y8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O6T6VZFe4yMs+yJ3dTApjuZKh6DuqkJqvBuYuEn7wPImC7QrC5P0XRqx/U/yUBZ90 UxH1vGFONm9oB7+p7hWaqh6kuwxMNAG3nY+CVvFmyQVzfvC6Jzo3F9hr3kzXArRbE7 tRzx79xo9+qp/BldrCp745BZHB6vc8P5TztKKDnk= Date: Tue, 15 Mar 2022 08:50:10 +0100 From: Greg KH To: butt3rflyh4ck Cc: Li Fei1 , LKML Subject: Re: [PATCH] virt: acrn: fix a memory leak in acrn_dev_ioctl() Message-ID: References: <20220308092047.1008409-1-butterflyhuangxx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 15, 2022 at 03:36:11PM +0800, butt3rflyh4ck wrote: > Ok, thanks. By the way, I want to explain, Firstly there is just some > parameter that should be freed before func returns the -EINVAL error > in the patch. What patch? I see nothing here :( > I think it was correct, no need to test it. And secondly the commitor > Li Fei1 also reviewed the patch code. finally I am sorry that no arcn > hso hardware to test it. I still have no context at all. Please properly quote your email threads so that we can all understand and respond properly. thanks, greg k-h