<?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>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/netlabel/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/netlabel/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>c0259664 - netlabel: Kconfig: Update reference for NetLabel Tools project</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netlabel/Kconfig#c0259664</link>
        <description>netlabel: Kconfig: Update reference for NetLabel Tools projectThe NetLabel Tools project has moved from http://netlabel.sf.net to aGitHub project. Update to directly refer to the new home for the tools.Signed-off-by: Salvatore Bonaccorso &lt;carnil@debian.org&gt;Acked-by: Paul Moore &lt;paul@paul-moore.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/netlabel/Kconfig</description>
        <pubDate>Wed, 22 Apr 2020 19:07:53 +0000</pubDate>
        <dc:creator>Salvatore Bonaccorso &lt;carnil@debian.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/netlabel/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/netlabel/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>ceba1832 - calipso: Set the calipso socket label to match the secattr.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netlabel/Kconfig#ceba1832</link>
        <description>calipso: Set the calipso socket label to match the secattr.CALIPSO is a hop-by-hop IPv6 option.  A lot of this patch is based onthe equivalent CISPO code.  The main difference is due to manipulatingthe options in the hop-by-hop header.Signed-off-by: Huw Davies &lt;huw@codeweavers.com&gt;Signed-off-by: Paul Moore &lt;paul@paul-moore.com&gt;

            List of files:
            /linux-6.15/net/netlabel/Kconfig</description>
        <pubDate>Mon, 27 Jun 2016 19:02:51 +0000</pubDate>
        <dc:creator>Huw Davies &lt;huw@codeweavers.com&gt;</dc:creator>
    </item>
<item>
        <title>38c94377 - [NETLABEL]: Fix build failure.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netlabel/Kconfig#38c94377</link>
        <description>[NETLABEL]: Fix build failure.&gt; the build with the attached .config failed, make ends with:&gt; ...&gt; : undefined reference to `cipso_v4_sock_getattr&apos;&gt; net/built-in.o: In function `netlbl_socket_getattr&apos;: ...It looks like I was stupid and made NetLabel depend on CONFIG_NET and notCONFIG_INET, the patch below should fix this by making NetLabel depend onCONFIG_INET and CONFIG_SECURITY.  Please review and apply for 2.6.19.Signed-off-by: Paul Moore &lt;paul.moore@hp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/netlabel/Kconfig</description>
        <pubDate>Mon, 06 Nov 2006 00:44:06 +0000</pubDate>
        <dc:creator>Paul Moore &lt;paul.moore@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>4cc67735 - [NetLabel]: update docs with website information</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netlabel/Kconfig#4cc67735</link>
        <description>[NetLabel]: update docs with website informationNow that all of the supporting pieces of NetLabel have a home at SourceForgeupdate the Kconfig help text and add an entry to the MAINTAINERS file.Signed-off-by: Paul Moore &lt;paul.moore@hp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/netlabel/Kconfig</description>
        <pubDate>Mon, 25 Sep 2006 22:57:13 +0000</pubDate>
        <dc:creator>Paul Moore &lt;paul.moore@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>d15c345f - [NetLabel]: core NetLabel subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/netlabel/Kconfig#d15c345f</link>
        <description>[NetLabel]: core NetLabel subsystemAdd a new kernel subsystem, NetLabel, to provide explicit packetlabeling services (CIPSO, RIPSO, etc.) to LSM developers.  NetLabel isdesigned to work in conjunction with a LSM to intercept and decodesecurity labels on incoming network packets as well as ensure thatoutgoing network packets are labeled according to the securitymechanism employed by the LSM.  The NetLabel subsystem is configuredthrough a Generic NETLINK interface described in the header filesincluded in this patch.Signed-off-by: Paul Moore &lt;paul.moore@hp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/netlabel/Kconfig</description>
        <pubDate>Thu, 03 Aug 2006 23:48:37 +0000</pubDate>
        <dc:creator>Paul Moore &lt;paul.moore@hp.com&gt;</dc:creator>
    </item>
</channel>
</rss>
