<?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/infiniband/ulp/iser/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/infiniband/ulp/iser/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/infiniband/ulp/iser/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/infiniband/ulp/iser/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>1a2e1583 - drivers: infiniband: Fix whitespace in kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/iser/Kconfig#1a2e1583</link>
        <description>drivers: infiniband: Fix whitespace in kconfigAdjust the kconfig whitespace in bnxt_re/iser to match the kernelstandard.Signed-off-by: Enrico Weigelt, metux IT consult &lt;info@metux.net&gt;Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/iser/Kconfig</description>
        <pubDate>Wed, 06 Mar 2019 22:08:45 +0000</pubDate>
        <dc:creator>Enrico Weigelt, metux IT consult &lt;info@metux.net&gt;</dc:creator>
    </item>
<item>
        <title>631dd1a8 - Update broken web addresses in the kernel.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/iser/Kconfig#631dd1a8</link>
        <description>Update broken web addresses in the kernel.The patch below updates broken web addresses in the kernelSigned-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;Cc: Maciej W. Rozycki &lt;macro@linux-mips.org&gt;Cc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Finn Thain &lt;fthain@telegraphics.com.au&gt;Cc: Randy Dunlap &lt;rdunlap@xenotime.net&gt;Cc: Matt Turner &lt;mattst88@gmail.com&gt;Cc: Dimitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Cc: Mike Frysinger &lt;vapier.adi@gmail.com&gt;Acked-by: Ben Pfaff &lt;blp@cs.stanford.edu&gt;Acked-by: Hans J. Koch &lt;hjk@linutronix.de&gt;Reviewed-by: Finn Thain &lt;fthain@telegraphics.com.au&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/iser/Kconfig</description>
        <pubDate>Mon, 18 Oct 2010 09:03:14 +0000</pubDate>
        <dc:creator>Justin P. Mattock &lt;justinmattock@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f5eb3b76 - IB/iser: Add dependency on INFINIBAND_ADDR_TRANS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/iser/Kconfig#f5eb3b76</link>
        <description>IB/iser: Add dependency on INFINIBAND_ADDR_TRANSFix ib_iser build to depend on INFINIBAND_ADDR_TRANS; if INET=y butIPV6=n, then the RDMA CM is not built but INFINIBAND_ISER can beenabled, leading to:    ERROR: &quot;rdma_destroy_id&quot; [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!    ERROR: &quot;rdma_connect&quot; [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!    ERROR: &quot;rdma_destroy_qp&quot; [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!    ERROR: &quot;rdma_create_id&quot; [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!    ERROR: &quot;rdma_create_qp&quot; [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!    ERROR: &quot;rdma_resolve_route&quot; [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!    ERROR: &quot;rdma_disconnect&quot; [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!    ERROR: &quot;rdma_resolve_addr&quot; [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/iser/Kconfig</description>
        <pubDate>Tue, 13 Jan 2009 03:30:41 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;randy.dunlap@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>bd5d7a85 - IB/iser: update URLs of iSER docs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/iser/Kconfig#bd5d7a85</link>
        <description>IB/iser: update URLs of iSER docsSigned-off-by: Erez Zilber &lt;erezz@voltaire.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/iser/Kconfig</description>
        <pubDate>Fri, 25 Jan 2008 22:15:32 +0000</pubDate>
        <dc:creator>Erez Zilber &lt;erezz@voltaire.com&gt;</dc:creator>
    </item>
<item>
        <title>06cc8508 - IB: Use menuconfig for InfiniBand menu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/iser/Kconfig#06cc8508</link>
        <description>IB: Use menuconfig for InfiniBand menuChange Kconfig objects from &quot;menu, config&quot; into &quot;menuconfig&quot; sothat the user can disable the whole feature without having toenter the menu first.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/iser/Kconfig</description>
        <pubDate>Wed, 23 May 2007 21:21:22 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@linux01.gwdg.de&gt;</dc:creator>
    </item>
<item>
        <title>fd6a79a7 - IB/iser: Fix the description of iSER in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/iser/Kconfig#fd6a79a7</link>
        <description>IB/iser: Fix the description of iSER in KconfigFix the description of iSER in Kconfig.  It is not accurate.Signed-off-by: Erez Zilber &lt;erezz@voltaire.com&gt;Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/iser/Kconfig</description>
        <pubDate>Wed, 27 Sep 2006 13:48:57 +0000</pubDate>
        <dc:creator>Erez Zilber &lt;erezz@voltaire.com&gt;</dc:creator>
    </item>
<item>
        <title>5755d6da - IB/iser: INFINIBAND_ISER depends on INET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/iser/Kconfig#5755d6da</link>
        <description>IB/iser: INFINIBAND_ISER depends on INETiSER won&apos;t build without CONFIG_INET enabled, so make Kconfig reflect that.Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/iser/Kconfig</description>
        <pubDate>Fri, 22 Sep 2006 22:22:55 +0000</pubDate>
        <dc:creator>Roland Dreier &lt;rolandd@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>3f1244a2 - IB/iser: iSER Kconfig and Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/iser/Kconfig#3f1244a2</link>
        <description>IB/iser: iSER Kconfig and MakefileKconfig and Makefile for iSER.Signed-off-by: Or Gerlitz &lt;ogerlitz@voltaire.com&gt;Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/iser/Kconfig</description>
        <pubDate>Thu, 11 May 2006 07:03:30 +0000</pubDate>
        <dc:creator>Or Gerlitz &lt;ogerlitz@voltaire.com&gt;</dc:creator>
    </item>
</channel>
</rss>
