<?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 vmbus_testing</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ed0cf84e - vmbus_testing: fix wrong python syntax for integer value comparison</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/hv/vmbus_testing#ed0cf84e</link>
        <description>vmbus_testing: fix wrong python syntax for integer value comparisonIt is incorrect in python to compare integer values using the &quot;is&quot; keyword.The &quot;is&quot; keyword in python is used to compare references to two objects,not their values. Newer version of python3 (version 3.8) throws a warningwhen such incorrect comparison is made. For value comparison, &quot;==&quot; shouldbe used.Fix this in the code and suppress the following warning:/usr/sbin/vmbus_testing:167: SyntaxWarning: &quot;is&quot; with a literal. Did you mean &quot;==&quot;?Signed-off-by: Ani Sinha &lt;anisinha@redhat.com&gt;Link: https://lore.kernel.org/r/20230705134408.6302-1-anisinha@redhat.comSigned-off-by: Wei Liu &lt;wei.liu@kernel.org&gt;

            List of files:
            /linux-6.15/tools/hv/vmbus_testing</description>
        <pubDate>Wed, 05 Jul 2023 13:44:07 +0000</pubDate>
        <dc:creator>Ani Sinha &lt;anisinha@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>c48d8b04 - tools: hv: add vmbus testing tool</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/hv/vmbus_testing#c48d8b04</link>
        <description>tools: hv: add vmbus testing toolThis is a userspace tool to drive the testing. Currently it supportsintroducing user specified delay in the host to guest communicationpath on a per-channel basis.Signed-off-by: Branden Bonaby &lt;brandonbonaby94@gmail.com&gt;Reviewed-by: Michael Kelley &lt;mikelley@microsoft.com&gt;Signed-off-by: Sasha Levin &lt;sashal@kernel.org&gt;

            List of files:
            /linux-6.15/tools/hv/vmbus_testing</description>
        <pubDate>Thu, 03 Oct 2019 21:02:05 +0000</pubDate>
        <dc:creator>Branden Bonaby &lt;brandonbonaby94@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
