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

From: Pawan Gupta
Date: Thu Mar 06 2025 - 12:26:37 EST


On Thu, Mar 06, 2025 at 09:03:52AM -0800, Dave Hansen wrote:
> 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.

Ok, I will stick with X86_MATCH_VFM().