From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2AF371714C0 for ; Fri, 3 Jan 2025 06:52:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735887139; cv=none; b=clpPhPWDjastTuhm41xCgB37SgxVWL9W3bK3AVDW+Hcv+FSZZyWiCZMJcHZ2JDOAVUs+ywZ700xuIsfNMI4YiEIBmLldVAb/qLSI1VHEZujURSAqMkrhRz2Yp4EGKpjdRkw0LYlJEblgH9+3HhicaA0FNWUQcF8UVF4G2OM9tww= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735887139; c=relaxed/simple; bh=TCr9GKviTROZJNW5FGjMqyEep2jcFNRAfYmZp+c0JW4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fyex/MmSiukbS20dpiEnuoNMVKyYukskWKXvUrQ50MT91QwhNJSzd+slv14E+RnSlx++wUo8Q0h5bR1TP9wvWBZXqF1EQDhBWkegmB9Z32hlpGCOBL722D4lNMx5GykIre1nj+0JPp2shHAFeS6vQVY/XnIjmPVi9/+VVWTjuwo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rK+aVU6Z; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="rK+aVU6Z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DDD8C4CECE; Fri, 3 Jan 2025 06:52:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1735887138; bh=TCr9GKviTROZJNW5FGjMqyEep2jcFNRAfYmZp+c0JW4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rK+aVU6ZHi3V2Q5UqQseLRroVcArZxR0J8daWEOaKct1JHRGJLBHNCGAYDytPGTqN xL0T1HOHVYlvuBcsbB0qUp7XkYd3Y5W7Zv4m9UrWIb6rmuRV0dwzwJH79nDWKzcxmE ittS4B90DAtPDGGeVMKd8tTZZPosFPYVknCFhgAk= Date: Fri, 3 Jan 2025 07:52:15 +0100 From: Greg KH To: Harshit Mogalapalli Cc: cve@kernel.org, vegard.nossum@oracle.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] CVE-2024-26929: Add vulnerable commit information Message-ID: <2025010329-kelp-chump-18ac@gregkh> References: <20250102204826.4132786-1-harshit.m.mogalapalli@oracle.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250102204826.4132786-1-harshit.m.mogalapalli@oracle.com> On Thu, Jan 02, 2025 at 12:48:26PM -0800, Harshit Mogalapalli wrote: > This CVE fixes: 4895009c4bb7 ("scsi: qla2xxx: Prevent command send on > chip reset") so add that information in vulnerable commit. > > Signed-off-by: Harshit Mogalapalli > --- > cve/published/2024/CVE-2024-26929.vulnerable | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 cve/published/2024/CVE-2024-26929.vulnerable > > diff --git a/cve/published/2024/CVE-2024-26929.vulnerable b/cve/published/2024/CVE-2024-26929.vulnerable > new file mode 100644 > index 000000000000..b946d6f2786b > --- /dev/null > +++ b/cve/published/2024/CVE-2024-26929.vulnerable > @@ -0,0 +1 @@ > +4895009c4bb72f71f2e682f1e7d2c2d96e482087 > -- > 2.46.0 > > Ok, by doing this it means this whole CVE needs to be rejected as the vulnerable commit never shows up in a a release on its own. Are you sure about this? If so, let's just reject the CVE. thanks, greg k-h