Re: [PATCH 3/5] crypto/ccp: export firmware supported vm types
From: Tycho Andersen
Date: Tue Mar 03 2026 - 18:05:25 EST
On Tue, Mar 03, 2026 at 12:15:07PM -0700, Tycho Andersen wrote:
> +/*
> + * For CVE-2025-48514 defined in AMD-SB-3023
> + * https://www.amd.com/en/resources/product-security/bulletin/amd-sb-3023.html
> + */
> +#define SNP_MIT_VEC_CVE_2025_48514 BIT(3)
It turns out that the public security bulletin is wrong, and this is
not the right way to check for this. I will respin the series with a
fix.
Tycho