<?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 Kconfig.recursion-issue-02</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a9d85efb - docs: use the lore redirector everywhere</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/kbuild/Kconfig.recursion-issue-02#a9d85efb</link>
        <description>docs: use the lore redirector everywhereChange all links from using the lkml redirector to the lore redirector,as the kernel.org admin recently indicated: we shouldn&apos;t be usinglkml.kernel.org anymore because the domain can create confusion, as itindicates it is only valid for messages sent to the LKML; the conventionhas been to use https://lore.kernel.org/r/msgid for this reason.In this process also change three links from using http to https.Link: https://lore.kernel.org/r/20211006170025.qw3glxvocczfuhar@meerkat.localCC: Thomas Gleixner &lt;tglx@linutronix.de&gt;CC: Ingo Molnar &lt;mingo@redhat.com&gt;CC: Borislav Petkov &lt;bp@alien8.de&gt;CC: Hu Haowen &lt;src.res@email.cn&gt;CC: Alex Shi &lt;alexs@kernel.org&gt;CC: Federico Vaga &lt;federico.vaga@vaga.pv.it&gt;Signed-off-by: Thorsten Leemhuis &lt;linux@leemhuis.info&gt;Reviewed-by: Konstantin Ryabitsev &lt;konstantin@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/5bb55bac6ba10fafab19bf2b21572dd0e2f8cea2.1633593385.git.linux@leemhuis.infoSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/Documentation/kbuild/Kconfig.recursion-issue-02</description>
        <pubDate>Thu, 07 Oct 2021 08:05:00 +0000</pubDate>
        <dc:creator>Thorsten Leemhuis &lt;linux@leemhuis.info&gt;</dc:creator>
    </item>
<item>
        <title>879a3209 - docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/kbuild/Kconfig.recursion-issue-02#879a3209</link>
        <description>docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02s/sematics/semantics/Signed-off-by: Bhaskar Chowdhury &lt;unixbhaskar@gmail.com&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/kbuild/Kconfig.recursion-issue-02</description>
        <pubDate>Sun, 14 Mar 2021 04:30:44 +0000</pubDate>
        <dc:creator>Bhaskar Chowdhury &lt;unixbhaskar@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>16a122c7 - kbuild: Replace HTTP links with HTTPS ones</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/kbuild/Kconfig.recursion-issue-02#16a122c7</link>
        <description>kbuild: Replace HTTP links with HTTPS onesRationale:Reduces attack surface on kernel devs opening the links for MITMas HTTPS traffic is much harder to manipulate.Deterministic algorithm:For each file:  If not .svg:    For each line:      If doesn&apos;t contain `\bxmlns\b`:        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:	  If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:            If both the HTTP and HTTPS versions            return 200 OK and serve the same content:              Replace HTTP with HTTPS.Signed-off-by: Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/kbuild/Kconfig.recursion-issue-02</description>
        <pubDate>Sun, 19 Jul 2020 19:46:02 +0000</pubDate>
        <dc:creator>Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;</dc:creator>
    </item>
<item>
        <title>1c199f28 - kbuild: document recursive dependency limitation / resolution</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/kbuild/Kconfig.recursion-issue-02#1c199f28</link>
        <description>kbuild: document recursive dependency limitation / resolutionRecursive dependency issues with kconfig are unavoidable due tosome limitations with kconfig, since these issues are recurringprovide a hint to the user how they can resolve these dependencyissues and also document why such limitation exists.While at it also document a bit of future prospects of ways toenhance Kconfig, including providing formal semantics and evaluationof use of a SAT solver. If you&apos;re interested in this work or prospectsof it check out the kconfig-sat project wiki [0] and mailing list [1].[0] http://kernelnewbies.org/KernelProjects/kconfig-sat[1] https://groups.google.com/d/forum/kconfig-satCc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: James Bottomley &lt;jbottomley@odin.com&gt;Cc: Josh Triplett &lt;josh@joshtriplett.org&gt;Cc: Paul Bolle &lt;pebolle@tiscali.nl&gt;Cc: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Cc: Takashi Iwai &lt;tiwai@suse.de&gt;Cc: &quot;Yann E. MORIN&quot; &lt;yann.morin.1998@free.fr&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Mate Soos &lt;soos.mate@gmail.com&gt;Signed-off-by: Luis R. Rodriguez &lt;mcgrof@suse.com&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.com&gt;

            List of files:
            /linux-6.15/Documentation/kbuild/Kconfig.recursion-issue-02</description>
        <pubDate>Wed, 07 Oct 2015 23:16:33 +0000</pubDate>
        <dc:creator>Luis R. Rodriguez &lt;mcgrof@suse.com&gt;</dc:creator>
    </item>
</channel>
</rss>
