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] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 4 Jan 2021 11:22:54 +0800
From:   Jason Wang <jasowang@...hat.com>
To:     Randy Dunlap <rdunlap@...radead.org>, mst@...hat.com,
        virtualization@...ts.linux-foundation.org,
        linux-kernel@...r.kernel.org
Cc:     shahafs@...lanox.com
Subject: Re: [PATCH V2 16/19] virtio-pci: introduce modern device module


On 2020/12/5 上午1:10, Randy Dunlap wrote:
> Hi Jason--
>
> On 12/3/20 8:03 PM, Jason Wang wrote:
>> diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
>> index 7b41130d3f35..d1a6bd2a975f 100644
>> --- a/drivers/virtio/Kconfig
>> +++ b/drivers/virtio/Kconfig
>> @@ -12,6 +12,14 @@ config ARCH_HAS_RESTRICTED_VIRTIO_MEMORY_ACCESS
>>   	  This option is selected if the architecture may need to enforce
>>   	  VIRTIO_F_ACCESS_PLATFORM
>>   
>> +config VIRTIO_PCI_MODERN
>> +	tristate "Modern Virtio PCI Device"
>> +	depends on PCI
>> +	help
>> +	  Modern PCI device implementation. This module implement the
> 	                                                implements
>
>> +	  basic probe and control for devices which is based on modern
> 	                                            are
>
>> +	  PCI device with possible vendor specific extensions.
> 	      devices
>> +
>
> cheers.


All fixed.

Thanks


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ