<?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/srp/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/srp/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/srp/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/srp/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>5a3bc8a4 - ib_srp: depend on INFINIBAND_ADDR_TRANS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/srp/Kconfig#5a3bc8a4</link>
        <description>ib_srp: depend on INFINIBAND_ADDR_TRANSINFINIBAND_SRP code depends on INFINIBAND_ADDR_TRANS provided symbols.So declare the kconfig dependency.  This is necessary to allow forenabling INFINIBAND without INFINIBAND_ADDR_TRANS.Signed-off-by: Greg Thelen &lt;gthelen@google.com&gt;Cc: Tarick Bedeir &lt;tarick@google.com&gt;Reviewed-by: Bart Van Assche &lt;bart.vanassche@wdc.com&gt;Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/srp/Kconfig</description>
        <pubDate>Thu, 26 Apr 2018 18:19:34 +0000</pubDate>
        <dc:creator>Greg Thelen &lt;gthelen@google.com&gt;</dc:creator>
    </item>
<item>
        <title>3236822b - [SCSI] ib_srp: convert to use the srp transport class</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/srp/Kconfig#3236822b</link>
        <description>[SCSI] ib_srp: convert to use the srp transport classThis converts ib_srp to use the srp transport class.I don&apos;t have ib hardware so I&apos;ve not tested this patch.Signed-off-by: FUJITA Tomonori &lt;fujita.tomonori@lab.ntt.co.jp&gt;Cc: Roland Dreier &lt;rolandd@cisco.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/srp/Kconfig</description>
        <pubDate>Wed, 27 Jun 2007 07:33:12 +0000</pubDate>
        <dc:creator>FUJITA Tomonori &lt;fujita.tomonori@lab.ntt.co.jp&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/srp/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/srp/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>aef9ec39 - IB: Add SCSI RDMA Protocol (SRP) initiator</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/srp/Kconfig#aef9ec39</link>
        <description>IB: Add SCSI RDMA Protocol (SRP) initiatorAdd an InfiniBand SCSI RDMA Protocol (SRP) initiator.  This driver isused to talk talk to InfiniBand SRP targets (storage devices).Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/srp/Kconfig</description>
        <pubDate>Wed, 02 Nov 2005 22:07:13 +0000</pubDate>
        <dc:creator>Roland Dreier &lt;rolandd@cisco.com&gt;</dc:creator>
    </item>
</channel>
</rss>
