<?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 kernel-chktaint</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8eea4e74 - taint: Add TAINT_FWCTL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/debugging/kernel-chktaint#8eea4e74</link>
        <description>taint: Add TAINT_FWCTLRequesting a fwctl scope of access that includes mutating device debugdata will cause the kernel to be tainted. Changing the device operationthrough things in the debug scope may cause the device to malfunction inundefined ways. This should be reflected in the TAINT flags to help anydebuggers understand that something has been done.Link: https://patch.msgid.link/r/4-v5-642aa0c94070+4447f-fwctl_jgg@nvidia.comReviewed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Reviewed-by: Dave Jiang &lt;dave.jiang@intel.com&gt;Reviewed-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Tested-by: Dave Jiang &lt;dave.jiang@intel.com&gt;Tested-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux-6.15/tools/debugging/kernel-chktaint</description>
        <pubDate>Fri, 28 Feb 2025 00:26:32 +0000</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>2a2dfc86 - tools: Add new &quot;test&quot; taint to kernel-chktaint</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/debugging/kernel-chktaint#2a2dfc86</link>
        <description>tools: Add new &quot;test&quot; taint to kernel-chktaintCommit c272612cb4a2 (&quot;kunit: Taint the kernel when KUnit tests are run&quot;)added a new taint flag for when in-kernel tests run. This commit addsrecognition of this new flag in kernel-chktaint.With this change the correct reason will be reported if the kernel istainted because of a test run.Amended Commit log: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Reviewed-by: David Gow &lt;davidgow@google.com&gt;Signed-off-by: Joe Fradley &lt;joefradley@google.com&gt;Reviewed-by: Brendan Higgins &lt;brendanhiggins@google.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/debugging/kernel-chktaint</description>
        <pubDate>Wed, 24 Aug 2022 04:19:33 +0000</pubDate>
        <dc:creator>Joe Fradley &lt;joefradley@google.com&gt;</dc:creator>
    </item>
<item>
        <title>c098564d - tools: Fix &quot;the the&quot; in a message in kernel-chktaint</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/debugging/kernel-chktaint#c098564d</link>
        <description>tools: Fix &quot;the the&quot; in a message in kernel-chktaintThere is a double &quot;the&quot; in a message in kernel-chktaint, fix it.Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;Link: https://lore.kernel.org/r/20210613202059.80403-1-colin.king@canonical.comSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/tools/debugging/kernel-chktaint</description>
        <pubDate>Sun, 13 Jun 2021 20:20:59 +0000</pubDate>
        <dc:creator>Colin Ian King &lt;colin.king@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>84de8154 - tools: Fix a typo in kernel-chktaint</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/debugging/kernel-chktaint#84de8154</link>
        <description>tools: Fix a typo in kernel-chktaintThis patch fixes a spelling typo in kernel-chktaintSigned-off-by: Masanari Iida &lt;standby24x7@gmail.com&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Link: https://lore.kernel.org/r/20210402070514.336376-1-standby24x7@gmail.comSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/tools/debugging/kernel-chktaint</description>
        <pubDate>Fri, 02 Apr 2021 07:05:14 +0000</pubDate>
        <dc:creator>Masanari Iida &lt;standby24x7@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>547f574f - docs: Update documentation to reflect what TAINT_CPU_OUT_OF_SPEC means</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/debugging/kernel-chktaint#547f574f</link>
        <description>docs: Update documentation to reflect what TAINT_CPU_OUT_OF_SPEC meansHere&apos;s a patch updating the meaning of TAINT_CPU_OUT_OF_SPEC afterBorislav introduced changes in a7e1f67ed29f and upcoming patches in tip.TAINT_CPU_OUT_OF_SPEC now means a bit more what it implies as theflag isn&apos;t set just because of a CPU misconfiguration or mismatch.Historically it was for SMP kernel oops on an officially SMP incapableprocessor but now it also covers CPUs whose MSRs have been incorrectlypoked at from userspace, drivers being used on non supportedarchitectures, broken firmware, mismatched CPUs, ...Update documentation and script to reflect that.Signed-off-by: Mathieu Chouquet-Stringer &lt;me@mathieu.digital&gt;Link: https://lore.kernel.org/r/20201202153244.709752-1-me@mathieu.digitalSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/tools/debugging/kernel-chktaint</description>
        <pubDate>Wed, 02 Dec 2020 15:32:43 +0000</pubDate>
        <dc:creator>Mathieu Chouquet-Stringer &lt;me@mathieu.digital&gt;</dc:creator>
    </item>
<item>
        <title>4ab5a5d2 - tools: add a kernel-chktaint to tools/debugging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/debugging/kernel-chktaint#4ab5a5d2</link>
        <description>tools: add a kernel-chktaint to tools/debuggingAdd a script to the tools/ directory that shows if or why the runningkernel was tainted. The script was mostly written by Randy Dunlap; Ienhanced the script a bit.  There does not appear to be a good home forthis script. so create tools/debugging for tools of this nature.Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Thorsten Leemhuis &lt;linux@leemhuis.info&gt;[ jc: fixed conflicts, rewrote changelog ]Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/tools/debugging/kernel-chktaint</description>
        <pubDate>Tue, 08 Jan 2019 19:40:06 +0000</pubDate>
        <dc:creator>Thorsten Leemhuis &lt;linux@leemhuis.info&gt;</dc:creator>
    </item>
</channel>
</rss>
