Re: [PATCH v2] KVM: x86: add missing MODULE_DESCRIPTION() macros

From: Jeff Johnson
Date: Fri Jun 28 2024 - 19:11:06 EST


On 6/28/2024 3:55 PM, Sean Christopherson wrote:
> On Sat, 22 Jun 2024 22:44:55 -0700, Jeff Johnson wrote:
>> Fix the following allmodconfig 'make W=1' warnings when building for x86:
>> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/x86/kvm/kvm.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/x86/kvm/kvm-intel.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/x86/kvm/kvm-amd.o
>
> I split this into two commits. The x86 changes went to `kvm-x86 misc`, and the
> generic KVM one went to `kvm-x86 generic`. I split them partly so that I could
> opportunistically delete the VT-x comment from kvm_main.c, which was comically
> stale.
>
> Holler if anything looks wrong. Thanks!
>
> [1/1] KVM: x86: add missing MODULE_DESCRIPTION() macros
> https://github.com/kvm-x86/linux/commit/8815d77cbc99
>
> [1/1] KVM: Add missing MODULE_DESCRIPTION()
> https://github.com/kvm-x86/linux/commit/25bc6af60f61
>
> --
> https://github.com/kvm-x86/linux/tree/next
LGTM, thanks!