<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in __init__.py</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>6cc37b86f80985774809aba82283fe0d564d870f - Merge tag &apos;kbuild-7.2-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/kconfig/tests/warn_changed_input/__init__.py#6cc37b86f80985774809aba82283fe0d564d870f</link>
        <description>Merge tag &apos;kbuild-7.2-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxPull more Kbuild updates from Nathan Chancellor: - Link host programs with ld.lld when $(LLVM) is set to match user&apos;s   expectations that LLVM will be used exclusively during the build   process - Fix modpost warnings from static variable name promotion that can   happen more aggressively with the recently merged distributed ThinLTO   support - Add an optional warning for user-supplied Kconfig values that changed   after processing, such as out of range values or options that have   incorrect / missing dependencies* tag &apos;kbuild-7.2-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:  kconfig: add optional warnings for changed input values  modpost: Ignore Clang LTO suffixes in symbol matching  kbuild: Use ld.lld for linking host programs when LLVM is set

            List of files:
            /linux/scripts/kconfig/tests/warn_changed_input/__init__.py</description>
        <pubDate>Thu, 25 Jun 2026 18:06:12 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>645323a7f4e55bb3abb0cb003b6b9dc715c8dc21 - kconfig: add optional warnings for changed input values</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/kconfig/tests/warn_changed_input/__init__.py#645323a7f4e55bb3abb0cb003b6b9dc715c8dc21</link>
        <description>kconfig: add optional warnings for changed input valuesWhen reading .config input, Kconfig stores user-provided values firstand then resolves the final value after applying dependencies, ranges,and other constraints.If the final value differs from the user input, Kconfig already tracksthat state internally, but it does not provide a focused diagnostic toshow which explicit inputs were adjusted. This is particularly confusingfor requested values that get forced down by unmet dependencies orclamped by ranges.Add an opt-in diagnostic controlled by KCONFIG_WARN_CHANGED_INPUT. Emitthe warnings from conf_write() and conf_write_defconfig() after valueresolution. Print the diagnostic to stderr directly, not through thenormal message callback, so it remains visible when conf is run with -s,such as from make -s.Keep the diagnostic out of the conf_message() formatting buffer so longwarning lists are not truncated, and mark processed symbols as writtenbefore the SYMBOL_WRITE check so duplicate menu nodes cannot emitduplicate warnings.Document the new environment variable and add tests for olddefconfig,savedefconfig, and the silent-conf path.Signed-off-by: Pengpeng Hou &lt;pengpeng@iscas.ac.cn&gt;Tested-by: Julian Braha &lt;julianbraha@gmail.com&gt;Link: https://patch.msgid.link/20260611060000.23858-1-pengpeng@iscas.ac.cnSigned-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;

            List of files:
            /linux/scripts/kconfig/tests/warn_changed_input/__init__.py</description>
        <pubDate>Thu, 11 Jun 2026 08:00:00 +0200</pubDate>
        <dc:creator>Pengpeng Hou &lt;pengpeng@iscas.ac.cn&gt;</dc:creator>
    </item>
</channel>
</rss>
