All of lore.kernel.org
 help / color / mirror / Atom feed
* Ranconfig failure between VT-d and HVM
@ 2022-04-20 17:49 Andrew Cooper
  2022-04-20 18:01 ` Andrew Cooper
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cooper @ 2022-04-20 17:49 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel

https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/2355562119

ld: prelink.o: in function `vtd_setup':
drivers/passthrough/vtd/iommu.c:(.init.text+0x219f6): undefined
reference to `opt_hap_2mb'
drivers/passthrough/vtd/iommu.c:(.init.text+0x219f6): relocation
truncated to fit: R_X86_64_PC32 against undefined symbol `opt_hap_2mb'
ld: drivers/passthrough/vtd/iommu.c:(.init.text+0x21a23): undefined
reference to `opt_hap_1gb'
drivers/passthrough/vtd/iommu.c:(.init.text+0x21a23): relocation
truncated to fit: R_X86_64_PC32 against undefined symbol `opt_hap_1gb'
ld: ./.xen-syms.0: hidden symbol `opt_hap_2mb' isn't defined
ld: final link failed: bad value
make[3]: *** [arch/x86/Makefile:137: xen-syms] Error 1

It's really not clear why this has first show up now.  There has been a
huge quantity of noise in Gitlab CI for the past 3 weeks with ARM being
offline, but I can't see anything relevant in the large number of IOMMU
changes in that period.

Anyway, the issue is simple.  It's vtd_ept_page_compatible() in a
!CONFIG_HVM build.

~Andrew

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

end of thread, other threads:[~2022-04-21 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20 17:49 Ranconfig failure between VT-d and HVM Andrew Cooper
2022-04-20 18:01 ` Andrew Cooper
2022-04-21  8:32   ` Jan Beulich
2022-04-21 14:12   ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.