<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1f714291 - VMCI: Add support for ARM64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/vmw_vmci/Kconfig#1f714291</link>
        <description>VMCI: Add support for ARM64Add support for ARM64 architecture so that the driver can now be builtand VMCI device can be used.Update Kconfig file to allow the driver to be built on ARM64 as well.Fail vmci_guest_probe_device() on ARM64 if the device does not supportMMIO register access.  Lastly, add virtualization specific barrierswhich map to actual memory barrier instructions on ARM64, because itis required in case of ARM64 for queuepair (de)queuing.Reviewed-by: Bryan Tan &lt;bryantan@vmware.com&gt;Reviewed-by: Cyprien Laplace &lt;claplace@vmware.com&gt;Signed-off-by: Vishnu Dasa &lt;vdasa@vmware.com&gt;Link: https://lore.kernel.org/r/20220414193316.14356-1-vdasa@vmware.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/vmw_vmci/Kconfig</description>
        <pubDate>Thu, 14 Apr 2022 19:33:16 +0000</pubDate>
        <dc:creator>Vishnu Dasa &lt;vdasa@vmware.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/vmw_vmci/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/vmw_vmci/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>d2f83e90 - Hoist memcpy_fromiovec/memcpy_toiovec into lib/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/vmw_vmci/Kconfig#d2f83e90</link>
        <description>Hoist memcpy_fromiovec/memcpy_toiovec into lib/ERROR: &quot;memcpy_fromiovec&quot; [drivers/vhost/vhost_scsi.ko] undefined!That function is only present with CONFIG_NET.  Turns out thatcrypto/algif_skcipher.c also uses that outside net, but it actuallyneeds sockets anyway.In addition, commit 6d4f0139d642c45411a47879325891ce2a7c164a addedCONFIG_NET dependency to CONFIG_VMCI for memcpy_toiovec, so hoistthat function and revert that commit too.socket.h already includes uio.h, so no callers need updating; tryingonly broke things fo x86_64 randconfig (thanks Fengguang!).Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;Acked-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

            List of files:
            /linux-6.15/drivers/misc/vmw_vmci/Kconfig</description>
        <pubDate>Thu, 16 May 2013 23:35:21 +0000</pubDate>
        <dc:creator>Rusty Russell &lt;rusty@rustcorp.com.au&gt;</dc:creator>
    </item>
<item>
        <title>d87c3f05 - misc/vmw_vmci: Add dependency on CONFIG_NET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/vmw_vmci/Kconfig#d87c3f05</link>
        <description>misc/vmw_vmci: Add dependency on CONFIG_NETBuilding the vmw_vmci driver with CONFIG_NET undefined results in:drivers/built-in.o: In function `__qp_memcpy_from_queue.isra.13&apos;:vmci_queue_pair.c:(.text+0x1671a8): undefined reference to `memcpy_toiovec&apos;drivers/built-in.o: In function `__qp_memcpy_to_queue.isra.14&apos;:vmci_queue_pair.c:(.text+0x167341): undefined reference to `memcpy_fromiovec&apos;make[1]: [vmlinux] Error 1 (ignored)since memcpy_toiovec and memcpy_fromiovec are defined in the networking code.Add the missing dependency.Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/vmw_vmci/Kconfig</description>
        <pubDate>Wed, 27 Feb 2013 19:41:41 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&gt;</dc:creator>
    </item>
<item>
        <title>6d4f0139 - misc/vmw_vmci: Add dependency on CONFIG_NET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/vmw_vmci/Kconfig#6d4f0139</link>
        <description>misc/vmw_vmci: Add dependency on CONFIG_NETBuilding the vmw_vmci driver with CONFIG_NET undefined results in:drivers/built-in.o: In function `__qp_memcpy_from_queue.isra.13&apos;:vmci_queue_pair.c:(.text+0x1671a8): undefined reference to `memcpy_toiovec&apos;drivers/built-in.o: In function `__qp_memcpy_to_queue.isra.14&apos;:vmci_queue_pair.c:(.text+0x167341): undefined reference to `memcpy_fromiovec&apos;make[1]: [vmlinux] Error 1 (ignored)since memcpy_toiovec and memcpy_fromiovec are defined in the networking code.Add the missing dependency.Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/vmw_vmci/Kconfig</description>
        <pubDate>Wed, 27 Feb 2013 19:41:41 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&gt;</dc:creator>
    </item>
<item>
        <title>bad7d9df - VMCI: Add PCI as a dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/vmw_vmci/Kconfig#bad7d9df</link>
        <description>VMCI: Add PCI as a dependencyAdd PCI as a dependency to our build, since we always compile in the guest-sidePCI device support.Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Andy King &lt;acking@vmware.com&gt;Signed-off-by: Dmitry Torokhov &lt;dtor@vmware.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/vmw_vmci/Kconfig</description>
        <pubDate>Thu, 10 Jan 2013 23:41:38 +0000</pubDate>
        <dc:creator>Andy King &lt;acking@vmware.com&gt;</dc:creator>
    </item>
<item>
        <title>20259849 - VMCI: Some header and config files.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/vmw_vmci/Kconfig#20259849</link>
        <description>VMCI: Some header and config files.VMCI head config patch Adds all the necessary files to enable building of the VMCImodule with the Linux Makefiles and Kconfig systems. Also adds the header files usedfor building modules against the driver.Signed-off-by: George Zhang &lt;georgezhang@vmware.com&gt;Acked-by: Andy king &lt;acking@vmware.com&gt;Acked-by: Dmitry Torokhov &lt;dtor@vmware.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/vmw_vmci/Kconfig</description>
        <pubDate>Tue, 08 Jan 2013 23:55:59 +0000</pubDate>
        <dc:creator>George Zhang &lt;georgezhang@vmware.com&gt;</dc:creator>
    </item>
</channel>
</rss>
