<?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</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7a04ff12 - net: x25: remove dead links from Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#7a04ff12</link>
        <description>net: x25: remove dead links from KconfigRemove the &quot;You can read more about X.25 at&quot; links provided inKconfig as they have not pointed at any relevant pages for quitea while.An old copy of https://www.sangoma.com/tutorials/x25/ can beretrieved via https://archive.org/web/ but nothing useful seemsto have been preserved for http://docwiki.cisco.com/wiki/X.25For the sake of necromancy and those who really did want toread more about X.25, a previous incarnation of Kconfig includeda link to:http://www.cisco.com/univercd/cc/td/doc/product/software/ios11/cbook/cx25.htmWhich can still be read at:https://web.archive.org/web/20071013101232/http://cisco.com/en/US/docs/ios/11_0/router/configuration/guide/cx25.htmlSigned-off-by: Justin Swartz &lt;justin.swartz@risingedge.co.za&gt;Acked-by: Martin Schiller &lt;ms@dev.tdt.de&gt;Link: https://lore.kernel.org/r/20240306112659.25375-1-justin.swartz@risingedge.co.zaSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Wed, 06 Mar 2024 11:26:59 +0000</pubDate>
        <dc:creator>Justin Swartz &lt;justin.swartz@risingedge.co.za&gt;</dc:creator>
    </item>
<item>
        <title>535094a0 - Replace HTTP links with HTTPS ones: X.25 network layer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#535094a0</link>
        <description>Replace HTTP links with HTTPS ones: X.25 network layerRationale: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 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: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Mon, 06 Jul 2020 20:50:30 +0000</pubDate>
        <dc:creator>Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c4ea03fd - docs: networking: convert x25.txt to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#c4ea03fd</link>
        <description>docs: networking: convert x25.txt to ReSTNot much to be done here:- add SPDX header;- add a document title;- add to networking/index.rst.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Fri, 01 May 2020 14:44:28 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>883780af - docs: networking: convert x25-iface.txt to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#883780af</link>
        <description>docs: networking: convert x25-iface.txt to ReSTNot much to be done here:- add SPDX header;- adjust title markup;- remove a tail whitespace;- add to networking/index.rst.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Fri, 01 May 2020 14:44:27 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&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/net/x25/Kconfig#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/net/x25/Kconfig</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>27782f40 - x25: remove blank lines at EOF</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#27782f40</link>
        <description>x25: remove blank lines at EOFSigned-off-by: Stephen Hemminger &lt;stephen@networkplumber.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Tue, 24 Jul 2018 19:29:13 +0000</pubDate>
        <dc:creator>Stephen Hemminger &lt;stephen@networkplumber.org&gt;</dc:creator>
    </item>
<item>
        <title>706e282b - net: x25: Fix dead URLs in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#706e282b</link>
        <description>net: x25: Fix dead URLs in KconfigUpdate the URLs in the Kconfig file to the new pages at sangoma.com and cisco.comSigned-off-by: Michael Dr&#252;ing &lt;michael@drueing.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Mon, 28 Oct 2013 17:33:12 +0000</pubDate>
        <dc:creator>Michael Dr&#252;ing &lt;michael@drueing.de&gt;</dc:creator>
    </item>
<item>
        <title>70bd8f64 - net/x25: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#70bd8f64</link>
        <description>net/x25: remove depends on CONFIG_EXPERIMENTALThe CONFIG_EXPERIMENTAL config item has not carried much meaning for awhile now and is almost always enabled by default. As agreed during theLinux kernel summit, remove it from any &quot;depends on&quot; lines in Kconfigs.CC: Andrew Hendry &lt;andrew.hendry@gmail.com&gt;CC: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:20:05 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>77b22836 - x25: remove the BKL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#77b22836</link>
        <description>x25: remove the BKLThis replaces all instances of lock_kernel in x25with lock_sock, taking care to release the socketlock around sleeping functions (sock_alloc_send_skband skb_recv_datagram). It is not clear whetherthis is a correct solution, but it seem to be whatother protocols do in the same situation.Includes a fix suggested by Eric Dumazet.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;Tested-by: Andrew Hendry &lt;andrew.hendry@gmail.com&gt;Cc: linux-x25@vger.kernel.orgCc: netdev@vger.kernel.orgCc: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Sat, 22 Jan 2011 22:44:59 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>6de5bd12 - BKL: introduce CONFIG_BKL.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#6de5bd12</link>
        <description>BKL: introduce CONFIG_BKL.With all the patches we have queued in the BKL removal tree, only afew dozen modules are left that actually rely on the BKL, and eventhere are lots of low-hanging fruit. We need to decide what to doabout them, this patch illustrates one of the options:Every user of the BKL is marked as &apos;depends on BKL&apos; in Kconfig,and the CONFIG_BKL becomes a user-visible option. If it getsdisabled, no BKL using module can be built any more and the BKLcode itself is compiled out.The one exception is file locking, which is practically alwaysenabled and does a &apos;select BKL&apos; instead. This effectively forcesCONFIG_BKL to be enabled until we have solved the fs/lockdmess and can apply the patch that removes the BKL from fs/locks.c.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Sat, 11 Sep 2010 16:00:57 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>6a2e9b73 - [NET]: move config options out to individual protocols</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/x25/Kconfig#6a2e9b73</link>
        <description>[NET]: move config options out to individual protocolsMove the protocol specific config options out to the specific protocols.With this change net/Kconfig now starts to become readable and serve as agood basis for further re-structuring.The menu structure is left almost intact, except that indention isfixed in most cases. Most visible are the INET changes where several&quot;depends on INET&quot; are replaced with a single ifdef INET / endif pair.Several new files were created to accomplish this change - they aresmall but serve the purpose that config options are now distributedout where they belongs.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/x25/Kconfig</description>
        <pubDate>Tue, 12 Jul 2005 04:13:56 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
</channel>
</rss>
