<?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>498bb027 - selftests: membarrier: Fix incorrect kernel headers search path</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/membarrier/Makefile#498bb027</link>
        <description>selftests: membarrier: 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=...).Signed-off-by: Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;Cc: Shuah Khan &lt;shuah@kernel.org&gt;Cc: linux-kselftest@vger.kernel.orgCc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: &lt;stable@vger.kernel.org&gt;  # 5.18+Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/membarrier/Makefile</description>
        <pubDate>Fri, 27 Jan 2023 13:57:35 +0000</pubDate>
        <dc:creator>Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;</dc:creator>
    </item>
<item>
        <title>19a4ff53 - selftests, sched/membarrier: Add multi-threaded test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/membarrier/Makefile#19a4ff53</link>
        <description>selftests, sched/membarrier: Add multi-threaded testmembarrier commands cover very different code paths if they are ina single-threaded vs multi-threaded process. Therefore, exercise bothscenarios in the kernel selftests to increase coverage of this selftest.Signed-off-by: Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Cc: Chris Metcalf &lt;cmetcalf@ezchip.com&gt;Cc: Christoph Lameter &lt;cl@linux.com&gt;Cc: Eric W. Biederman &lt;ebiederm@xmission.com&gt;Cc: Kirill Tkhai &lt;tkhai@yandex.ru&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Mike Galbraith &lt;efault@gmx.de&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Paul E. McKenney &lt;paulmck@linux.ibm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Russell King - ARM Linux admin &lt;linux@armlinux.org.uk&gt;Cc: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Link: https://lkml.kernel.org/r/20190919173705.2181-6-mathieu.desnoyers@efficios.comSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/membarrier/Makefile</description>
        <pubDate>Thu, 19 Sep 2019 17:37:03 +0000</pubDate>
        <dc:creator>Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.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/membarrier/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/membarrier/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>88baa78d - selftests: remove duplicated all and clean target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/membarrier/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/membarrier/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>7a07b503 - membarrier: clean up selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/membarrier/Makefile#7a07b503</link>
        <description>membarrier: clean up selftestWe don&apos;t need to specify an explicit rule in the Makefile, the implicitone will do the same.  The &quot;__EXPORTED_HEADERS__&quot; define is not needed,because we build the test against the installed kernel headers, not thein-tree kernel headers.  Re-use &quot;$(TEST_PROGS)&quot; in the clean targetrather than spelling the executable name twice.  Include &lt;unistd.h&gt;rather than the rather specific &lt;asm-generic/unistd.h&gt;.  Include&lt;syscall.h&gt; rather than &lt;sys/syscall.h&gt;.  In both cases, the formerheader is located in a standard location and includes the latter.Signed-off-by: Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;Acked-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Pranith Kumar &lt;bobby.prani@gmail.com&gt;Cc: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/membarrier/Makefile</description>
        <pubDate>Tue, 22 Sep 2015 21:59:20 +0000</pubDate>
        <dc:creator>Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;</dc:creator>
    </item>
<item>
        <title>b6d97344 - selftests: add membarrier syscall test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/membarrier/Makefile#b6d97344</link>
        <description>selftests: add membarrier syscall testAdd a self test for the membarrier system call.Signed-off-by: Pranith Kumar &lt;bobby.prani@gmail.com&gt;Signed-off-by: Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/membarrier/Makefile</description>
        <pubDate>Fri, 11 Sep 2015 20:07:42 +0000</pubDate>
        <dc:creator>Pranith Kumar &lt;bobby.prani@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
