From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 154BD3ED5A8 for ; Wed, 17 Jun 2026 13:55:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781704545; cv=none; b=pslMa/DnQNa3Sk2BecfOCjvawb1fok71T7NwhjN8k8XA2F8TZ22Fs6Fz4X+7iBGNRYpLMGq/w1hlX7OGdQUCxdb2YxGjepqKdm27smuw/JNweS+ZcKyAbn1zuE7QSbQX4IivhUb+otdDhCEC1ks6Y1fWcVtdaHxfZTaam167SsE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781704545; c=relaxed/simple; bh=nlgpZNf4pqdG0DzYHtsfVEBQtSFDCv9LZIvzKqs8N+M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=k8kHkVSsGYFFb4OKjdAxXbzpO7uNR6PW9JclvqsEODexsYYXMVY+Aisp1M1r+jylXPpspV/3/yqgRnARZu1NzthDpK85/lC+IUdhU4Yv+32OXdUNAx0W86bgrUQT0W/W4fUdBOaVpqxKFoxMljSqgWuPtU7neN0evaXhtakELwY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2lqx6aT5; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="2lqx6aT5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D24351F00A3A; Wed, 17 Jun 2026 13:55:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1781704543; bh=3khTKY7oTfUZtJMDgYExidsRf/IppptTuaX2WR9I9Lo=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=2lqx6aT57JoxpEjgaahUhdv/cM3wSqAbSdw/tJgjzExiuSATytMcQ84diFoEpMHot Ivcy73wHqCBrTI/GQjSEZQoonvbyrPaczNoFgvySueDqngezqdTFtGK4MsEqpoISbH /f+DNxCXLT0Irj0kowseUVA517vcLD2EStrPHjIg= Date: Wed, 17 Jun 2026 19:24:36 +0530 From: Greg KH To: Brendan Jackman Cc: cve@kernel.org, linux-kernel@vger.kernel.org Subject: Re: CVE-2026-46174: x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache Message-ID: <2026061709-walnut-grazing-369f@gregkh> References: <2026052828-CVE-2026-46174-e399@gregkh> <20260616075443.487120-1-jackmanb@google.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: <20260616075443.487120-1-jackmanb@google.com> On Tue, Jun 16, 2026 at 07:54:43AM +0000, Brendan Jackman wrote: > Hi Greg, > > This is https://nvd.nist.gov/vuln/detail/cve-2025-54518 right? I suppose we > shouldn't have a separate CVE for the kernel patch. > > On the other hand I dunno if this actually matters very much. If AMD objects, we will be glad to remove it, it was hard to determine if we needed to do this or not. thanks, greg k-h