<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>35748ddd3b2c91555bd86b8cf88edc90e7317e57 - Merge tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#35748ddd3b2c91555bd86b8cf88edc90e7317e57</link>
        <description>Merge tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiPull SCSI updates from James Bottomley: &quot;One new driver: leapraid (similar to mpi3mr but OK&apos;d by Broadcom). The  usual suspects for driver updates (ufs, qla2xxx, smartpqi, zfcp, fnic,  ibmvfc) plus a few small core updates: a fix for an uninitialized sg  list pad bytes plus the removal of the dma mask check for max sectors.  The big update in the sd driver is mostly code refactoring for obscure  error leg handling&quot;* tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (195 commits)  scsi: fnic: Fix built-in NVMe/FC build  scsi: fnic: Fix invalid comparison for error  scsi: core: Fill in DMA padding bytes in scsi_alloc_sgtables()  scsi: zfcp: Enable CONTEXT_ANALYSIS  scsi: zfcp: Add __must_hold() attribute to zfcp_qdio_sbal_get()  scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlock  scsi: storvsc: Support manual scans for all Hyper-V targets  scsi: sd: Fix sd_done() sense handling condition  scsi: sd: Fix special_vec mempool leak when scsi_alloc_sgtables() fails  scsi: sd: Fix error handling in sd_probe() after large pool creation failure  scsi: leapraid: Add driver documentation  scsi: leapraid: Add new SCSI driver  scsi: ufs: Add support for the aggregated read query opcode  scsi: ufs: Use unsigned types for the BSG query  scsi: ibmvfc: Fix spelling mistake &quot;Deleteing&quot; -&gt; &quot;Deleting&quot;  scsi: qla2xxx: Update version to 12.00.00.2607b2  scsi: qla2xxx: Bound i2c-&gt;length in I2C bsg handlers  scsi: qla2xxx: Zero SFP DMA buffer in FRU/I2C bsg handlers  scsi: qla2xxx: Validate BSG request_len before reading vendor_cmd[]  scsi: qla2xxx: Zero-init bsg stack buffers to avoid info leak  ...

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Fri, 21 Aug 2026 20:23:20 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3ad1010413403ff1a85a7c3527b0cfe815bdada7 - Merge patch series &quot;scsi: zfcp: Enable CONTEXT_ANALYSIS&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#3ad1010413403ff1a85a7c3527b0cfe815bdada7</link>
        <description>Merge patch series &quot;scsi: zfcp: Enable CONTEXT_ANALYSIS&quot;Heiko Carstens &lt;hca@linux.ibm.com&gt; says:Enable CONTEXT_ANALYSYS for the zfcp driver.Static code checking for acquiring and releasing locks used to be donewith sparse. That was removed with [1] and replaced with a clang basedapproach [2]. The new approach requires that each subsystem needs tobe explicitly enabled for checking.Do that for drivers/s390/scsi. Add a __must_hold() attribute tozfcp_qdio_sbal_get() to address the only valid warning. Then enableCONTEXT_ANALYSIS, similar to other patches for drivers/s390 I&apos;mcurrently working on.Link: https://patch.msgid.link/20260806134759.2122369-1-hca@linux.ibm.comSigned-off-by: Martin K. Petersen (Oracle) &lt;mkp@kernel.org&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Fri, 07 Aug 2026 19:45:47 +0200</pubDate>
        <dc:creator>Martin K. Petersen (Oracle) &lt;mkp@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>32d9a4e296524e51879af0477c5898b933eb51df - scsi: zfcp: Enable CONTEXT_ANALYSIS</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#32d9a4e296524e51879af0477c5898b933eb51df</link>
        <description>scsi: zfcp: Enable CONTEXT_ANALYSISThe zfcp driver passes clang&apos;s compile time context analysis.  Thereforeenable CONTEXT_ANALYSIS.Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Link: https://patch.msgid.link/20260806134759.2122369-3-hca@linux.ibm.comSigned-off-by: Martin K. Petersen (Oracle) &lt;mkp@kernel.org&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Thu, 06 Aug 2026 15:47:59 +0200</pubDate>
        <dc:creator>Heiko Carstens &lt;hca@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>c95baf12f5077419db01313ab61c2aac007d40cd - Merge drm-intel-next-queued into gvt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#c95baf12f5077419db01313ab61c2aac007d40cd</link>
        <description>Merge drm-intel-next-queued into gvt-nextBackmerge to pull inhttps://patchwork.freedesktop.org/patch/353621/?series=73544&amp;rev=1Signed-off-by: Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Thu, 20 Feb 2020 09:23:37 +0100</pubDate>
        <dc:creator>Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>28336be568bb473d16ba80db0801276fb4f1bbe5 - Merge tag &apos;v5.5-rc4&apos; into locking/kcsan, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#28336be568bb473d16ba80db0801276fb4f1bbe5</link>
        <description>Merge tag &apos;v5.5-rc4&apos; into locking/kcsan, to resolve conflictsConflicts:	init/main.c	lib/Kconfig.debugSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Mon, 30 Dec 2019 08:10:51 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b19efcabb587e5470a423ef778905f47e5a47f1a - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#b19efcabb587e5470a423ef778905f47e5a47f1a</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.6 merge window.

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Sat, 01 Feb 2020 02:42:33 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1bdd3e05a0a3b4a97ea88bc46fef8fb265c8b94c - Merge tag &apos;v5.5-rc5&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#1bdd3e05a0a3b4a97ea88bc46fef8fb265c8b94c</link>
        <description>Merge tag &apos;v5.5-rc5&apos; into nextSync up with mainline to get SPI &quot;delay&quot; API changes.

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Fri, 10 Jan 2020 23:56:04 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>22164fbe274c2dd96d2887fe121896d321000a61 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#22164fbe274c2dd96d2887fe121896d321000a61</link>
        <description>Merge drm/drm-next into drm-misc-nextRequested, and we need v5.5-rc1 backported as our current branch is still based on v5.4.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Mon, 06 Jan 2020 10:35:33 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>57e04eeda515ee979fec3bc3d64c408feae18acc - Merge tag &apos;perf-urgent-for-mingo-5.5-20191216&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#57e04eeda515ee979fec3bc3d64c408feae18acc</link>
        <description>Merge tag &apos;perf-urgent-for-mingo-5.5-20191216&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentPull perf/urgent fixes:perf top: Arnaldo Carvalho de Melo: - Do not bail out when perf_env__read_cpuid() returns ENOSYS, which   has been reported happening on aarch64.perf metricgroup:  Kajol Jain:  - Fix printing event names of metric group with multiple eventsvendor events:x86:  Ravi Bangoria:  - Fix Kernel_Utilization metric.s390:  Ed Maste:  - Fix counter long description for DTLB1_GPAGE_WRITES and L1D_RO_EXCL_WRITES.perf header:  Michael Petlan:  - Fix false warning when there are no duplicate cache entrieslibtraceevent:  Sudip Mukherjee:  - Allow custom libdir pathAPI headers:  Arnaldo Carvalho de Melo:  - Sync linux/kvm.h with the kernel sources.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Tue, 17 Dec 2019 12:28:02 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>761bfc33dd7504de951aa7b9db27a3cc5df1fde6 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf/urgent</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#761bfc33dd7504de951aa7b9db27a3cc5df1fde6</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf/urgentTo pick up BPF fixes to allow a clean &apos;make -C tools/perf build-test&apos;:  7c3977d1e804 libbpf: Fix sym-&gt;st_value print on 32-bit arches  1fd450f99272 libbpf: Fix up generation of bpf_helper_defs.hSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Wed, 11 Dec 2019 13:58:16 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>023265ed75d8792ca1d555430a8985511d3f8788 - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#023265ed75d8792ca1d555430a8985511d3f8788</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedSync up with v5.5-rc1 to get the updated lock_release() API among otherthings. Fix the conflict reported by Stephen Rothwell [1].[1] http://lore.kernel.org/r/20191210093957.5120f717@canb.auug.org.auSigned-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Wed, 11 Dec 2019 09:35:37 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2040cf9f59037aa8aec749363e69ead165b67b43 - Merge tag &apos;v5.5-rc1&apos; into core/kprobes, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#2040cf9f59037aa8aec749363e69ead165b67b43</link>
        <description>Merge tag &apos;v5.5-rc1&apos; into core/kprobes, to resolve conflictsSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Tue, 10 Dec 2019 10:11:00 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4f797f56c3786e2c6bc542b3f80e9a599b073976 - Merge branch &apos;linus&apos; into sched/urgent, to pick up the latest before merging new patches</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#4f797f56c3786e2c6bc542b3f80e9a599b073976</link>
        <description>Merge branch &apos;linus&apos; into sched/urgent, to pick up the latest before merging new patchesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Sun, 08 Dec 2019 14:37:10 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>942e6f8a8314e5550e254519dfba4ccd5170421d - Merge mainline/master into arm/fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#942e6f8a8314e5550e254519dfba4ccd5170421d</link>
        <description>Merge mainline/master into arm/fixesThis brings in the mainline tree right after armsoc contents was mergedthis release cycle, so that we can re-run savedefconfig, etc.Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Thu, 05 Dec 2019 22:16:58 +0100</pubDate>
        <dc:creator>Olof Johansson &lt;olof@lixom.net&gt;</dc:creator>
    </item>
<item>
        <title>ef2cc88e2a205b8a11a19e78db63a70d3728cdf5 - Merge tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#ef2cc88e2a205b8a11a19e78db63a70d3728cdf5</link>
        <description>Merge tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiPull SCSI updates from James Bottomley: &quot;This is mostly update of the usual drivers: aacraid, ufs, zfcp,  NCR5380, lpfc, qla2xxx, smartpqi, hisi_sas, target, mpt3sas, pm80xx  plus a whole load of minor updates and fixes.  The major core changes are Al Viro&apos;s reworking of sg&apos;s handling of  copy to/from user, Ming Lei&apos;s removal of the host busy counter to  avoid contention in the multiqueue case and Damien Le Moal&apos;s fixing of  residual tracking across error handling&quot;* tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (251 commits)  scsi: bnx2fc: timeout calculation invalid for bnx2fc_eh_abort()  scsi: target: core: Fix a pr_debug() argument  scsi: iscsi: Don&apos;t send data to unbound connection  scsi: target: iscsi: Wait for all commands to finish before freeing a session  scsi: target: core: Release SPC-2 reservations when closing a session  scsi: target: core: Document target_cmd_size_check()  scsi: bnx2i: fix potential use after free  Revert &quot;scsi: qla2xxx: Fix memory leak when sending I/O fails&quot;  scsi: NCR5380: Add disconnect_mask module parameter  scsi: NCR5380: Unconditionally clear ICR after do_abort()  scsi: NCR5380: Call scsi_set_resid() on command completion  scsi: scsi_debug: num_tgts must be &gt;= 0  scsi: lpfc: use hdwq assigned cpu for allocation  scsi: arcmsr: fix indentation issues  scsi: qla4xxx: fix double free bug  scsi: pm80xx: Modified the logic to collect fatal dump  scsi: pm80xx: Tie the interrupt name to the module instance  scsi: pm80xx: Controller fatal error through sysfs  scsi: pm80xx: Do not request 12G sas speeds  scsi: pm80xx: Cleanup command when a reset times out  ...

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Mon, 02 Dec 2019 22:37:02 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7e418833e68948cb9ed15262889173b7db2960cb - scsi: zfcp: diagnostics buffer caching and use for exchange port data</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#7e418833e68948cb9ed15262889173b7db2960cb</link>
        <description>scsi: zfcp: diagnostics buffer caching and use for exchange port dataThe FCP channel exposes two central interfaces to receive information aboutthe local FCP-Adapter/-Port: Exchange Port and Exchange Config Data. Usingthese commands can negatively impact the adapter if we allow them to besent at a very high rate.The later parts of this patchset will introduce new user-interfaces toreceive more diagnostics from the adapter. To prevent any negative impactfrom using those, this patch adds a simple caching-mechanism that willprevent a malicious/faulty userspace-application from generating anabnormal high amount of Exchange Port/Config Data traffic.Relevant diagnostic data that is received via Exchange Config/Port Data iscached in buffers associated with the corresponding adapter-struct.  Eachbuffer is associated with a timestamp that signals how old the data is,and, added via a following patch in this series, lets userspace-interfacesdetermine when the data is too old and needs to be updated.Buffer-updates are made during the normal response path of thecorresponding command. With this patch only the output of the Exchange PortData command is captured.Link: https://lore.kernel.org/r/054ca020ce0a53dc0d9176428bea373898944e6a.1572018130.git.bblock@linux.ibm.comReviewed-by: Steffen Maier &lt;maier@linux.ibm.com&gt;Signed-off-by: Benjamin Block &lt;bblock@linux.ibm.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Fri, 25 Oct 2019 18:12:44 +0200</pubDate>
        <dc:creator>Benjamin Block &lt;bblock@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>664b0bae0b87f69bc9deb098f5e0158b9cf18e04 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#664b0bae0b87f69bc9deb098f5e0158b9cf18e04</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 4.17 merge window.

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Thu, 05 Apr 2018 01:11:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ce8ee02d519ab20c5b87d3b3929b5e44ad89e26f - Merge remote-tracking branches &apos;asoc/fix/compress&apos;, &apos;asoc/fix/core&apos;, &apos;asoc/fix/dapm&apos;, &apos;asoc/fix/mtk&apos; and &apos;asoc/fix/stm&apos; into asoc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#ce8ee02d519ab20c5b87d3b3929b5e44ad89e26f</link>
        <description>Merge remote-tracking branches &apos;asoc/fix/compress&apos;, &apos;asoc/fix/core&apos;, &apos;asoc/fix/dapm&apos;, &apos;asoc/fix/mtk&apos; and &apos;asoc/fix/stm&apos; into asoc-next

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Wed, 07 Feb 2018 12:21:02 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d121f07691415df824e6b60520f782f6d13b3c81 - Merge branch &apos;for-4.16/dax&apos; into libnvdimm-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/scsi/Makefile#d121f07691415df824e6b60520f782f6d13b3c81</link>
        <description>Merge branch &apos;for-4.16/dax&apos; into libnvdimm-for-next

            List of files:
            /linux/drivers/s390/scsi/Makefile</description>
        <pubDate>Sat, 03 Feb 2018 08:26:10 +0100</pubDate>
        <dc:creator>Ross Zwisler &lt;ross.zwisler@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
