<?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>108e5e68 - selftests/powerpc: make sub-folders buildable on their own</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/Makefile#108e5e68</link>
        <description>selftests/powerpc: make sub-folders buildable on their ownBuild breaks when executing make with run_tests for sub-foldersunder powerpc. This is because, CFLAGS and GIT_VERSION macros aredefined in Makefile of toplevel powerpc folder.  make: Entering directory &apos;/home/maddy/linux/tools/testing/selftests/powerpc/mm&apos;  gcc     hugetlb_vs_thp_test.c ../harness.c ../utils.c  -o /home/maddy/selftest_output//hugetlb_vs_thp_test  hugetlb_vs_thp_test.c:6:10: fatal error: utils.h: No such file or directory      6 | #include &quot;utils.h&quot;        |          ^~~~~~~~~  compilation terminated.Fix this by adding the flags.mk in each sub-folder Makefile. Also removethe CFLAGS and GIT_VERSION macros from powerpc/ folder Makefile sincethe same is definied in flags.mkSigned-off-by: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240229093711.581230-3-maddy@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/nx-gzip/Makefile</description>
        <pubDate>Thu, 29 Feb 2024 09:37:11 +0000</pubDate>
        <dc:creator>Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>37496845 - selftests/powerpc: Re-order *FLAGS to follow lib.mk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/Makefile#37496845</link>
        <description>selftests/powerpc: Re-order *FLAGS to follow lib.mkIn some powerpc/ sub-folder Makefiles, CFLAGS are defined before lib.mkinclude. Clean it up by re-ordering the flags to follow after the mkinclude. This is needed to support sub-folders in powerpc/ buildable onits own.Signed-off-by: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240229093711.581230-1-maddy@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/nx-gzip/Makefile</description>
        <pubDate>Thu, 29 Feb 2024 09:37:09 +0000</pubDate>
        <dc:creator>Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>c6c27e3d - selftests/powerpc: Use req_max_processed_len from sysfs NX capabilities</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/Makefile#c6c27e3d</link>
        <description>selftests/powerpc: Use req_max_processed_len from sysfs NX capabilitiesOn PowerVM, the hypervisor defines the maximum buffer length foreach NX request and the kernel exported this value via sysfs.This patch reads this value if the sysfs entry is available andis used to limit the request length.Signed-off-by: Haren Myneni &lt;haren@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/ed908341b1eb7ca0183c028a4ed4a0cf48bfe0f6.camel@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/nx-gzip/Makefile</description>
        <pubDate>Wed, 23 Jun 2021 05:17:46 +0000</pubDate>
        <dc:creator>Haren Myneni &lt;haren@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>841fb73a - selftests/powerpc: Add NX-GZIP engine decompress testcase</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/Makefile#841fb73a</link>
        <description>selftests/powerpc: Add NX-GZIP engine decompress testcaseInclude a decompression testcase for the powerpc NX-GZIPengine.Signed-off-by: Bulent Abali &lt;abali@us.ibm.com&gt;Signed-off-by: Raphael Moreira Zinsly &lt;rzinsly@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20200420205538.25181-5-rzinsly@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/nx-gzip/Makefile</description>
        <pubDate>Mon, 20 Apr 2020 20:55:37 +0000</pubDate>
        <dc:creator>Raphael Moreira Zinsly &lt;rzinsly@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>647c734f - selftests/powerpc: Add NX-GZIP engine compress testcase</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/Makefile#647c734f</link>
        <description>selftests/powerpc: Add NX-GZIP engine compress testcaseAdd a compression testcase for the powerpc NX-GZIP engine.Signed-off-by: Bulent Abali &lt;abali@us.ibm.com&gt;Signed-off-by: Raphael Moreira Zinsly &lt;rzinsly@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20200420205538.25181-4-rzinsly@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/nx-gzip/Makefile</description>
        <pubDate>Mon, 20 Apr 2020 20:55:36 +0000</pubDate>
        <dc:creator>Raphael Moreira Zinsly &lt;rzinsly@linux.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
