<?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>bc75dcc3 - net: rds: add option for GCOV profiling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#bc75dcc3</link>
        <description>net: rds: add option for GCOV profilingTo better our unit tests we need code coverage to be part of the kernel.This patch borrows heavily from how CONFIG_GCOV_PROFILE_FTRACE isimplementedReviewed-by: Chuck Lever &lt;chuck.lever@oracle.com&gt;Signed-off-by: Vegard Nossum &lt;vegard.nossum@oracle.com&gt;Signed-off-by: Allison Henderson &lt;allison.henderson@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Tue, 06 Aug 2024 15:38:08 +0000</pubDate>
        <dc:creator>Vegard Nossum &lt;vegard.nossum@oracle.com&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/rds/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/rds/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>bf69abad - net: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#bf69abad</link>
        <description>net: Fix Kconfig indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:    $ sed -e &apos;s/^        /\t/&apos; -i */KconfigSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Sven Eckelmann &lt;sven@narfation.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Mon, 23 Sep 2019 15:52:42 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@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/rds/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/rds/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>b0e0b0ab - net/rds: RDS is not Radio Data System</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#b0e0b0ab</link>
        <description>net/rds: RDS is not Radio Data SystemGetting prompt &quot;The RDS Protocol&quot; (RDS) is not too helpful, and it iseasily confused with Radio Data System (which we may want to supportin kernel, too).Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;Acked-by: Sowmini Varadhan &lt;sowmini.varadhan@oracle.com&gt;Acked-by: Santosh Shilimkar &lt;santosh.shilimkar@oracle.com&gt;Acked-by: Sowmini Varadhan &lt;sowmini.varadhan@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Thu, 30 Aug 2018 11:30:03 +0000</pubDate>
        <dc:creator>Pavel Machek &lt;pavel@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>f6f7a26a - rds: fix building with IPV6=m</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#f6f7a26a</link>
        <description>rds: fix building with IPV6=mWhen CONFIG_RDS_TCP is built-in and CONFIG_IPV6 is a loadablemodule, we get a link error agains the modular ipv6_chk_addr()function:net/rds/tcp.o: In function `rds_tcp_laddr_check&apos;:tcp.c:(.text+0x3b2): undefined reference to `ipv6_chk_addr&apos;This adds back a dependency that forces RDS_TCP to also bea loadable module when IPV6 is one.Fixes: e65d4d96334e (&quot;rds: Remove IPv6 dependency&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Santosh Shilimkar &lt;santosh.shilimkar@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Tue, 14 Aug 2018 09:07:42 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>e65d4d96 - rds: Remove IPv6 dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#e65d4d96</link>
        <description>rds: Remove IPv6 dependencyThis patch removes the IPv6 dependency from RDS.Signed-off-by: Ka-Cheong Poon &lt;ka-cheong.poon@oracle.com&gt;Acked-by: Santosh Shilimkar &lt;santosh.shilimkar@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Tue, 31 Jul 2018 05:48:42 +0000</pubDate>
        <dc:creator>Ka-Cheong Poon &lt;ka-cheong.poon@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>3e4e3643 - net/rds/Kconfig: Correct the RDS depends</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#3e4e3643</link>
        <description>net/rds/Kconfig: Correct the RDS dependsRemove prefix &apos;CONFIG_&apos; from CONFIG_IPV6Fixes: ba7d7e2677c0 (&quot;net/rds/Kconfig: RDS should depend on IPV6&quot;)Reported-by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;Signed-off-by: Anders Roxell &lt;anders.roxell@linaro.org&gt;Reviewed-by: Eric Dumazet &lt;edumazet@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Fri, 27 Jul 2018 13:18:49 +0000</pubDate>
        <dc:creator>Anders Roxell &lt;anders.roxell@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ba7d7e26 - net/rds/Kconfig: RDS should depend on IPV6</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#ba7d7e26</link>
        <description>net/rds/Kconfig: RDS should depend on IPV6Build error, implicit declaration of function __inet6_ehashfn shows upWhen RDS is enabled but not IPV6.net/rds/connection.c: In function &#8216;rds_conn_bucket&#8217;:net/rds/connection.c:67:9: error: implicit declaration of function &#8216;__inet6_ehashfn&#8217;; did you mean &#8216;__inet_ehashfn&#8217;? [-Werror=implicit-function-declaration]  hash = __inet6_ehashfn(lhash, 0, fhash, 0, rds_hash_secret);         ^~~~~~~~~~~~~~~         __inet_ehashfnCurrent code adds IPV6 as a depends on in config RDS.Fixes: eee2fa6ab322 (&quot;rds: Changing IP address internal representation to struct in6_addr&quot;)Signed-off-by: Anders Roxell &lt;anders.roxell@linaro.org&gt;Acked-by: Santosh Shilimkar &lt;santosh.shilimkar@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Wed, 25 Jul 2018 22:20:08 +0000</pubDate>
        <dc:creator>Anders Roxell &lt;anders.roxell@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>1cb1d977 - rds: remove trailing whitespace and blank lines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#1cb1d977</link>
        <description>rds: remove trailing whitespace and blank linesSigned-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/rds/Kconfig</description>
        <pubDate>Tue, 24 Jul 2018 19:29:03 +0000</pubDate>
        <dc:creator>Stephen Hemminger &lt;stephen@networkplumber.org&gt;</dc:creator>
    </item>
<item>
        <title>533d1dae - IB: Revert &quot;remove redundant INFINIBAND kconfig dependencies&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#533d1dae</link>
        <description>IB: Revert &quot;remove redundant INFINIBAND kconfig dependencies&quot;Several subsystems depend on INFINIBAND_ADDR_TRANS, which in turn dependson INFINIBAND. However, when with CONFIG_INIFIBAND=m, this leads to alink error when another driver using it is built-in. TheINFINIBAND_ADDR_TRANS dependency is insufficient here as this isa &apos;bool&apos; symbol that does not force anything to be a module in turn.fs/cifs/smbdirect.o: In function `smbd_disconnect_rdma_work&apos;:smbdirect.c:(.text+0x1e4): undefined reference to `rdma_disconnect&apos;net/9p/trans_rdma.o: In function `rdma_request&apos;:trans_rdma.c:(.text+0x7bc): undefined reference to `rdma_disconnect&apos;net/9p/trans_rdma.o: In function `rdma_destroy_trans&apos;:trans_rdma.c:(.text+0x830): undefined reference to `ib_destroy_qp&apos;trans_rdma.c:(.text+0x858): undefined reference to `ib_dealloc_pd&apos;Fixes: 9533b292a7ac (&quot;IB: remove redundant INFINIBAND kconfig dependencies&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Greg Thelen &lt;gthelen@google.com&gt;Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Fri, 25 May 2018 21:29:59 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>9533b292 - IB: remove redundant INFINIBAND kconfig dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#9533b292</link>
        <description>IB: remove redundant INFINIBAND kconfig dependenciesINFINIBAND_ADDR_TRANS depends on INFINIBAND.  So there&apos;s no need foroptions which depend INFINIBAND_ADDR_TRANS to also depend on INFINIBAND.Remove the unnecessary INFINIBAND depends.Signed-off-by: Greg Thelen &lt;gthelen@google.com&gt;Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Fri, 04 May 2018 03:29:19 +0000</pubDate>
        <dc:creator>Greg Thelen &lt;gthelen@google.com&gt;</dc:creator>
    </item>
<item>
        <title>dcdede04 - RDS: Drop stale iWARP RDMA transport</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#dcdede04</link>
        <description>RDS: Drop stale iWARP RDMA transportRDS iWarp support code has become stale and non testable. Asindicated earlier, am dropping the support for it.If new iWarp user(s) shows up in future, we can adapat the RDS IBtransprt for the special RDMA READ sink case. iWarp needs an MRfor the RDMA READ sink.Signed-off-by: Santosh Shilimkar &lt;ssantosh@kernel.org&gt;Signed-off-by: Santosh Shilimkar &lt;santosh.shilimkar@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Tue, 01 Mar 2016 23:20:42 +0000</pubDate>
        <dc:creator>santosh.shilimkar@oracle.com &lt;santosh.shilimkar@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>e34430ee - net/rds: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#e34430ee</link>
        <description>net/rds: 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: Venkat Venkatsubra &lt;venkat.x.venkatsubra@oracle.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: Venkat Venkatsubra &lt;venkat.x.venkatsubra@oracle.com&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:19:58 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>77c1c7c4 - rds: drop &quot;select LLIST&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#77c1c7c4</link>
        <description>rds: drop &quot;select LLIST&quot;Commit 1bc144b625 (&quot;net, rds, Replace xlist in net/rds/xlist.h withllist&quot;) added &quot;select LLIST&quot; to the RDS_RDMA Kconfig entry. But there isno Kconfig symbol named LLIST. The select statement for that symbol is anop. Drop it.lib/llist.o is builtin, so all that&apos;s needed to use the llistfunctionality is to include linux/llist.h, which this commit also did.Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Sun, 13 Nov 2011 03:36:37 +0000</pubDate>
        <dc:creator>Paul Bolle &lt;pebolle@tiscali.nl&gt;</dc:creator>
    </item>
<item>
        <title>1bc144b6 - net, rds, Replace xlist in net/rds/xlist.h with llist</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#1bc144b6</link>
        <description>net, rds, Replace xlist in net/rds/xlist.h with llistThe functionality of xlist and llist is almost same.  This patchreplace xlist with llist to avoid code duplication.Known issues: don&apos;t know how to test this, need special hardware?Signed-off-by: Huang Ying &lt;ying.huang@intel.com&gt;Cc: Chris Mason &lt;chris.mason@oracle.com&gt;Cc: Andy Grover &lt;andy.grover@oracle.com&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Tue, 30 Aug 2011 15:21:30 +0000</pubDate>
        <dc:creator>Huang Ying &lt;ying.huang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>40d86609 - RDS: Modularize RDMA and TCP transports</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#40d86609</link>
        <description>RDS: Modularize RDMA and TCP transportsEnable the building of transports as modules.Also, improve consistency of Kconfig messages in relation to otherprotocols, and move build dependency on IB from the RDS core codeto the rds_rdma module.Signed-off-by: Andy Grover &lt;andy.grover@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Fri, 21 Aug 2009 12:28:33 +0000</pubDate>
        <dc:creator>Andy Grover &lt;andy.grover@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>abb79972 - rds: fix iband RDMA dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#abb79972</link>
        <description>rds: fix iband RDMA dependenciesFix RDS Infiniband dependencies for RDMA so that thesebuild errors won&apos;t happen:ERROR: &quot;rdma_accept&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_destroy_id&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_connect&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_destroy_qp&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_listen&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_notify&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_create_id&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_create_qp&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_bind_addr&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_resolve_route&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_disconnect&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_reject&quot; [net/rds/rds.ko] undefined!ERROR: &quot;rdma_resolve_addr&quot; [net/rds/rds.ko] undefined!Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Acked-by: Andy Grover &lt;andy.grover@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Wed, 04 Mar 2009 05:39:40 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;randy.dunlap@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>fe17f84f - RDS: Kconfig and Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rds/Kconfig#fe17f84f</link>
        <description>RDS: Kconfig and MakefileAdd RDS Kconfig and Makefile, and modify net/&apos;s to addus to the build.Signed-off-by: Andy Grover &lt;andy.grover@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rds/Kconfig</description>
        <pubDate>Tue, 24 Feb 2009 15:30:39 +0000</pubDate>
        <dc:creator>Andy Grover &lt;andy.grover@oracle.com&gt;</dc:creator>
    </item>
</channel>
</rss>
