<?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>e15f669c - scsi: libsas: Allow libsas to include SCSI header files directly</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#e15f669c</link>
        <description>scsi: libsas: Allow libsas to include SCSI header files directlylibsas needs to include some header files in the scsi directory. Howeverthese are currently hardcoded with the path &quot;../&quot; in the C files. Do thisin the Makefile to avoid hardcoding the path.Link: https://lore.kernel.org/r/20210716074551.771312-1-yanaijie@huawei.comCc: John Garry &lt;john.garry@huawei.com&gt;Reviewed-by: John Garry &lt;john.garry@huawei.com&gt;Signed-off-by: Jason Yan &lt;yanaijie@huawei.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Fri, 16 Jul 2021 07:45:51 +0000</pubDate>
        <dc:creator>Jason Yan &lt;yanaijie@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>873e65bc - treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#873e65bc</link>
        <description>treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Based on 1 normalized pattern(s):  this program is free software you can redistribute it and or modify  it under the terms of the gnu general public license as published by  the free software foundation version 2 of the license this program  is distributed in the hope that it will be useful but without any  warranty without even the implied warranty of merchantability or  fitness for a particular purpose see the gnu general public license  for more details you should have received a copy of the gnu general  public license along with this program if not write to the free  software foundation inc 59 temple place suite 330 boston ma 02111  1307 usaextracted by the scancode license scanner the SPDX license identifier  GPL-2.0-onlyhas been chosen to replace the boilerplate/reference in 83 file(s).Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Reviewed-by: Richard Fontana &lt;rfontana@redhat.com&gt;Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Allison Randal &lt;allison@lohutok.net&gt;Cc: linux-spdx@vger.kernel.orgLink: https://lkml.kernel.org/r/20190527070034.021731668@linutronix.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Mon, 27 May 2019 06:55:15 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>15ba7806 - scsi: libsas: Drop SAS_DPRINTK() and revise logs levels</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#15ba7806</link>
        <description>scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsLike sas_printk() did previously, SAS_DPRINTK() offers little value nowthat libsas logs already have the &quot;sas&quot; prefix through pr_fmt(fmt). So itcan be dropped.However, after reviewing some logs in libsas, it is noticed that debuglevel is too low in many instances.So this change drops SAS_DPRINTK() and revises some logs to a moreappropriate level. However many stay at debug level, although someare significantly promoted.We add -DDEBUG for compilation so that we keep the debug messages bydefault, as before.All the pre-existing checkpatch errors for spanning messages acrossmultiple lines are also fixed.Finally, all other references to printk() [apart from special formattingin sas_ata.c] are removed and replaced with appropriate pr_xxx().Suggested-by: Joe Perches &lt;joe@perches.com&gt;Signed-off-by: John Garry &lt;john.garry@huawei.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Thu, 15 Nov 2018 10:20:31 +0000</pubDate>
        <dc:creator>John Garry &lt;john.garry@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>1399846d - scsi: libsas: Delete sas_dump.{c, h}</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#1399846d</link>
        <description>scsi: libsas: Delete sas_dump.{c, h}The code in these files is not longer referenced, so delete them.Signed-off-by: John Garry &lt;john.garry@huawei.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Thu, 15 Nov 2018 10:20:28 +0000</pubDate>
        <dc:creator>John Garry &lt;john.garry@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>bfbec920 - scsi: change to new flag variable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#bfbec920</link>
        <description>scsi: change to new flag variableReplace EXTRA_CFLAGS with ccflags-y.Signed-off-by: matt mooney &lt;mfm@muteddisk.com&gt;Acked-by: WANG Cong &lt;xiyou.wangcong@gmail.com&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Fri, 14 Jan 2011 14:12:49 +0000</pubDate>
        <dc:creator>matt mooney &lt;mfm@muteddisk.com&gt;</dc:creator>
    </item>
<item>
        <title>96db6fa9 - [SCSI] libsas: convert to standard kernel debugging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#96db6fa9</link>
        <description>[SCSI] libsas: convert to standard kernel debuggingInstead of using a config option for debugging, just dump themessages with KERN_DEBUG.Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Sun, 23 Jan 2011 14:19:00 +0000</pubDate>
        <dc:creator>James Bottomley &lt;James.Bottomley@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>366ca51f - [SCSI] libsas: abstract STP task status into a function</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#366ca51f</link>
        <description>[SCSI] libsas: abstract STP task status into a functionBreak out the frame processor for STP tasks from aic94xx so they canbe shared by other SAS HBA&apos;sOriginal patch from Jeff Garzik &lt;jeff@garzik.org&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Fri, 18 Jan 2008 16:47:01 +0000</pubDate>
        <dc:creator>James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;</dc:creator>
    </item>
<item>
        <title>b98e66fa - [SCSI] libsas: add host SMP processing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#b98e66fa</link>
        <description>[SCSI] libsas: add host SMP processingThis adds support for host side SMP processing, via a separateSMP interpreter file.Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Fri, 28 Dec 2007 22:35:17 +0000</pubDate>
        <dc:creator>James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;</dc:creator>
    </item>
<item>
        <title>b9142174 - [SCSI] libsas: make ATA functions selectable by a config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#b9142174</link>
        <description>[SCSI] libsas: make ATA functions selectable by a config optionNot everyone wants libsas automatically to pull in libata.  This patchmakes the behaviour configurable, so you can build libsas with orwithout ATA support.Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Sun, 22 Jul 2007 18:15:55 +0000</pubDate>
        <dc:creator>James Bottomley &lt;James.Bottomley@steeleye.com&gt;</dc:creator>
    </item>
<item>
        <title>338ec570 - [SCSI] Migrate libsas ATA code into a separate file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#338ec570</link>
        <description>[SCSI] Migrate libsas ATA code into a separate fileThis is a respin of my earlier patch that migrates the ATA support codeinto a separate file.  For now, the controversial linking bits havebeen removed per James Bottomley&apos;s request for a patch that containsonly the migration diffs, which means that libsas continues to requirelibata.  I intend to address that problem in a separate patch.This patch is against the aic94xx-sas-2.6 git tree, and it has beensanity tested on my x206m with Seagate SATA and SAS disks withoutuncovering any new problems.Signed-off-by: Darrick J. Wong &lt;djwong@us.ibm.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Wed, 18 Oct 2006 21:43:37 +0000</pubDate>
        <dc:creator>Darrick J. Wong &lt;djwong@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>2908d778 - [SCSI] aic94xx: new driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/libsas/Makefile#2908d778</link>
        <description>[SCSI] aic94xx: new driverThis is the end point of the separate aic94xx driver based on theoriginal driver and transport class from Luben Tuikov&lt;ltuikov@yahoo.com&gt;The log of the separate development is:Alexis Bruemmer:  o aic94xx: fix hotplug/unplug for expanderless systems  o aic94xx: disable split completion timer/setting by default  o aic94xx: wide port off expander support  o aic94xx: remove various inline functions  o aic94xx: use bitops  o aic94xx: remove queue comment  o aic94xx: remove sas_common.c  o aic94xx: sas remove depot&apos;s  o aic94xx: use available list_for_each_entry_safe_reverse()  o aic94xx: sas header file mergeJames Bottomley:  o aic94xx: fix TF_TMF_NO_CTX processing  o aic94xx: convert to request_firmware interface  o aic94xx: fix hotplug/unplug  o aic94xx: add link error counts to the expander phys  o aic94xx: add transport class phy reset capability  o aic94xx: remove local_attached flag  o Remove README  o Fixup Makefile variable for libsas rename  o Rename sas-&gt;libsas  o aic94xx: correct return code for sas_discover_event  o aic94xx: use parent backlink port  o aic94xx: remove channel abstraction  o aic94xx: fix routing algorithms  o aic94xx: add backlink port  o aic94xx: fix cascaded expander properties  o aic94xx: fix sleep under lock  o aic94xx: fix panic on module removal in complex topology  o aic94xx: make use of the new sas_port  o rename sas_port to asd_sas_port  o Fix for eh_strategy_handler move  o aic94xx: move entirely over to correct transport class formulation  o remove last vestages of sas_rphy_alloc()  o update for eh_timed_out move  o Preliminary expander support for aic94xx  o sas: remove event thread  o minor warning cleanups  o remove last vestiges of id mapping arrays  o Further updates  o Convert aic94xx over entirely to the transport class end device and  o update aic94xx/sas to use the new sas transport class end device  o [PATCH] aic94xx: attaching to the sas transport class  o Add missing completion removal from prior patch  o [PATCH] aic94xx: attaching to the sas transport class  o Build fixes from akpmJeff Garzik:  o [scsi aic94xx] Remove -&gt;owner from PCI info tableLuben Tuikov:  o initial aic94xx driverMike Anderson:  o aic94xx: fix panic on module insertion  o aic94xx: stub out SATA_DEV case  o aic94xx: compile warning cleanups  o aic94xx: sas_alloc_task  o aic94xx: ref count update  o aic94xx nexus loss time value  o [PATCH] aic94xx: driver assertion in non-x86 BIOS envRandy Dunlap:  o libsas: externs not neededRobert Tarte:  o aic94xx: sequence patch - fixes SATA supportSigned-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/libsas/Makefile</description>
        <pubDate>Tue, 29 Aug 2006 14:22:51 +0000</pubDate>
        <dc:creator>James Bottomley &lt;James.Bottomley@SteelEye.com&gt;</dc:creator>
    </item>
</channel>
</rss>
