<?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 config</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a37ddddd - selftests: firmware: Add firmware upload selftests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/firmware/config#a37ddddd</link>
        <description>selftests: firmware: Add firmware upload selftestsAdd selftests to verify the firmware upload mechanism. These testinclude simple firmware uploads as well as upload cancellation anderror injection. The test creates three firmware devices and verifiesthat they all work correctly and independently.Tested-by: Matthew Gerlach &lt;matthew.gerlach@linux.intel.com&gt;Reviewed-by: Luis Chamberlain &lt;mcgrof@kernel.org&gt;Reviewed-by: Tianfei zhang &lt;tianfei.zhang@intel.com&gt;Signed-off-by: Russ Weight &lt;russell.h.weight@intel.com&gt;Link: https://lore.kernel.org/r/20220426163532.114961-1-russell.h.weight@intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/firmware/config</description>
        <pubDate>Tue, 26 Apr 2022 16:35:32 +0000</pubDate>
        <dc:creator>Russ Weight &lt;russell.h.weight@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d2b284d3 - Revert &quot;selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/firmware/config#d2b284d3</link>
        <description>Revert &quot;selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config&quot;This reverts commit 7492902e8d22b568463897fa967c0886764cf034.The commit tried to address an issue discovered by Dan where he gota message saying:&apos;usermode helper disabled so ignoring test&apos;.Dans&apos;s commit is forcing CONFIG_FW_LOADER_USER_HELPER_FALLBACK but justhaving CONFIG_FW_LOADER_USER_HELPER suffices to emulate the_FALLBACKfunctionality.Dan&apos;s commit is trying to fix an issue which is hidden from a previouscommit. That issue will be addressed properly next.Fixes: 7492902e8d22 (&quot;selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config&quot;)Cc: stable &lt;stable@vger.kernel.org&gt;Signed-off-by: Luis Chamberlain &lt;mcgrof@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/firmware/config</description>
        <pubDate>Thu, 07 Feb 2019 19:06:00 +0000</pubDate>
        <dc:creator>Luis Chamberlain &lt;mcgrof@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7492902e - selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/firmware/config#7492902e</link>
        <description>selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to configCONFIG_FW_LOADER_USER_HELPER_FALLBACK=y is required for fw_fallback.sh.Without it, fw_fallback.sh fails with &apos;usermode helper disabled soignoring test&apos;. Enable the config in selftest so that it gets built bydefault.Signed-off-by: Dan Rue &lt;dan.rue@linaro.org&gt;Acked-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Shuah Khan &lt;shuah@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/firmware/config</description>
        <pubDate>Tue, 27 Nov 2018 03:12:16 +0000</pubDate>
        <dc:creator>Dan Rue &lt;dan.rue@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ef557787 - test_firmware: enable custom fallback testing on limited kernel configs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/firmware/config#ef557787</link>
        <description>test_firmware: enable custom fallback testing on limited kernel configsWhen a kernel is not built with:CONFIG_HAS_FW_LOADER_USER_HELPER_FALLBACK=yWe don&apos;t currently enable testing fw_fallback.sh. For kernels thatstill enable the fallback mechanism, its possible to use the asyncrequest firmware API call request_firmware_nowait() using the custominterface to use the fallback mechanism, so we should be able to testthis but we currently cannot.We can enable testing without CONFIG_HAS_FW_LOADER_USER_HELPER_FALLBACK=yby relying on /proc/config.gz (CONFIG_IKCONFIG_PROC), if present. If youdon&apos;t have this we&apos;ll have no option but to rely on old heuristics for now.We stuff the new kconfig_has() helper into our shared library as we&apos;lllater expando on its use elsewhere.Acked-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Luis R. Rodriguez &lt;mcgrof@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/firmware/config</description>
        <pubDate>Sat, 10 Mar 2018 14:14:43 +0000</pubDate>
        <dc:creator>Luis R. Rodriguez &lt;mcgrof@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8c749ce9 - selftests: create test-specific kconfig fragments</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/firmware/config#8c749ce9</link>
        <description>selftests: create test-specific kconfig fragmentsCreate the config file in each directory of testcase which needmore kernel configuration than the default defconfig. User coulduse these configs with merge_config.sh script:Enable config for specific testcase:(export ARCH=xxx #for cross compiling)./scripts/kconfig/merge_config.sh .config \		tools/testing/selftests/xxx/configEnable configs for all testcases:(export ARCH=xxx #for cross compiling)./scripts/kconfig/merge_config.sh .config \		tools/testing/selftests/*/configSigned-off-by: Bamvor Jian Zhang &lt;bamvor.zhangjian@linaro.org&gt;Reviewed-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/firmware/config</description>
        <pubDate>Fri, 08 Jan 2016 07:27:33 +0000</pubDate>
        <dc:creator>Bamvor Jian Zhang &lt;bamvor.zhangjian@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
