<?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>2a8e366b - selftests/kexec: fix build for ARCH=x86_64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/kexec/Makefile#2a8e366b</link>
        <description>selftests/kexec: fix build for ARCH=x86_64Handle the scenario where the build is launched with the ARCH envvardefined as x86_64.Signed-off-by: Ricardo Ca&#241;uelo &lt;ricardo.canuelo@collabora.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/kexec/Makefile</description>
        <pubDate>Mon, 10 Oct 2022 06:39:27 +0000</pubDate>
        <dc:creator>Ricardo Ca&#241;uelo &lt;ricardo.canuelo@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>65e38e32 - selftests/kexec: Enable secureboot tests for PowerPC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/kexec/Makefile#65e38e32</link>
        <description>selftests/kexec: Enable secureboot tests for PowerPCExisting test cases determine secureboot state using efi variable, whichis available only on x86 architecture.  Add support for determiningsecureboot state using device tree property on PowerNV architecture.Signed-off-by: Nageswara R Sastry &lt;rnsastry@linux.ibm.com&gt;Reviewed-by: Nayna Jain &lt;nayna@linux.ibm.com&gt;Tested-by: Nayna Jain &lt;nayna@linux.ibm.com&gt;Signed-off-by: Mimi Zohar &lt;zohar@linux.ibm.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/kexec/Makefile</description>
        <pubDate>Wed, 24 Nov 2021 07:08:01 +0000</pubDate>
        <dc:creator>Nageswara R Sastry &lt;rnsastry@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/kexec/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/kexec/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>973b71c6 - selftests/kexec: kexec_file_load syscall test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/kexec/Makefile#973b71c6</link>
        <description>selftests/kexec: kexec_file_load syscall testThe kernel can be configured to verify PE signed kernel images, IMAkernel image signatures, both types of signatures, or none.  This testverifies only properly signed kernel images are loaded into memory,based on the kernel configuration and runtime policies.Signed-off-by: Mimi Zohar &lt;zohar@linux.ibm.com&gt;Reviewed-by: Petr Vorel &lt;pvorel@suse.cz&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/kexec/Makefile</description>
        <pubDate>Thu, 24 Jan 2019 23:22:06 +0000</pubDate>
        <dc:creator>Mimi Zohar &lt;zohar@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>5025b0f0 - selftests/kexec: define a set of common functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/kexec/Makefile#5025b0f0</link>
        <description>selftests/kexec: define a set of common functionsDefine, update and move get_secureboot_mode() to a common file for useby other tests.Updated to check both the efivar SecureBoot-$(UUID) andSetupMode-$(UUID), based on Dave Young&apos;s review.Signed-off-by: Mimi Zohar &lt;zohar@linux.ibm.com&gt;Reviewed-by: Petr Vorel &lt;pvorel@suse.cz&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/kexec/Makefile</description>
        <pubDate>Thu, 24 Jan 2019 13:57:20 +0000</pubDate>
        <dc:creator>Mimi Zohar &lt;zohar@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>c3c0e811 - selftests/kexec: move the IMA kexec_load selftest to selftests/kexec</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/kexec/Makefile#c3c0e811</link>
        <description>selftests/kexec: move the IMA kexec_load selftest to selftests/kexecAs requested move the existing kexec_load selftest and subsequent kexectests to the selftests/kexec directory.Suggested-by: Dave Young &lt;dyoung@redhat.com&gt;Signed-off-by: Mimi Zohar &lt;zohar@linux.ibm.com&gt;Reviewed-by: Petr Vorel &lt;pvorel@suse.cz&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/kexec/Makefile</description>
        <pubDate>Wed, 13 Mar 2019 14:09:10 +0000</pubDate>
        <dc:creator>Mimi Zohar &lt;zohar@linux.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
