lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 12 Mar 2021 09:24:42 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Jason Wang <jasowang@...hat.com>, mst@...hat.com
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] vdpa: fix build dependency of VIRTIO_PCI_LIB

On 3/12/21 1:36 AM, Jason Wang wrote:
> The modern PCI device module should be built independently without
> VIRTIO. This patch fixes this.
> 
> Fixes: 7075992ba8873(“vdpa: introduce virtio pci driver")
> Reported-by: Randy Dunlap <rdunlap@...radead.org>
> Signed-off-by: Jason Wang <jasowang@...hat.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org> # build-tested


Thanks.

> ---
>  drivers/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/Makefile b/drivers/Makefile
> index fd11b9ac4cc3..911ee117def4 100644
> --- a/drivers/Makefile
> +++ b/drivers/Makefile
> @@ -42,6 +42,7 @@ obj-$(CONFIG_DMADEVICES)	+= dma/
>  obj-y				+= soc/
>  
>  obj-$(CONFIG_VIRTIO)		+= virtio/
> +obj-$(CONFIG_VIRTIO_PCI_LIB)	+= virtio/
>  obj-$(CONFIG_VDPA)		+= vdpa/
>  obj-$(CONFIG_XEN)		+= xen/
>  
> 


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ