<?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/drivers/connector/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/drivers/connector/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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/connector/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/drivers/connector/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>6341e62b - kconfig: use bool instead of boolean for type definition attributes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/connector/Kconfig#6341e62b</link>
        <description>kconfig: use bool instead of boolean for type definition attributesSupport for keyword &apos;boolean&apos; will be dropped later on.No functional change.Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.comSigned-off-by: Christoph Jaeger &lt;cj@linux.com&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/connector/Kconfig</description>
        <pubDate>Sat, 20 Dec 2014 20:41:11 +0000</pubDate>
        <dc:creator>Christoph Jaeger &lt;cj@linux.com&gt;</dc:creator>
    </item>
<item>
        <title>4737f097 - trivial: Kconfig: .ko is normally not included in module names</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/connector/Kconfig#4737f097</link>
        <description>trivial: Kconfig: .ko is normally not included in module names.ko is normally not included in Kconfig help, make it consistent.Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/connector/Kconfig</description>
        <pubDate>Thu, 04 Jun 2009 22:44:53 +0000</pubDate>
        <dc:creator>Pavel Machek &lt;pavel@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>13591885 - Use menuconfig objects: connector</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/connector/Kconfig#13591885</link>
        <description>Use menuconfig objects: connectorUse menuconfigs instead of menus, so the whole menu can be disabled at onceinstead of going through all options.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Acked-by: Evgeniy Polyakov &lt;johnpol@2ka.mipt.ru&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/connector/Kconfig</description>
        <pubDate>Mon, 16 Jul 2007 06:39:32 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@linux01.gwdg.de&gt;</dc:creator>
    </item>
<item>
        <title>9f46080c - [PATCH] Process Events Connector</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/connector/Kconfig#9f46080c</link>
        <description>[PATCH] Process Events ConnectorThis patch adds a connector that reports fork, exec, id change, and exitevents for all processes to userspace.  It replaces the fork_advisor patchthat ELSA is currently using.  Applications that may find these eventsuseful include accounting/auditing (e.g.  ELSA), system activity monitoring(e.g.  top), security, and resource management (e.g.  CKRM).Signed-off-by: Matt Helsley &lt;matthltc@us.ibm.com&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/connector/Kconfig</description>
        <pubDate>Mon, 07 Nov 2005 08:59:16 +0000</pubDate>
        <dc:creator>Matt Helsley &lt;matthltc@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>7672d0b5 - [NET]: Add netlink connector.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/connector/Kconfig#7672d0b5</link>
        <description>[NET]: Add netlink connector.Kernel connector - new userspace &lt;-&gt; kernel space easy to usecommunication module which implements easy to use bidirectionalmessage bus using netlink as it&apos;s backend.  Connector was created toeliminate complex skb handling both in send and receive message busdirection.Connector driver adds possibility to connect various agents using asone of it&apos;s backends netlink based network.  One must registercallback and identifier. When driver receives special netlink messagewith appropriate identifier, appropriate callback will be called.From the userspace point of view it&apos;s quite straightforward:	socket();	bind();	send();	recv();But if kernelspace want to use full power of such connections, driverwriter must create special sockets, must know about struct sk_buffhandling...  Connector allows any kernelspace agents to use netlinkbased networking for inter-process communication in a significantlyeasier way:int cn_add_callback(struct cb_id *id, char *name, void (*callback) (void *));void cn_netlink_send(struct cn_msg *msg, u32 __groups, int gfp_mask);struct cb_id{	__u32			idx;	__u32			val;};idx and val are unique identifiers which must be registered inconnector.h for in-kernel usage.  void (*callback) (void *) - is acallback function which will be called when message with above idx.valwill be received by connector core.Using connector completely hides low-level transport layer from it&apos;susers.Connector uses new netlink ability to have many groups in one socket.[ Incorporating many cleanups and fixes by myself and  Andrew Morton -DaveM ]Signed-off-by: Evgeniy Polyakov &lt;johnpol@2ka.mipt.ru&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/connector/Kconfig</description>
        <pubDate>Mon, 12 Sep 2005 02:15:07 +0000</pubDate>
        <dc:creator>Evgeniy Polyakov &lt;johnpol@2ka.mipt.ru&gt;</dc:creator>
    </item>
</channel>
</rss>
