Re: [PATCH v6 4/5] x86/bugs: Declutter vulnerable CPU list

From: Dave Hansen
Date: Thu Mar 06 2025 - 12:04:47 EST


On 3/6/25 08:57, Pawan Gupta wrote:
> As one of the goal of the patch is to shorten the macro names and follow
> the VULNWL_<> pattern, would it make sense to rename VULNWL_INTEL to:
>
> #define VULNWL_VFM(vfm, whitelist) \
> X86_MATCH_VFM(vfm, whitelist)

I don't think saving 6 characters justifies the extra level of
abstraction personally.