Skip to content

Commit 8815d77

Browse files
Jeff Johnsonsean-jc
authored andcommitted
KVM: x86: Add missing MODULE_DESCRIPTION() macros
Add module descriptions for the vendor modules to fix allmodconfig 'make W=1' warnings: WARNING: modpost: missing MODULE_DESCRIPTION() in arch/x86/kvm/kvm-intel.o WARNING: modpost: missing MODULE_DESCRIPTION() in arch/x86/kvm/kvm-amd.o Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240622-md-kvm-v2-1-29a60f7c48b1@quicinc.com [sean: split kvm.ko change to separate commit] Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent 85542ad commit 8815d77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/x86/kvm/svm/svm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#include "svm_onhyperv.h"
5454

5555
MODULE_AUTHOR("Qumranet");
56+
MODULE_DESCRIPTION("KVM support for SVM (AMD-V) extensions");
5657
MODULE_LICENSE("GPL");
5758

5859
#ifdef MODULE

arch/x86/kvm/vmx/vmx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
#include "posted_intr.h"
7575

7676
MODULE_AUTHOR("Qumranet");
77+
MODULE_DESCRIPTION("KVM support for VMX (Intel VT-x) extensions");
7778
MODULE_LICENSE("GPL");
7879

7980
#ifdef MODULE

0 commit comments

Comments
 (0)