kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Fix warning for missing export.h in Hyper-V drivers
@ 2025-06-11 10:04 Naman Jain
  2025-06-11 10:04 ` [PATCH 1/6] Drivers: hv: Fix warnings for missing export.h header inclusion Naman Jain
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Naman Jain @ 2025-06-11 10:04 UTC (permalink / raw)
  To: K . Y . Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui,
	Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H . Peter Anvin, Vitaly Kuznetsov, Sean Christopherson,
	Paolo Bonzini, Daniel Lezcano, Andrew Lunn, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Rob Herring,
	Bjorn Helgaas, Konstantin Taranov, Leon Romanovsky, Long Li,
	Shiraz Saleem, Shradha Gupta, Maxim Levitsky, Peter Zijlstra,
	Erni Sri Satya Vennela, Souradeep Chakrabarti
  Cc: linux-hyperv, linux-kernel, kvm, netdev, linux-pci

When the kernel is compiled with W=1 option, a warning is reported
if a .c file exports a symbol but does not include export.h header
file. This warning was added in below patch, which merged recently:
commit a934a57a42f6 ("scripts/misc-check: check missing #include <linux/export.h> when W=1")

Fix this issue in Hyper-V drivers. This does not bring any
functional changes.

The one in drivers/hv/vmbus_drv.c is going to be fixed with 
https://lore.kernel.org/all/20250611072704.83199-2-namjain@linux.microsoft.com/
so it is not included in this series.

Naman Jain (6):
  Drivers: hv: Fix warnings for missing export.h header inclusion
  x86/hyperv: Fix warnings for missing export.h header inclusion
  KVM: x86: hyper-v: Fix warnings for missing export.h header inclusion
  clocksource: hyper-v: Fix warnings for missing export.h header
    inclusion
  PCI: hv: Fix warnings for missing export.h header inclusion
  net: mana: Fix warnings for missing export.h header inclusion

 arch/x86/hyperv/hv_init.c                       | 1 +
 arch/x86/hyperv/irqdomain.c                     | 1 +
 arch/x86/hyperv/ivm.c                           | 1 +
 arch/x86/hyperv/nested.c                        | 1 +
 arch/x86/kvm/hyperv.c                           | 1 +
 arch/x86/kvm/kvm_onhyperv.c                     | 1 +
 drivers/clocksource/hyperv_timer.c              | 1 +
 drivers/hv/channel.c                            | 1 +
 drivers/hv/channel_mgmt.c                       | 1 +
 drivers/hv/hv_proc.c                            | 1 +
 drivers/hv/mshv_common.c                        | 1 +
 drivers/hv/mshv_root_hv_call.c                  | 1 +
 drivers/hv/ring_buffer.c                        | 1 +
 drivers/net/ethernet/microsoft/mana/gdma_main.c | 1 +
 drivers/net/ethernet/microsoft/mana/mana_en.c   | 1 +
 drivers/pci/controller/pci-hyperv-intf.c        | 1 +
 16 files changed, 16 insertions(+)


base-commit: 475c850a7fdd0915b856173186d5922899d65686
-- 
2.34.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-07-15 11:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 10:04 [PATCH 0/6] Fix warning for missing export.h in Hyper-V drivers Naman Jain
2025-06-11 10:04 ` [PATCH 1/6] Drivers: hv: Fix warnings for missing export.h header inclusion Naman Jain
2025-06-11 16:50   ` Nuno Das Neves
2025-06-11 10:04 ` [PATCH 2/6] x86/hyperv: " Naman Jain
2025-06-11 10:04 ` [PATCH 3/6] KVM: x86: hyper-v: " Naman Jain
2025-06-11 12:58   ` Sean Christopherson
2025-06-12  4:04     ` Naman Jain
2025-06-11 10:04 ` [PATCH 4/6] clocksource: " Naman Jain
2025-07-15 11:27   ` Daniel Lezcano
2025-06-11 10:04 ` [PATCH 5/6] PCI: hv: " Naman Jain
2025-06-11 10:04 ` [PATCH 6/6] net: mana: " Naman Jain
2025-06-11 11:12 ` [PATCH 0/6] Fix warning for missing export.h in Hyper-V drivers Saurabh Singh Sengar
2025-07-09 23:46 ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).