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 AE3A2C6FD1A for ; Mon, 6 Mar 2023 07:24:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229688AbjCFHYQ (ORCPT ); Mon, 6 Mar 2023 02:24:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229558AbjCFHYO (ORCPT ); Mon, 6 Mar 2023 02:24:14 -0500 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6132B558D; Sun, 5 Mar 2023 23:24:09 -0800 (PST) Received: from dggpeml100012.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4PVVNx6B4jzSkdJ; Mon, 6 Mar 2023 15:21:05 +0800 (CST) Received: from [10.67.110.218] (10.67.110.218) by dggpeml100012.china.huawei.com (7.185.36.121) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Mon, 6 Mar 2023 15:24:07 +0800 Message-ID: Date: Mon, 6 Mar 2023 15:24:07 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH 5.15] usb: dwc3: dwc3-qcom: Add missing platform_device_put() in dwc3_qcom_acpi_register_core Content-Language: en-US To: Greg KH CC: , , , , , , , References: <20230303023439.774616-1-zhengyejian1@huawei.com> From: Zheng Yejian In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.110.218] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To dggpeml100012.china.huawei.com (7.185.36.121) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/3/6 13:49, Greg KH wrote: > On Mon, Mar 06, 2023 at 09:26:31AM +0800, Zheng Yejian wrote: >> On 2023/3/3 23:49, Greg KH wrote: >>> On Fri, Mar 03, 2023 at 10:34:39AM +0800, Zheng Yejian wrote: >>>> From: Miaoqian Lin >>>> >>>> commit fa0ef93868a6062babe1144df2807a8b1d4924d2 upstream. >>>> >>>> Add the missing platform_device_put() before return from >>>> dwc3_qcom_acpi_register_core in the error handling case. >>>> >>>> Signed-off-by: Miaoqian Lin >>>> Link: https://lore.kernel.org/r/20211231113641.31474-1-linmq006@gmail.com >>>> Signed-off-by: Greg Kroah-Hartman >>>> CVE: CVE-2023-22995 >>> >>> That is a bogus CVE, please go revoke it. >> >> Agree. I see this CVE and its fixes information from NVD, >> so try to backport this patch to fix it: >> Link: https://nvd.nist.gov/vuln/detail/CVE-2023-22995 > > Again, this is not a valid bug, the "problem" described can not ever be > hit in a real system from what I can tell. Agreed! > >> Then should I just remove the "CVE: " field and send a v2 patch? >> Or you mean "revoke" the CVE from NVD? I actually don't know how >> to do that :( > > If you care about CVEs being "real", yes, please get it revoked from the > NVD. There is no need to backport it either from what I can determine. > Thanks for you pationce :) -- Zheng Yejian > thanks, > > greg k-h