<?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/syscalls/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/syscalls/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/syscalls/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/syscalls/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>4f11410b - selftests/powerpc: Fix incorrect kernel headers search path</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile#4f11410b</link>
        <description>selftests/powerpc: Fix incorrect kernel headers search pathUse $(KHDR_INCLUDES) as lookup path for kernel headers. This preventsbuilding against kernel headers from the build environment in scenarioswhere kernel headers are installed into a specific output directory(O=...).Cc: stable@vger.kernel.org # v5.18+Signed-off-by: Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;Acked-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20230127135755.79929-22-mathieu.desnoyers@efficios.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile</description>
        <pubDate>Fri, 27 Jan 2023 13:57:42 +0000</pubDate>
        <dc:creator>Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;</dc:creator>
    </item>
<item>
        <title>8d7253dc - selftests/powerpc: Add automatically allocating read_file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile#8d7253dc</link>
        <description>selftests/powerpc: Add automatically allocating read_fileA couple of tests roll their own auto-allocating file read logic.Add a generic implementation and convert them to use it.Signed-off-by: Benjamin Gray &lt;bgray@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20230203003947.38033-6-bgray@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile</description>
        <pubDate>Fri, 03 Feb 2023 00:39:47 +0000</pubDate>
        <dc:creator>Benjamin Gray &lt;bgray@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>dc9af82e - selftests/powerpc: Add a rtas_filter selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile#dc9af82e</link>
        <description>selftests/powerpc: Add a rtas_filter selftestAdd a selftest to test the basic functionality of CONFIG_RTAS_FILTER.Signed-off-by: Andrew Donnellan &lt;ajd@linux.ibm.com&gt;[mpe: Change rmo_start/end to 32-bit to avoid build errors on ppc64]Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20200820044512.7543-2-ajd@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile</description>
        <pubDate>Thu, 20 Aug 2020 04:45:14 +0000</pubDate>
        <dc:creator>Andrew Donnellan &lt;ajd@linux.ibm.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/selftests/powerpc/syscalls/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/selftests/powerpc/syscalls/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>7e0cf1c9 - selftests/powerpc: Fix Makefiles for headers_install change</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile#7e0cf1c9</link>
        <description>selftests/powerpc: Fix Makefiles for headers_install changeCommit b2d35fa5fc80 (&quot;selftests: add headers_install to lib.mk&quot;)introduced a requirement that Makefiles more than one level below theselftests directory need to define top_srcdir, but it didn&apos;t updateany of the powerpc Makefiles.This broke building all the powerpc selftests with eg:  make[1]: Entering directory &apos;/src/linux/tools/testing/selftests/powerpc&apos;  BUILD_TARGET=/src/linux/tools/testing/selftests/powerpc/alignment; mkdir -p $BUILD_TARGET; make OUTPUT=$BUILD_TARGET -k -C alignment all  make[2]: Entering directory &apos;/src/linux/tools/testing/selftests/powerpc/alignment&apos;  ../../lib.mk:20: ../../../../scripts/subarch.include: No such file or directory  make[2]: *** No rule to make target &apos;../../../../scripts/subarch.include&apos;.  make[2]: Failed to remake makefile &apos;../../../../scripts/subarch.include&apos;.  Makefile:38: recipe for target &apos;alignment&apos; failedFix it by setting top_srcdir in the affected Makefiles.Fixes: b2d35fa5fc80 (&quot;selftests: add headers_install to lib.mk&quot;)Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile</description>
        <pubDate>Fri, 28 Sep 2018 04:53:18 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>88baa78d - selftests: remove duplicated all and clean target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile#88baa78d</link>
        <description>selftests: remove duplicated all and clean targetCurrently, kselftest use TEST_PROGS, TEST_PROGS_EXTENDED, TEST_FILES toindicate the test program, extended test program and test files. It iseasy to understand the purpose of these files. But mix of compiled anduncompiled files lead to duplicated &quot;all&quot; and &quot;clean&quot; targets.In order to remove the duplicated targets, introduce TEST_GEN_PROGS,TEST_GEN_PROGS_EXTENDED, TEST_GEN_FILES to indicate the compiledobjects.Also, the later patch will make use of TEST_GEN_XXX to redirect thesefiles to output directory indicated by KBUILD_OUTPUT or O.And add this changes to &quot;Contributing new tests(details)&quot; ofDocumentation/kselftest.txt.Signed-off-by: Bamvor Jian Zhang &lt;bamvor.zhangjian@linaro.org&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile</description>
        <pubDate>Tue, 29 Nov 2016 11:55:47 +0000</pubDate>
        <dc:creator>bamvor.zhangjian@huawei.com &lt;bamvor.zhangjian@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>0b824f2e - selftests/powerpc: Add tests of unmuxed IPC calls</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile#0b824f2e</link>
        <description>selftests/powerpc: Add tests of unmuxed IPC callsThis is just a simple test which confirms that the individual IPCsyscalls are all available.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/syscalls/Makefile</description>
        <pubDate>Wed, 14 Oct 2015 09:48:04 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
</channel>
</rss>
