Re: [PATCH 4/6] x86/cpu: Add platform ID to CPU info structure

From: Dave Hansen

Date: Tue Jan 20 2026 - 10:13:33 EST


On 1/20/26 06:34, Maciej Wieczor-Retman wrote:
>> __u8 x86_stepping;
>> + __u8 x86_platform_id; /* Intel-only. 3 bits */
> Should platform ID be added to print_cpu_info()?
>
> So it's printed alongside (family: 0xN model: 0xN, stepping: 0xN)

It's not a horrible idea, but it's also relatively worthless compared to
the other three. I'd certainly take a look at it if someone sent a
patch, but I'm not really looking to add more to this series that
doesn't _need_ to be here.