<?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>7fb10233 - selftests: cachestat: properly link in librt</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/cachestat/Makefile#7fb10233</link>
        <description>selftests: cachestat: properly link in librtLibraries should be listed last on the compiler&apos;s command line, so thatthe linker can look for and find still unresolved symbols. The librtlibrary, required for the shm_* functions, was announced using CFLAGS,which puts the library *before* the source files, and fails compilationon my system:======================gcc -isystem /src/linux-selftests/usr/include -Wall -lrt test_cachestat.c  -o /src/linux-selftests/kselftest/cachestat/test_cachestat/usr/bin/ld: /tmp/cceQWO3u.o: in function `test_cachestat_shmem&apos;:test_cachestat.c:(.text+0x890): undefined reference to `shm_open&apos;/usr/bin/ld: test_cachestat.c:(.text+0x99c): undefined reference to `shm_unlink&apos;collect2: error: ld returned 1 exit statusmake[4]: *** [../lib.mk:181: /src/linux-selftests/kselftest/cachestat/test_cachestat] Error 1======================Announce the library using the LDLIBS variable, which ensures the properordering on the command line.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/cachestat/Makefile</description>
        <pubDate>Tue, 15 Aug 2023 15:56:10 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>88537aac - selftests: add selftests for cachestat</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/cachestat/Makefile#88537aac</link>
        <description>selftests: add selftests for cachestatTest cachestat on a newly created file, /dev/ files, /proc/ files and adirectory.  Also test on a shmem file (which can also be tested withhuge pages since tmpfs supports huge pages).[colin.i.king@gmail.com: fix spelling mistake &quot;trucate&quot; -&gt; &quot;truncate&quot;]  Link: https://lkml.kernel.org/r/20230505110855.2493457-1-colin.i.king@gmail.com[mpe@ellerman.id.au: avoid excessive stack allocation]  Link: https://lkml.kernel.org/r/877ctfa6yv.fsf@mail.lhotseLink: https://lkml.kernel.org/r/20230503013608.2431726-4-nphamcs@gmail.comSigned-off-by: Nhat Pham &lt;nphamcs@gmail.com&gt;Signed-off-by: Colin Ian King &lt;colin.i.king@gmail.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Acked-by: Johannes Weiner &lt;hannes@cmpxchg.org&gt;Cc: Brian Foster &lt;bfoster@redhat.com&gt;Cc: Matthew Wilcox (Oracle) &lt;willy@infradead.org&gt;Cc: Michael Kerrisk &lt;mtk.manpages@gmail.com&gt;Cc: Colin Ian King &lt;colin.i.king@gmail.com&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/cachestat/Makefile</description>
        <pubDate>Wed, 03 May 2023 01:36:08 +0000</pubDate>
        <dc:creator>Nhat Pham &lt;nphamcs@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
