<?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>521ed1ce - selftests: forwarding: Remove duplicated lib.sh content</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/drivers/net/team/Makefile#521ed1ce</link>
        <description>selftests: forwarding: Remove duplicated lib.sh contentcommit 25ae948b4478 (&quot;selftests/net: add lib.sh&quot;) added net/lib.sh tocontain code shared by tests under net/ and net/forwarding/. However, thiscaused issues with selftests from directories other than net/forwarding/,in particular those under drivers/net/. Those issues were avoided in asimple way by duplicating some content in commit 2114e83381d3 (&quot;selftests:forwarding: Avoid failures to source net/lib.sh&quot;).In order to remove the duplicated content, restore the inclusion ofnet/lib.sh from net/forwarding/lib.sh but with the following changes:* net/lib.sh is imported through the net_forwarding_dir pathThe original expression &quot;source ../lib.sh&quot; would look for lib.sh in thedirectory above the script file&apos;s one, which did not work for tests underdrivers/net/.* net/lib.sh is added to TEST_INCLUDESSince net/forwarding/lib.sh now sources net/lib.sh, both of those filesmust be exported along with tests which source net/forwarding/lib.sh.Suggested-by: Hangbin Liu &lt;liuhangbin@gmail.com&gt;Reviewed-by: Hangbin Liu &lt;liuhangbin@gmail.com&gt;Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Signed-off-by: Benjamin Poirier &lt;bpoirier@nvidia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/drivers/net/team/Makefile</description>
        <pubDate>Fri, 26 Jan 2024 23:21:23 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>975b4a8b - selftests: team: Add shared library scripts to TEST_INCLUDES</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/drivers/net/team/Makefile#975b4a8b</link>
        <description>selftests: team: Add shared library scripts to TEST_INCLUDESIn order to avoid duplicated files when both the team and bonding tests areexported together, add lag_lib.sh to TEST_INCLUDES.Do likewise for net/forwarding/lib.sh regarding team and forwarding tests.Reviewed-by: Petr Machata &lt;petrm@nvidia.com&gt;Tested-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Hangbin Liu &lt;liuhangbin@gmail.com&gt;Signed-off-by: Benjamin Poirier &lt;bpoirier@nvidia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/drivers/net/team/Makefile</description>
        <pubDate>Fri, 26 Jan 2024 23:21:20 +0000</pubDate>
        <dc:creator>Benjamin Poirier &lt;bpoirier@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>ae108c48 - selftests: net: Fix cross-tree inclusion of scripts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/drivers/net/team/Makefile#ae108c48</link>
        <description>selftests: net: Fix cross-tree inclusion of scriptsWhen exporting and running a subset of selftests via kselftest, files fromparts of the source tree which were not exported are not available. A fewtests are trying to source such files. Address the problem by usingsymlinks.The problem can be reproduced by running:make -C tools/testing/selftests gen_tar TARGETS=&quot;drivers/net/bonding&quot;[... extract archive ...]./run_kselftest.shor:make kselftest KBUILD_OUTPUT=/tmp/kselftests TARGETS=&quot;drivers/net/bonding&quot;Fixes: bbb774d921e2 (&quot;net: Add tests for bonding and team address list management&quot;)Fixes: eccd0a80dc7f (&quot;selftests: net: dsa: add a stress test for unlocked FDB operations&quot;)Link: https://lore.kernel.org/netdev/40f04ded-0c86-8669-24b1-9a313ca21076@redhat.com/Reported-by: Jonathan Toppins &lt;jtoppins@redhat.com&gt;Signed-off-by: Benjamin Poirier &lt;bpoirier@nvidia.com&gt;Reviewed-by: Jonathan Toppins &lt;jtoppins@redhat.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/drivers/net/team/Makefile</description>
        <pubDate>Wed, 19 Oct 2022 09:10:41 +0000</pubDate>
        <dc:creator>Benjamin Poirier &lt;bpoirier@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>bbb774d9 - net: Add tests for bonding and team address list management</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/drivers/net/team/Makefile#bbb774d9</link>
        <description>net: Add tests for bonding and team address list managementTest that the bonding and team drivers clean up an underlying device&apos;saddress lists (dev-&gt;uc, dev-&gt;mc) when the aggregated device is deleted.Test addition and removal of the LACPDU multicast address on underlyingdevices by the bonding driver.v2:* add lag_lib.sh to TEST_FILESv3:* extend bond_listen_lacpdu_multicast test to init_state up and down cases* remove some superfluous shell syntax and &apos;set dev ... up&apos; commandsSigned-off-by: Benjamin Poirier &lt;bpoirier@nvidia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/drivers/net/team/Makefile</description>
        <pubDate>Wed, 07 Sep 2022 07:56:42 +0000</pubDate>
        <dc:creator>Benjamin Poirier &lt;bpoirier@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
