<?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>f88723a6 - selftests/powerpc/dexcr: Add chdexcr utility</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/dexcr/Makefile#f88723a6</link>
        <description>selftests/powerpc/dexcr: Add chdexcr utilityAdds a utility to exercise the prctl DEXCR inheritance in the shell.Supports setting and clearing each aspect.Signed-off-by: Benjamin Gray &lt;bgray@linux.ibm.com&gt;[mpe: Use correct SPDX license, use execvp() for usability, print errors]Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240417112325.728010-9-bgray@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/dexcr/Makefile</description>
        <pubDate>Wed, 17 Apr 2024 11:23:24 +0000</pubDate>
        <dc:creator>Benjamin Gray &lt;bgray@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>5bfa66bf - selftests/powerpc/dexcr: Add DEXCR prctl interface test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/dexcr/Makefile#5bfa66bf</link>
        <description>selftests/powerpc/dexcr: Add DEXCR prctl interface testSome basic tests of the prctl interface of the DEXCR.Signed-off-by: Benjamin Gray &lt;bgray@linux.ibm.com&gt;[mpe: Add missing SPDX tag]Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240417112325.728010-6-bgray@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/dexcr/Makefile</description>
        <pubDate>Wed, 17 Apr 2024 11:23:21 +0000</pubDate>
        <dc:creator>Benjamin Gray &lt;bgray@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>d7228a58 - selftests/powerpc/dexcr: Add -no-pie to hashchk tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/dexcr/Makefile#d7228a58</link>
        <description>selftests/powerpc/dexcr: Add -no-pie to hashchk testsThe hashchk tests want to verify that the hash key is changed over exec.It does so by calculating hashes at the same address across an exec.This is made simpler by disabling PIE functionality, so we canre-execute ourselves and be using the same addresses in the child.While -fno-pie is already added, -no-pie is also required.Fixes: bdb07f35a52f (&quot;selftests/powerpc/dexcr: Add hashst/hashchk test&quot;)Signed-off-by: Benjamin Gray &lt;bgray@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240417112325.728010-2-bgray@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/dexcr/Makefile</description>
        <pubDate>Wed, 17 Apr 2024 11:23:17 +0000</pubDate>
        <dc:creator>Benjamin Gray &lt;bgray@linux.ibm.com&gt;</dc:creator>
    </item>
<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/dexcr/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/dexcr/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>a16e472c - selftests/powerpc/dexcr: Add DEXCR status utility lsdexcr</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/dexcr/Makefile#a16e472c</link>
        <description>selftests/powerpc/dexcr: Add DEXCR status utility lsdexcrAdd a utility &apos;lsdexcr&apos; to print the current DEXCR status. Useful forquickly checking the status such as when debugging test failures orverifying the new default DEXCR does what you want (for userspace atleast). Example output:    # ./lsdexcr       uDEXCR: 04000000 (NPHIE)       HDEXCR: 00000000    Effective: 04000000 (NPHIE)            SBHE   (0): clear  	(Speculative branch hint enable)          IBRTPD   (3): clear  	(Indirect branch recurrent target ...)           SRAPD   (4): clear  	(Subroutine return address ...)           NPHIE * (5): set  	(Non-privileged hash instruction enable)            PHIE   (6): clear  	(Privileged hash instruction enable)    DEXCR[NPHIE] enabled: hashst/hashchk workingSigned-off-by: Benjamin Gray &lt;bgray@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20230616034846.311705-12-bgray@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/dexcr/Makefile</description>
        <pubDate>Mon, 19 Jun 2023 07:36:28 +0000</pubDate>
        <dc:creator>Benjamin Gray &lt;bgray@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>bdb07f35 - selftests/powerpc/dexcr: Add hashst/hashchk test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/powerpc/dexcr/Makefile#bdb07f35</link>
        <description>selftests/powerpc/dexcr: Add hashst/hashchk testTest the kernel DEXCR[NPHIE] interface and hashchk exception handling.Introduces with it a DEXCR utils library for common DEXCR operations.Volatile is used to prevent the compiler optimising away the signaltests.Signed-off-by: Benjamin Gray &lt;bgray@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20230616034846.311705-11-bgray@linux.ibm.com

            List of files:
            /linux-6.15/tools/testing/selftests/powerpc/dexcr/Makefile</description>
        <pubDate>Mon, 19 Jun 2023 07:36:27 +0000</pubDate>
        <dc:creator>Benjamin Gray &lt;bgray@linux.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
