RE: [PATCH v2 0/4] Expose new features for intel processor

From: Luck, Tony
Date: Tue Jul 07 2020 - 19:22:51 EST


>Cathy Zhang (2):
> x86: Expose SERIALIZE for supported cpuid
> x86: Expose TSX Suspend Load Address Tracking

Having separate patches for adding the X86_FEATURE bits
is fine (provides space in the commit log to document what each
is for). In this case it also preserves the "Author" of each.

But you should combine patches 3 & 4 into a single patch. Making
two patches to each add one bit to the KVM cpuid code just looks
like you are trying to inflate your patch count.

-Tony