Re: [PATCH v7 9/9] eni_vdpa: alibaba: fix Kconfig typo
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2021-11-01 08:18:50
Also in:
lkml
On Fri, Oct 29, 2021 at 05:14:50PM +0800, Wu Zongyong wrote:
The Kconfig symbol was misspelled, which leads to randconfig link failures: ld.lld: error: undefined symbol: vp_legacy_probequoted
quoted
quoted
referenced by eni_vdpa.c vdpa/alibaba/eni_vdpa.o:(eni_vdpa_probe) in archive drivers/built-in.aFixes: 6a9f32c00609 ("eni_vdpa: add vDPA driver for Alibaba ENI") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: Wu Zongyong <redacted>
This one I'll squash into the previous one. That commit hash is not going to match anything useful.
quoted hunk
--- drivers/vdpa/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/vdpa/Kconfig b/drivers/vdpa/Kconfig index 07b0c73212aa..50f45d037611 100644 --- a/drivers/vdpa/Kconfig +++ b/drivers/vdpa/Kconfig@@ -80,7 +80,7 @@ config VP_VDPA config ALIBABA_ENI_VDPA tristate "vDPA driver for Alibaba ENI" - select VIRTIO_PCI_LEGACY_LIB + select VIRTIO_PCI_LIB_LEGACY depends on PCI_MSI && X86 help VDPA driver for Alibaba ENI (Elastic Network Interface) which is built upon-- 2.31.1
_______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization