<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>772ba9b5 - scsi: cxlflash: Remove driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#772ba9b5</link>
        <description>scsi: cxlflash: Remove driverRemove the cxlflash driver for IBM CAPI Flash devices.The cxlflash driver has received minimal maintenance for some time, andthe CAPI Flash hardware that uses it is no longer commercially available.Thanks to Uma Krishnan, Matthew Ochs and Manoj Kumar for their work onthis driver over the years.Signed-off-by: Andrew Donnellan &lt;ajd@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20250203072801.365551-2-ajd@linux.ibm.comReviewed-by: Frederic Barrat &lt;fbarrat@linux.ibm.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Mon, 03 Feb 2025 07:27:59 +0000</pubDate>
        <dc:creator>Andrew Donnellan &lt;ajd@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>4977c0f4 - scsi: scsi_proto: Add structures and constants related to I/O groups and streams</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#4977c0f4</link>
        <description>scsi: scsi_proto: Add structures and constants related to I/O groups and streamsPrepare for adding code that will query the I/O advice hints groupdescriptors and for adding code that will retrieve the stream status.Cc: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;Signed-off-by: Bart Van Assche &lt;bvanassche@acm.org&gt;Link: https://lore.kernel.org/r/20240130214911.1863909-11-bvanassche@acm.orgSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Tue, 30 Jan 2024 21:48:36 +0000</pubDate>
        <dc:creator>Bart Van Assche &lt;bvanassche@acm.org&gt;</dc:creator>
    </item>
<item>
        <title>b04e75a4 - scsi: dpt_i2o: Remove obsolete driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#b04e75a4</link>
        <description>scsi: dpt_i2o: Remove obsolete driverThe dpt_i2o driver was fixed to stop using virt_to_bus() in 2008, but itstill has a stale reference in an error handling code path that could neverwork. I submitted a patch to fix this reference earlier, but HannesReinecke suggested that removing the driver may be just as good here.The i2o driver layer was removed in 2015 with commit 4a72a7af462d(&quot;staging: remove i2o subsystem&quot;), but the even older dpt_i2o scsi driverstayed around.The last non-cleanup patches I could find were from Miquel van Smoorenburgand Mark Salyzyn back in 2008, they might know if there is any chance ofthe hardware still being used anywhere.Link: https://lore.kernel.org/linux-scsi/CAK8P3a1XfwkTOV7qOs1fTxf4vthNBRXKNu8A5V7TWnHT081NGA@mail.gmail.com/T/Link: https://lore.kernel.org/r/20220624155226.2889613-3-arnd@kernel.orgCc: Miquel van Smoorenburg &lt;mikevs@xs4all.net&gt;Cc: Mark Salyzyn &lt;salyzyn@android.com&gt;Cc: Hannes Reinecke &lt;hare@suse.de&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Fri, 24 Jun 2022 15:52:25 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>dd11376b - scsi: ufs: Split the drivers/scsi/ufs directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#dd11376b</link>
        <description>scsi: ufs: Split the drivers/scsi/ufs directorySplit the drivers/scsi/ufs directory into &apos;core&apos; and &apos;host&apos; directoriesunder the drivers/ufs/ directory. Move shared header files into theinclude/ufs/ directory. This separation makes it clear which header filesUFS drivers are allowed to include (include/ufs/*.h) and which header filesUFS drivers are not allowed to include (drivers/ufs/core/*.h).Update the MAINTAINERS file. Add myself as a UFS reviewer.Link: https://lore.kernel.org/r/20220511212552.655341-1-bvanassche@acm.orgCc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Avri Altman &lt;avri.altman@wdc.com&gt;Cc: Bean Huo &lt;beanhuo@micron.com&gt;Cc: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Cc: Keoseong Park &lt;keosung.park@samsung.com&gt;Tested-by: Bean Huo &lt;beanhuo@micron.com&gt;Tested-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Reviewed-by: Bean Huo &lt;beanhuo@micron.com&gt;Acked-by: Avri Altman &lt;avri.altman@wdc.com&gt;Acked-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Signed-off-by: Bart Van Assche &lt;bvanassche@acm.org&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Wed, 11 May 2022 21:25:52 +0000</pubDate>
        <dc:creator>Bart Van Assche &lt;bvanassche@acm.org&gt;</dc:creator>
    </item>
<item>
        <title>98079418 - scsi: core: Fix missing FORCE for scsi_devinfo_tbl.c build rule</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#98079418</link>
        <description>scsi: core: Fix missing FORCE for scsi_devinfo_tbl.c build ruleAdd FORCE so that if_changed can detect the command line change.scsi_devinfo_tbl.c must be added to &apos;targets&apos; too.Link: https://lore.kernel.org/r/20210819012339.709409-1-masahiroy@kernel.orgSigned-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Thu, 19 Aug 2021 01:23:39 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>33ff4ce4 - scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#33ff4ce4</link>
        <description>scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONCONFIG_BLK_SCSI_REQUEST is rather misnamed as it enables building a smallamount of code shared by the SCSI initiator, target, and consumers of thescsi_request passthrough API.  Rename it and also allow building it as amodule.[mkp: add module license]Link: https://lore.kernel.org/r/20210724072033.1284840-20-hch@lst.deSigned-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Sat, 24 Jul 2021 07:20:28 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>78011042 - scsi: bsg: Move bsg_scsi_ops to drivers/scsi/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#78011042</link>
        <description>scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Move the SCSI-specific bsg code in the SCSI midlayer instead of in thecommon bsg code.  This just keeps the common bsg code block/ and alsoallows building it as a module.Link: https://lore.kernel.org/r/20210724072033.1284840-15-hch@lst.deSigned-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Sat, 24 Jul 2021 07:20:23 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>ebc076b3 - scsi: elx: efct: Tie into kernel Kconfig and build process</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#ebc076b3</link>
        <description>scsi: elx: efct: Tie into kernel Kconfig and build processThis final patch ties the efct driver into the kernel Kconfig and buildlinkages in the drivers/scsi directory.Link: https://lore.kernel.org/r/20210601235512.20104-32-jsmart2021@gmail.comReported-by: kernel test robot &lt;lkp@intel.com&gt;Reviewed-by: Hannes Reinecke &lt;hare@suse.de&gt;Reviewed-by: Daniel Wagner &lt;dwagner@suse.de&gt;Co-developed-by: Ram Vegesna &lt;ram.vegesna@broadcom.com&gt;Signed-off-by: Ram Vegesna &lt;ram.vegesna@broadcom.com&gt;Signed-off-by: James Smart &lt;jsmart2021@gmail.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Tue, 01 Jun 2021 23:55:12 +0000</pubDate>
        <dc:creator>James Smart &lt;jsmart2021@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c4f7ac64 - scsi: mpi3mr: Add mpi30 Rev-R headers and Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#c4f7ac64</link>
        <description>scsi: mpi3mr: Add mpi30 Rev-R headers and KconfigThis adds the Kconfig and mpi30 headers.Link: https://lore.kernel.org/r/20210520152545.2710479-2-kashyap.desai@broadcom.comCc: sathya.prakash@broadcom.comCc: bvanassche@acm.orgCc: hch@infradead.orgReviewed-by: Hannes Reinecke &lt;hare@suse.de&gt;Reviewed-by: Tomas Henzl &lt;thenzl@redhat.com&gt;Reviewed-by: Himanshu Madhani &lt;himanshu.madhani@oracle.com&gt;Signed-off-by: Kashyap Desai &lt;kashyap.desai@broadcom.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Thu, 20 May 2021 15:25:22 +0000</pubDate>
        <dc:creator>Kashyap Desai &lt;kashyap.desai@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>0653c358 - scsi: Drop gdth driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#0653c358</link>
        <description>scsi: Drop gdth driverThe gdth driver refers to a SCSI parallel, PCI-only HBA RAID adapter whichwas manufactured by the now-defunct ICP Vortex company, later acquired byAdaptec and superseded by the aacraid series of controllers.  The driveritself would require a major overhaul before any modifications can beattempted, but seeing that it&apos;s unlikely to have any users left it shouldrather be removed completely.Link: https://lore.kernel.org/r/20210113090500.129644-2-hare@suse.deCautiously-Acked-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Wed, 13 Jan 2021 09:04:26 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0e5d8b7f - scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.ver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#0e5d8b7f</link>
        <description>scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.verNothing depends on this, so it is dead code.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Wed, 17 Jul 2019 06:17:52 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>e5207cf0 - scsi: fdomain: Resurrect driver - ISA support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#e5207cf0</link>
        <description>scsi: fdomain: Resurrect driver - ISA supportFuture Domain 16xx ISA SCSI support card support.Tested on IBM 92F0330 card (18C50 chip) with v1.00 BIOS.Signed-off-by: Ondrej Zary &lt;linux@zary.sk&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Tue, 14 May 2019 17:23:09 +0000</pubDate>
        <dc:creator>Ondrej Zary &lt;linux@zary.sk&gt;</dc:creator>
    </item>
<item>
        <title>68046d50 - scsi: fdomain: Resurrect driver - PCI support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#68046d50</link>
        <description>scsi: fdomain: Resurrect driver - PCI supportFuture Domain TMC-3260/AHA-2920A PCI card support.Tested on Adaptec AHA-2920A PCI card.Signed-off-by: Ondrej Zary &lt;linux@zary.sk&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Tue, 14 May 2019 17:23:08 +0000</pubDate>
        <dc:creator>Ondrej Zary &lt;linux@zary.sk&gt;</dc:creator>
    </item>
<item>
        <title>ebeb4665 - scsi: fdomain: Resurrect driver - Core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#ebeb4665</link>
        <description>scsi: fdomain: Resurrect driver - CoreFuture Domain TMC-16xx/TMC-3260 SCSI driver.This is the core driver, common for PCI, ISA and PCMCIA cards.Signed-off-by: Ondrej Zary &lt;linux@zary.sk&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Tue, 14 May 2019 17:23:07 +0000</pubDate>
        <dc:creator>Ondrej Zary &lt;linux@zary.sk&gt;</dc:creator>
    </item>
<item>
        <title>4e3ea141 - scsi: osst: kill obsolete driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#4e3ea141</link>
        <description>scsi: osst: kill obsolete driverThe osst driver is becoming obsolete, as the manufacturer went out ofbusiness ages ago, and the maintainer has no means of testing anyimprovements anymore.  Plus these days flash drives are cheaper and offer ahigher capacity.  So drop it completely.Cc: Willem Riede &lt;osst@riede.org&gt;Signed-off-by: Hannes Reinece &lt;hare@suse.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Mon, 06 May 2019 06:19:15 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>19fcae3d - scsi: remove the SCSI OSD library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#19fcae3d</link>
        <description>scsi: remove the SCSI OSD libraryNow that all the users are gone the SCSI OSD library can be removed aswell.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Jens Axboe &lt;axboe@kernel.dk&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Thu, 08 Nov 2018 08:28:20 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>77266186 - scsi: myrs: Add Mylex RAID controller (SCSI interface)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#77266186</link>
        <description>scsi: myrs: Add Mylex RAID controller (SCSI interface)This patch adds support for the Mylex DAC960 RAID controller,supporting the newer, SCSI-based interface.  The driver is are-implementation of the original DAC960 driver.Signed-off-by: Hannes Reinecke &lt;hare@suse.com&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Wed, 17 Oct 2018 15:25:12 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>081ff398 - scsi: myrb: Add Mylex RAID controller (block interface)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#081ff398</link>
        <description>scsi: myrb: Add Mylex RAID controller (block interface)This patch adds support for the Mylex DAC960 RAID controller,supporting the older, block-based interface only.  The driver is are-implementation of the original DAC960 driver.Signed-off-by: Hannes Reinecke &lt;hare@suse.com&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Wed, 17 Oct 2018 15:25:11 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>ad80f970 - scsi: build scsi_common.o for all scsi passthrough request users</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#ad80f970</link>
        <description>scsi: build scsi_common.o for all scsi passthrough request usersSplit scsi_common.o out of SCSI so that non-SCSI users can pull it ineasily for future sense buffer helper usage.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Tue, 31 Jul 2018 19:51:48 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>af8a6722 - scsi: remove NCR_Q720 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/Makefile#af8a6722</link>
        <description>scsi: remove NCR_Q720 driverThe NCR QUAD 720 SCSI driver depends on microchannel support, butmicrochannel support was removed from the kernel with commit bb8187d35f82(&quot;MCA: delete all remaining traces of microchannel bus support.&quot;) over 6years ago.So zap the Q720 SCSI driver as well.Signed-off-by: Johannes Thumshirn &lt;jthumshirn@suse.de&gt;Reviewed-by: Hannes Reinecke &lt;hare@suse.com&gt;Acked-by: James E.J. Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/Makefile</description>
        <pubDate>Fri, 06 Jul 2018 13:33:49 +0000</pubDate>
        <dc:creator>Johannes Thumshirn &lt;jthumshirn@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
