<?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/srpt/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/srpt/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/srpt/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/srpt/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>533d1dae - IB: Revert &quot;remove redundant INFINIBAND kconfig dependencies&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/srpt/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/drivers/infiniband/ulp/srpt/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/drivers/infiniband/ulp/srpt/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/drivers/infiniband/ulp/srpt/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>346a47b6 - ib_srpt: depend on INFINIBAND_ADDR_TRANS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/srpt/Kconfig#346a47b6</link>
        <description>ib_srpt: depend on INFINIBAND_ADDR_TRANSINFINIBAND_SRPT 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/srpt/Kconfig</description>
        <pubDate>Thu, 26 Apr 2018 18:19:32 +0000</pubDate>
        <dc:creator>Greg Thelen &lt;gthelen@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a42d985b - ib_srpt: Initial SRP Target merge for v3.3-rc1</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/srpt/Kconfig#a42d985b</link>
        <description>ib_srpt: Initial SRP Target merge for v3.3-rc1This patch adds the kernel module ib_srpt SCSI RDMA Protocol (SRP) targetimplementation conforming to the SRP r16a specification for the mainlinedrivers/target infrastructure.This driver was originally developed by Vu Pham and has been optimized byBart Van Assche and merged into upstream LIO based on his srpt-lio-4.1branch here:   https://github.com/bvanassche/srpt-lio/commits/srpt-lio-4.1/This updated patch also contains the following two changes fromlio-core-2.6.git/master.  One is to fix a bug with 1 &gt;= task-&gt;task_sg[]chained mappings in ib_srpt, and the other to convert the configfs controlplane to reference IB Port GUID and struct srpt_port directly followingmainline v4.x target_core_fabric_configfs.c convertion for ib_srptto work with rtslib/rtsadmin v2 code.These seperate patches can be found here:ib_srpt: Fix bug with chainged SGLs in srpt_map_sg_to_ib_sgehttp://www.risingtidesystems.com/git/?p=lio-core-2.6.git;a=commitdiff;h=ea485147563b6555a97dbf811825fbb586519252ib_srpt: Convert se_wwn endpoint reference to struct srpt_port-&gt;port_wwnhttp://www.risingtidesystems.com/git/?p=lio-core-2.6.git;a=commitdiff;h=4e544a210acb227df1bb4ca5086e65bdf4e648eaThis also includes the following recent v1 -&gt; v2 review changes:ib_srpt: Fix potential out-of-bounds array accessib_srpt: Avoid failed multipart RDMA transfersib_srpt: Fix srpt_alloc_fabric_acl failure case return valueib_srpt: Update comments to reference $driver/$port layoutib_srpt: Fix sport-&gt;port_guid formatting codeib_srpt: Remove legacy use_port_guid_in_session_name module parameterib_srpt: Convert srp_max_rdma_size into per port configfs attributeib_srpt: Convert srp_max_rsp_size into per port configfs attributeib_srpt: Convert srpt_sq_size into per port configfs attributeand v2 -&gt; v3 review changes:ib_srpt: Fix possible race with srp_sq_size in srpt_create_ch_ibib_srpt: Fix possible race with srp_max_rsp_size in srpt_release_channel_workib_srpt: Fix up MAX_SRPT_RDMA_SIZE defineib_srpt: Make srpt_map_sg_to_ib_sge() failure case return -EAGAINib_srpt: Convert port_guid to use subnet_prefix + interface_id formattingib_srpt: Make srpt_check_stop_free return kref_put statusib_srpt: Make compilation with BUG=n proceed`ib_srpt: Use new target_core_fabric.h includeib_srpt: Check hex2bin() return code to silence build warningCc: Bart Van Assche &lt;bvanassche@acm.org&gt;Cc: Roland Dreier &lt;roland@purestorage.com&gt;Cc: Christoph Hellwig &lt;hch@lst.de&gt;Cc: Vu Pham &lt;vu@mellanox.com&gt;Cc: David Dillow &lt;dillowda@ornl.gov&gt;Signed-off-by: Nicholas A. Bellinger &lt;nab@risingtidesystems.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/srpt/Kconfig</description>
        <pubDate>Fri, 14 Oct 2011 01:30:46 +0000</pubDate>
        <dc:creator>Bart Van Assche &lt;bvanassche@acm.org&gt;</dc:creator>
    </item>
</channel>
</rss>
