Re: [PATCH v2 1/2] x86/cpufeatures: Add "Allowed SEV Features" Feature

From: Thomas Gleixner
Date: Sun Aug 25 2024 - 08:36:11 EST


On Thu, Aug 22 2024 at 17:19, Kim Phillips wrote:
> Add CPU feature detection for "Allowed SEV Features" to allow the
> Hypervisor to enforce that SEV-ES and SEV-SNP guest VMs cannot
> enable features (via SEV_FEATURES) that the Hypervisor does not
> support or wish to be enabled.
>
> Signed-off-by: Kishon Vijay Abraham I <kvijayab@xxxxxxx>
> Signed-off-by: Kim Phillips <kim.phillips@xxxxxxx>

This Signed-off-by chain is wrong. Either the patch is authored by
Kishon, then the changelog needs a From: Kishon... line or you need
Co-developed-by. See Documentation/process ....

Thanks

tglx