<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/device_handler/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/scsi/device_handler/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>0c994c03 - scsi_dh: force modular build if SCSI is a module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/device_handler/Kconfig#0c994c03</link>
        <description>scsi_dh: force modular build if SCSI is a moduleWhen the scsi_dh core was moved into the scsi core module,CONFIG_SCSI_DH became a &apos;bool&apos; option, and now anything depending on itcan be built-in even when CONFIG_SCSI=m. This of course cannot linksuccessfully:drivers/scsi/built-in.o: In function `rdac_init&apos;:scsi_dh_alua.c:(.init.text+0x14): undefined reference to `scsi_register_device_handler&apos;scsi_dh_alua.c:(.init.text+0x64): undefined reference to `scsi_unregister_device_handler&apos;drivers/scsi/built-in.o: In function `alua_init&apos;:scsi_dh_alua.c:(.init.text+0xb0): undefined reference to `scsi_register_device_handler&apos;As a workaround, this adds an extra dependency on CONFIG_SCSI, soKconfig can figure out whether built-in is allowed or not.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Fixes: 086b91d052eb (&quot;scsi_dh: integrate into the core SCSI code&quot;)Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/device_handler/Kconfig</description>
        <pubDate>Wed, 27 Jan 2016 15:57:23 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>086b91d0 - scsi_dh: integrate into the core SCSI code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/device_handler/Kconfig#086b91d0</link>
        <description>scsi_dh: integrate into the core SCSI codeStop building scsi_dh as a separate module and integrate it fully into thecore SCSI code with explicit callouts at bus scan time.  For now thecallouts are placed at the same point as the old bus notifiers were called,but in the future we will be able to look at ALUA INQUIRY data earlier on.Note that this also means that the device handler modules need to be loadedby the time we scan the bus.  The next patches will add support forautoloading device handlers at bus scan time to make sure they are alwaysloaded if they are enabled in the kernel config.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;Reviewed-by: Hannes Reinecke &lt;hare@suse.de&gt;Acked-by: Mike Snitzer &lt;snitzer@redhat.com&gt;Signed-off-by: James Bottomley &lt;JBottomley@Odin.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/device_handler/Kconfig</description>
        <pubDate>Thu, 27 Aug 2015 12:16:57 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>2a570a49 - drivers/scsi/device_handler: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/device_handler/Kconfig#2a570a49</link>
        <description>drivers/scsi/device_handler: 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: &quot;James E.J. Bottomley&quot; &lt;JBottomley@parallels.com&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/scsi/device_handler/Kconfig</description>
        <pubDate>Thu, 17 Jan 2013 02:53:54 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>057ea7c9 - [SCSI] scsi_dh: add generic SPC-3 alua handler</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/device_handler/Kconfig#057ea7c9</link>
        <description>[SCSI] scsi_dh: add generic SPC-3 alua handlerSigned-off-by: Hannes Reinecke &lt;hare@suse.de&gt;Signed-off-by: Chandra Seetharaman &lt;sekharan@us.ibm.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/device_handler/Kconfig</description>
        <pubDate>Thu, 17 Jul 2008 23:53:21 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>5e7dccad - [SCSI] scsi_dh: add EMC Clariion device handler</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/device_handler/Kconfig#5e7dccad</link>
        <description>[SCSI] scsi_dh: add EMC Clariion device handlerThis adds support for EMC Clariions. This patch has the features thatcurrently exists in mainline and advanced features from Ed&apos;s patches.Signed-off-by: Chandra Seetharaman &lt;sekharan@us.ibm.com&gt;Signed-off-by: Mike Christie &lt;michaelc@cs.wisc.edu&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/device_handler/Kconfig</description>
        <pubDate>Thu, 01 May 2008 21:50:04 +0000</pubDate>
        <dc:creator>Chandra Seetharaman &lt;sekharan@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>f6dd337e - [SCSI] scsi_dh: add hp sw device handler</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/device_handler/Kconfig#f6dd337e</link>
        <description>[SCSI] scsi_dh: add hp sw device handlerThis patch provides the device handler to support the older hp boxeswhich cannot be upgraded.Signed-off-by: Mike Christie &lt;michaelc@cs.wisc.edu&gt;Signed-off-by: Chandra Seetharaman &lt;sekharan@us.ibm.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/device_handler/Kconfig</description>
        <pubDate>Thu, 01 May 2008 21:49:59 +0000</pubDate>
        <dc:creator>Mike Christie &lt;michaelc@cs.wisc.edu&gt;</dc:creator>
    </item>
<item>
        <title>fbd7ab3e - [SCSI] scsi_dh: add lsi rdac device handler</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/device_handler/Kconfig#fbd7ab3e</link>
        <description>[SCSI] scsi_dh: add lsi rdac device handlerThis patch provides the device handler to support the LSI RDAC SCSIbased storage devices.Signed-off-by: Chandra Seetharaman &lt;sekharan@us.ibm.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/device_handler/Kconfig</description>
        <pubDate>Thu, 01 May 2008 21:49:52 +0000</pubDate>
        <dc:creator>Chandra Seetharaman &lt;sekharan@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>a6a8d9f8 - [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/device_handler/Kconfig#a6a8d9f8</link>
        <description>[SCSI] scsi_dh: add infrastructure for SCSI Device HandlersSome of the storage devices (that can be accessed through multiple paths),do need some special handling for	1. Activating the passive path of the storage access.	2. Decode and handle the special sense codes returned by the devices.	3. Handle the I/Os being sent to the passive path, especially           during the device probe time.when accessed through multiple paths.As of today this special device handling is done at the dm-multipathlayer using dm-handlers. That works well for (1); for (2) to be handledat dm layer, scsi sense information need to be exported from SCSI to dm-layer,which is not very attractive; (3) cannot be done at all at the dm layer.Device handler has been moved to SCSI mainly to handle (2) and (3) properly.Signed-off-by: Chandra Seetharaman &lt;sekharan@us.ibm.com&gt;Signed-off-by: Mike Anderson &lt;andmike@linux.vnet.ibm.com&gt;Signed-off-by: Mike Christie &lt;michaelc@cs.wisc.edu&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/device_handler/Kconfig</description>
        <pubDate>Thu, 01 May 2008 21:49:46 +0000</pubDate>
        <dc:creator>Chandra Seetharaman &lt;sekharan@us.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
