<?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>2da789cd - selftests: amd-pstate: fix TEST_FILES</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/amd-pstate/Makefile#2da789cd</link>
        <description>selftests: amd-pstate: fix TEST_FILESBring back the Python scripts that were initially added withTEST_GEN_FILES but now with TEST_FILES to avoid having them deletedwhen doing a clean.  Also fix the way the architecture is beingdetermined as they should also be installed when ARCH=x86_64 isprovided explicitly.  Then also append extra files to TEST_FILES andTEST_PROGS with += so they don&apos;t get discarded.Fixes: ba2d788aa873 (&quot;selftests: amd-pstate: Trigger tbench benchmark and test cpus&quot;)Fixes: a49fb7218ed8 (&quot;selftests: amd-pstate: Don&apos;t delete source files via Makefile&quot;)Signed-off-by: Guillaume Tucker &lt;guillaume.tucker@collabora.com&gt;Acked-by: Huang Rui &lt;ray.huang@amd.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/amd-pstate/Makefile</description>
        <pubDate>Sat, 04 Feb 2023 13:34:54 +0000</pubDate>
        <dc:creator>Guillaume Tucker &lt;guillaume.tucker@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>a49fb721 - selftests: amd-pstate: Don&apos;t delete source files via Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/amd-pstate/Makefile#a49fb721</link>
        <description>selftests: amd-pstate: Don&apos;t delete source files via MakefileRevert the portion of a recent Makefile change that incorrectlydeletes source files when doing &quot;make clean&quot;.Fixes: ba2d788aa873 (&quot;selftests: amd-pstate: Trigger tbench benchmark and test cpus&quot;)Reported-by: Sedat Dilek &lt;sedat.dilek@gmail.com&gt;Tested-by: Sedat Dilek &lt;sedat.dilek@gmail.com&gt;Reviewed-by: Sedat Dilek &lt;sedat.dilek@gmail.com&gt;Acked-by: Huang Rui &lt;ray.huang@amd.com&gt;Signed-off-by: Doug Smythies &lt;dsmythies@telus.net&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/amd-pstate/Makefile</description>
        <pubDate>Sat, 21 Jan 2023 16:41:35 +0000</pubDate>
        <dc:creator>Doug Smythies &lt;dsmythies@telus.net&gt;</dc:creator>
    </item>
<item>
        <title>013190c4 - selftests: amd-pstate: Trigger gitsource benchmark and test cpus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/amd-pstate/Makefile#013190c4</link>
        <description>selftests: amd-pstate: Trigger gitsource benchmark and test cpusAdd gitsource.sh trigger the gitsource testing and monitor the cpu desireperformance, frequency, load, power consumption and throughput etc.1) Download and tar gitsource codes.2) Run gitsource benchmark on specific governors, ondemand or schedutil.3) Run tbench benchmark comparative test on acpi-cpufreq kernel driver.4) Get desire performance, frequency, load by perf.5) Get power consumption and throughput by amd_pstate_trace.py.6) Get run time by /usr/bin/time.7) Analyse test results and save it in file selftest.gitsource.csv.8) Plot png images about time, energy and performance per wattfor each test.Fixed whitespace error during commit:Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Signed-off-by: Meng Li &lt;li.meng@amd.com&gt;Acked-by: Huang Rui &lt;ray.huang@amd.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/amd-pstate/Makefile</description>
        <pubDate>Mon, 31 Oct 2022 08:49:23 +0000</pubDate>
        <dc:creator>Meng Li &lt;li.meng@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>ba2d788a - selftests: amd-pstate: Trigger tbench benchmark and test cpus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/amd-pstate/Makefile#ba2d788a</link>
        <description>selftests: amd-pstate: Trigger tbench benchmark and test cpusAdd tbench.sh trigger the tbench testing and monitor the cpu desireperformance, frequency, load, power consumption and throughput etc.Signed-off-by: Meng Li &lt;li.meng@amd.com&gt;Acked-by: Huang Rui &lt;ray.huang@amd.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/amd-pstate/Makefile</description>
        <pubDate>Mon, 31 Oct 2022 08:49:22 +0000</pubDate>
        <dc:creator>Meng Li &lt;li.meng@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>e5df3268 - selftests: amd-pstate: Split basic.sh into run.sh and basic.sh.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/amd-pstate/Makefile#e5df3268</link>
        <description>selftests: amd-pstate: Split basic.sh into run.sh and basic.sh.Split basic.sh into run.sh and basic.sh.The modification makes basic.sh more pure, just for test basic kernelfunctions. The file of run.sh mainly contains functions such as testentry, parameter check, prerequisite and log clearing etc.Then you can specify test case in kselftest/amd-pstate, for example:sudo ./run.sh -c basic. The detail please run the below script../run.sh --helpSigned-off-by: Meng Li &lt;li.meng@amd.com&gt;Acked-by: Huang Rui &lt;ray.huang@amd.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/amd-pstate/Makefile</description>
        <pubDate>Mon, 31 Oct 2022 08:49:21 +0000</pubDate>
        <dc:creator>Meng Li &lt;li.meng@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>a2fa60ee - selftests: amd-pstate: Rename amd-pstate-ut.sh to basic.sh.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/amd-pstate/Makefile#a2fa60ee</link>
        <description>selftests: amd-pstate: Rename amd-pstate-ut.sh to basic.sh.Rename amd-pstate-ut.sh to basic.sh.The purpose of this modification is to facilitate the subsequentaddition of gitsource, tbench and other tests.Signed-off-by: Meng Li &lt;li.meng@amd.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/amd-pstate/Makefile</description>
        <pubDate>Mon, 31 Oct 2022 08:49:20 +0000</pubDate>
        <dc:creator>Meng Li &lt;li.meng@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>e1083a03 - selftests: amd-pstate: Add test trigger for amd-pstate driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/amd-pstate/Makefile#e1083a03</link>
        <description>selftests: amd-pstate: Add test trigger for amd-pstate driverAdd amd-pstate test trigger in kselftest, it will load/unloadamd-pstate-ut module to test some cases etc.Signed-off-by: Meng Li &lt;li.meng@amd.com&gt;Acked-by: Huang Rui &lt;ray.huang@amd.com&gt;Reviewed-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/amd-pstate/Makefile</description>
        <pubDate>Wed, 17 Aug 2022 03:46:29 +0000</pubDate>
        <dc:creator>Meng Li &lt;li.meng@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
