Re: [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/22/23 17:46, Sean Christopherson wrote:
   Tag svm_hv_hardware_setup() with __init to fix a modpost warning as the
   non-stub implementation accesses __initdata (svm_x86_ops), i.e. would
   generate a use-after-free if svm_hv_hardware_setup() were actually invoked
   post-init.  The helper is only called from svm_hardware_setup(), which is
   also __init, i.e. other than the modpost warning, lack of __init is benign.

Done. It's caused by the compiler deciding not to inline the function, probably.

Also Cc'ed stable.

Paolo




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux