<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>42ffe242 - test/vsock: add install target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/vsock/Makefile#42ffe242</link>
        <description>test/vsock: add install targetAdd install target for vsock to make Yocto easy to install the images.Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Reviewed-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Link: https://patch.msgid.link/20240710122728.45044-1-peng.fan@oss.nxp.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/vsock/Makefile</description>
        <pubDate>Wed, 10 Jul 2024 12:27:28 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>8d211285 - test/vsock: io_uring rx/tx tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/vsock/Makefile#8d211285</link>
        <description>test/vsock: io_uring rx/tx testsThis adds set of tests which use io_uring for rx/tx. This test suite isimplemented as separated util like &apos;vsock_test&apos; and has the same set ofinput arguments as &apos;vsock_test&apos;. These tests only cover cases of datatransmission (no connect/bind/accept etc).Signed-off-by: Arseniy Krasnov &lt;avkrasnov@salutedevices.com&gt;Reviewed-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/vsock/Makefile</description>
        <pubDate>Tue, 10 Oct 2023 19:15:24 +0000</pubDate>
        <dc:creator>Arseniy Krasnov &lt;avkrasnov@salutedevices.com&gt;</dc:creator>
    </item>
<item>
        <title>e846d679 - test/vsock: MSG_ZEROCOPY support for vsock_perf</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/vsock/Makefile#e846d679</link>
        <description>test/vsock: MSG_ZEROCOPY support for vsock_perfTo use this option pass &apos;--zerocopy&apos; parameter:./vsock_perf --zerocopy --sender &lt;cid&gt; ...With this option MSG_ZEROCOPY flag will be passed to the &apos;send()&apos; call.Signed-off-by: Arseniy Krasnov &lt;avkrasnov@salutedevices.com&gt;Reviewed-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/vsock/Makefile</description>
        <pubDate>Tue, 10 Oct 2023 19:15:23 +0000</pubDate>
        <dc:creator>Arseniy Krasnov &lt;avkrasnov@salutedevices.com&gt;</dc:creator>
    </item>
<item>
        <title>bc36442e - test/vsock: MSG_ZEROCOPY flag tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/vsock/Makefile#bc36442e</link>
        <description>test/vsock: MSG_ZEROCOPY flag testsThis adds three tests for MSG_ZEROCOPY feature:1) SOCK_STREAM tx with different buffers.2) SOCK_SEQPACKET tx with different buffers.3) SOCK_STREAM test to read empty error queue of the socket.Patch also works as preparation for the next patches for tools in thispatchset: vsock_perf and vsock_uring_test:1) Adds several new functions to util.c - they will be also used by   vsock_uring_test.2) Adds two new functions for MSG_ZEROCOPY handling to a new source   file - such source will be shared between vsock_test, vsock_perf and   vsock_uring_test, thus avoiding code copy-pasting.Signed-off-by: Arseniy Krasnov &lt;avkrasnov@salutedevices.com&gt;Reviewed-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/vsock/Makefile</description>
        <pubDate>Tue, 10 Oct 2023 19:15:22 +0000</pubDate>
        <dc:creator>Arseniy Krasnov &lt;avkrasnov@salutedevices.com&gt;</dc:creator>
    </item>
<item>
        <title>3c50c8b2 - test/vsock: remove vsock_perf executable on `make clean`</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/vsock/Makefile#3c50c8b2</link>
        <description>test/vsock: remove vsock_perf executable on `make clean`We forgot to add vsock_perf to the rm command in the `clean`target, so now we have a left over after `make clean` intools/testing/vsock.Fixes: 8abbffd27ced (&quot;test/vsock: vsock_perf utility&quot;)Cc: AVKrasnov@sberdevices.ruSigned-off-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Tested-by: Simon Horman &lt;horms@kernel.org&gt; # build-testedLink: https://lore.kernel.org/r/20230803085454.30897-1-sgarzare@redhat.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/vsock/Makefile</description>
        <pubDate>Thu, 03 Aug 2023 08:54:54 +0000</pubDate>
        <dc:creator>Stefano Garzarella &lt;sgarzare@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>8abbffd2 - test/vsock: vsock_perf utility</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/vsock/Makefile#8abbffd2</link>
        <description>test/vsock: vsock_perf utilityThis adds utility to check vsock rx/tx performance.Usage as sender:./vsock_perf --sender &lt;cid&gt; --port &lt;port&gt; --bytes &lt;bytes to send&gt;Usage as receiver:./vsock_perf --port &lt;port&gt; --rcvlowat &lt;SO_RCVLOWAT&gt;Signed-off-by: Arseniy Krasnov &lt;AVKrasnov@sberdevices.ru&gt;Reviewed-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/tools/testing/vsock/Makefile</description>
        <pubDate>Tue, 10 Jan 2023 10:18:32 +0000</pubDate>
        <dc:creator>Arseniy Krasnov &lt;AVKrasnov@sberdevices.ru&gt;</dc:creator>
    </item>
<item>
        <title>cdbcc18d - VSOCK: add AF_VSOCK test cases</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/vsock/Makefile#cdbcc18d</link>
        <description>VSOCK: add AF_VSOCK test casesThe vsock_test.c program runs a test suite of AF_VSOCK test cases.Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;Signed-off-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/vsock/Makefile</description>
        <pubDate>Wed, 18 Dec 2019 18:07:04 +0000</pubDate>
        <dc:creator>Stefan Hajnoczi &lt;stefanha@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>df7e0e0d - VSOCK: extract utility functions from vsock_diag_test.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/vsock/Makefile#df7e0e0d</link>
        <description>VSOCK: extract utility functions from vsock_diag_test.cMove useful functions into a separate file in preparation for morevsock test programs.Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;Signed-off-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/vsock/Makefile</description>
        <pubDate>Wed, 18 Dec 2019 18:07:00 +0000</pubDate>
        <dc:creator>Stefan Hajnoczi &lt;stefanha@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>43985468 - VSOCK: fix header include in vsock_diag_test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/vsock/Makefile#43985468</link>
        <description>VSOCK: fix header include in vsock_diag_testThe vsock_diag_test program directly included ../../../include/uapi/headers from the source tree.  Tests are supposed to use theusr/include/linux/ headers that have been prepared with makeheaders_install instead.Suggested-by: David S. Miller &lt;davem@davemloft.net&gt;Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;Signed-off-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/vsock/Makefile</description>
        <pubDate>Wed, 18 Dec 2019 18:06:58 +0000</pubDate>
        <dc:creator>Stefan Hajnoczi &lt;stefanha@redhat.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/tools/testing/vsock/Makefile#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/tools/testing/vsock/Makefile</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>0b025033 - VSOCK: add tools/testing/vsock/vsock_diag_test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/vsock/Makefile#0b025033</link>
        <description>VSOCK: add tools/testing/vsock/vsock_diag_testThis patch adds tests for the vsock_diag.ko module.These tests are not self-tests because they require manual set up of aKVM or VMware guest.  Please see tools/testing/vsock/README forinstructions.The control.h and timeout.h infrastructure can be used for additionalAF_VSOCK tests in the future.Signed-off-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/vsock/Makefile</description>
        <pubDate>Thu, 05 Oct 2017 20:46:54 +0000</pubDate>
        <dc:creator>Stefan Hajnoczi &lt;stefanha@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
