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 4E48125948F for ; Mon, 30 Dec 2024 14:19:57 +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=1735568397; cv=none; b=uJXrz8jb2mL7fPcSIIr5QQ8nsdYfO488bPu08ISS5shpdPjg1NGjJLGPg15/W0N4EusBknU64gVWTTL+Q3CLcvYYJUpBmJOYIZhYN9Xd4KNpwPfHp/cqK/p69aDZpAh8/eBV0hH0PT7blRH1qaxdUSexl3gP4WK7AsQY9fpUD1s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735568397; c=relaxed/simple; bh=3ARNFDyakxXe5BvJ6D32YnAXXbsvKw7v/j86t7EL3M0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ouyh9muIuc7VnJnPtsirpOVLX4jqzOFJM01/3eLNQSfxsfPmbRvUHwb2GaC0fnu/J/qIrVIToj8lVh5EXqme04mwaGTYj45R7z185qZL2kwZBVxZebnzXkB/+30QcwHo/07XhxbWt2JaqOxEiMVt/D4wHhhmzfR9TgK/E6XFQQE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=MzwVPVuL; 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="MzwVPVuL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 796D6C4CED0; Mon, 30 Dec 2024 14:19:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1735568396; bh=3ARNFDyakxXe5BvJ6D32YnAXXbsvKw7v/j86t7EL3M0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MzwVPVuL+XChDmg7LK1q34aMDtV96TG5rLz6luHbhls2kCrBjgjfRWlCC6ef9amKP /VEW5oiqE+gBUWWfwajHfAYfrErk7pdxrFXO60iL/xGwbLJSElEhfzqSqEbHhZB5C8 zfUuuIneIDXsZaiILyhsGXrteBhJXq2jB7OfUo0o= Date: Mon, 30 Dec 2024 15:19:53 +0100 From: Greg Kroah-Hartman To: Harshit Mogalapalli Cc: cve@kernel.org, linux-kernel@vger.kernel.org, Vegard Nossum Subject: Re: CVE-2024-26929: scsi: qla2xxx: Fix double free of fcport Message-ID: <2024123009-wobbly-albatross-d8e3@gregkh> References: <2024050122-CVE-2024-26929-07f0@gregkh> <6d1c4ea0-6c5b-409a-b465-ad2e5220d6f4@oracle.com> <2024122942-blissful-framing-214e@gregkh> 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: On Sun, Dec 29, 2024 at 06:17:14PM +0530, Harshit Mogalapalli wrote: > Hi Greg, > > On 29/12/24 12:54, Greg Kroah-Hartman wrote: > ... > > > > > > > > > I think the broken commit/vuln commit is: 4895009c4bb7 ("scsi: qla2xxx: > > > Prevent command send on chip reset") and this is only present in stable > > > kernels newer than (>=) 5.15.y. > > > > > > Is it worth putting the vuln commit information if we find out what the > > > broken/vuln commit is while trying to backport it to older stable kernels ? > > > > Yes it is, our tools provide for this, see: > > https://git.kernel.org/pub/scm/linux/security/vulns.git/tree/cve/schema#n69 > > for how to do it (i.e. give us a git id and we can add a .vulnerable > > file so the tools pick it up properly, or send us a patch for that!) > > > > Do you want to send a patch for this, or do you need us to? > > > > I will send a patch, thanks for the guidance. Great! Also feel free to send patches for any other cve that you notice needs a proper ".vulnerable" entry added for it. I am sure there are loads of them missing. thanks, greg k-h