<?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/scsi/fnic/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/scsi/fnic/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/scsi/fnic/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/scsi/fnic/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>b98a500956140e579eb18459a71eb881620dd56c - Merge patch series &quot;Introduce functionality for NVMe initiator&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#b98a500956140e579eb18459a71eb881620dd56c</link>
        <description>Merge patch series &quot;Introduce functionality for NVMe initiator&quot;Karan Tilak Kumar &lt;kartilak@cisco.com&gt; says:Hi Martin, reviewers,This series adds functionality for NVMe initiator to the fnic driver.The changes enable the fnic driver to act as an NVMe initiator overFibre Channel (FC-NVMe), allowing the host to discover and communicatewith NVMe targets using the existing fnic infrastructure. The patchesprepare the driver for full FC-NVMe initiator operation whilemaintaining existing SCSI/FC functionality.These are some of the salient patches:o. Make fnic debug logging usable by SCSI and NVMe initiator roles.o. Use fnic instance numbers for non-SCSI-facing identifiers.o. Decode firmware roles for FCP, NVMe, and unsupported targets.o. Advertise NVMe initiator service parameters during FC discovery.o. Add FDLS role handling for NVMe initiator discovery flows.o. Add the NVMe/FC transport path and port registration.o. Route completions, resets, and LS frames by initiator role.o. Add NVMe LS timeouts, statistics, and debugfs state reporting.Even though the patches have been made into a series, some patches areheavier than others. But, every effort has been made to keep thepurpose of each patch as a single-purpose, and to compile cleanly.All the individual patches compile cleanly. The compiler used is GCC14.2.This patch set has been tested as a whole. Therefore, the tested-byfields have been added only to one patch in the set.I&apos;ve refrained from adding tested-by to most of the patches, so as tonot mislead the reviewer/reader.A brief note on the unit tests:o. Configure multipathing, and run link flaps on single link. IOs drop   briefly, but pick up as expected.o. Configure multipathing, and run link flaps on two links, with a 30   second delay in between. IOs drop briefly, but pick up as expected.o. Repeat the above tests with 1 queue and 64 queues.o. Perform tests with Netapp and Pure targets.All tests were successful.This set of patches was reviewed before submitting upstream,and the following review comments were incorporated.Incorporate review comments from Hannes Reinecke:Decode target roles explicitly and report unsupported roles.Remove the empty line before the FLOGI completion else block.Add a short comment for the NVMe ERSP completion case.Incorporate review comments from Lee Duncan:Replace the NVMe LS OXID switch with a direct frame-type check.Rename the NVMe frame helper to follow fnic function naming style.Convert the NVMe opcode stats helper to a switch statement.Share NVMe completion stats accounting and compute duration once.Link: https://patch.msgid.link/20260724174811.5118-1-kartilak@cisco.comSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Wed, 29 Jul 2026 04:24:19 +0200</pubDate>
        <dc:creator>Martin K. Petersen &lt;martin.petersen@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>5efdd5cf928188023080a01312323bb38e02656e - scsi: fnic: Add the NVMe/FC transport path</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#5efdd5cf928188023080a01312323bb38e02656e</link>
        <description>scsi: fnic: Add the NVMe/FC transport pathBuild fnic_nvme.c and fnic_nvme.h into the driver.Add NVMe local-port and remote-port registration, I/O submission, DMAmapping, tag management, completion and abort handling, LS responsehandling, and tport/lport cleanup.Update shared fnic structures, FCPIO descriptors, FDLS state, anddevice-command definitions needed by the NVMe transport path.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202605280430.wTYAqI3A-lkp@intel.com/Closes: https://lore.kernel.org/oe-kbuild-all/202605280619.pmobiDWp-lkp@intel.com/Closes: https://lore.kernel.org/oe-kbuild-all/202605280519.Jd4fmgAZ-lkp@intel.com/Reviewed-by: Sesidhar Baddela &lt;sebaddel@cisco.com&gt;Reviewed-by: Arulprabhu Ponnusamy &lt;arulponn@cisco.com&gt;Reviewed-by: Gian Carlo Boffa &lt;gcboffa@cisco.com&gt;Reviewed-by: Arun Easi &lt;aeasi@cisco.com&gt;Reviewed-by: Hannes Reinecke &lt;hare@kernel.org&gt;Reviewed-by: Lee Duncan &lt;lduncan@suse.com&gt;Signed-off-by: Karan Tilak Kumar &lt;kartilak@cisco.com&gt;Co-developed-by: Hannes Reinecke &lt;hare@kernel.org&gt;Link: https://patch.msgid.link/20260724174811.5118-7-kartilak@cisco.comSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Fri, 24 Jul 2026 19:48:04 +0200</pubDate>
        <dc:creator>Karan Tilak Kumar &lt;kartilak@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>1260ed77798502de9c98020040d2995008de10cc - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#1260ed77798502de9c98020040d2995008de10cc</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get updates from v6.15-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Tue, 08 Apr 2025 10:15:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>946661e3bef8efa11ba8079d4ebafe6fc3b0aaad - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#946661e3bef8efa11ba8079d4ebafe6fc3b0aaad</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.15 merge window.

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Sat, 05 Apr 2025 08:04:35 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0b119045b79a672bc6d8f18641c60fc8ce1b4585 - Merge tag &apos;v6.14-rc4&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#0b119045b79a672bc6d8f18641c60fc8ce1b4585</link>
        <description>Merge tag &apos;v6.14-rc4&apos; into nextSync up with the mainline.

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Wed, 26 Feb 2025 01:03:25 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9e676a024fa1fa2bd8150c2d2ba85478280353bc - Merge tag &apos;v6.14-rc1&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#9e676a024fa1fa2bd8150c2d2ba85478280353bc</link>
        <description>Merge tag &apos;v6.14-rc1&apos; into perf-tools-nextTo get the various fixes in the current master.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 23:57:18 +0100</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0410c6121529409b08e81a77ae3ee58c657e2243 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#0410c6121529409b08e81a77ae3ee58c657e2243</link>
        <description>Merge drm/drm-next into drm-xe-nextSync to fix conlicts between drm-xe-next and drm-intel-next.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Fri, 28 Feb 2025 15:54:14 +0100</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>93c7dd1b39444ebd5a6a98e56a363d7a4e646775 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#93c7dd1b39444ebd5a6a98e56a363d7a4e646775</link>
        <description>Merge drm/drm-next into drm-misc-nextBring rc1 to start the new release dev.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Thu, 06 Feb 2025 13:47:32 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ea9f8f2b21795a5d80418a655bcb212d5b89e08f - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#ea9f8f2b21795a5d80418a655bcb212d5b89e08f</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v6.14-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 18:12:37 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>b3cc7428a32202936904b5b07cf9f135025bafd6 - Merge branch &apos;for-6.15/amd_sfh&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#b3cc7428a32202936904b5b07cf9f135025bafd6</link>
        <description>Merge branch &apos;for-6.15/amd_sfh&apos; into for-linusFrom: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Some platforms include a human presence detection (HPD) sensor. Whenenabled and a user is detected a wake event will be emitted from thesensor fusion hub that software can react to.Example use cases are &quot;wake from suspend on approach&quot; or to &quot;lockwhen leaving&quot;.This is currently enabled by default on supported systems, but userscan&apos;t control it. This essentially means that wake on approach isenabled which is a really surprising behavior to users that don&apos;texpect it.Instead of defaulting to enabled add a sysfs knob that users canuse to enable the feature if desirable and set it to disabled bydefault.

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Wed, 26 Mar 2025 13:42:07 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>88e45067a30918ebb4942120892963e2311330af - 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/scsi/fnic/Makefile#88e45067a30918ebb4942120892963e2311330af</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;Updates to the usual drivers (ufs, lpfc, fnic, qla2xx, mpi3mr).  The major core change is the renaming of the slave_ methods plus a bit  of constification. The rest are minor updates and fixes&quot;* tag &apos;scsi-misc&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (103 commits)  scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init()  scsi: fnic: Test for memory allocation failure and return error code  scsi: fnic: Return appropriate error code from failure of scsi drv init  scsi: fnic: Return appropriate error code for mem alloc failure  scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macro  scsi: fnic: Fix use of uninitialized value in debug message  scsi: fnic: Delete incorrect debugfs error handling  scsi: fnic: Remove unnecessary else to fix warning in FDLS FIP  scsi: fnic: Remove extern definition from .c files  scsi: fnic: Remove unnecessary else and unnecessary break in FDLS  scsi: mpi3mr: Fix possible crash when setting up bsg fails  scsi: ufs: bsg: Set bsg_queue to NULL after removal  scsi: ufs: bsg: Delete bsg_dev when setting up bsg fails  scsi: st: Don&apos;t set pos_unknown just after device recognition  scsi: aic7xxx: Fix build &apos;aicasm&apos; warning  scsi: Revert &quot;scsi: ufs: core: Probe for EXT_IID support&quot;  scsi: storvsc: Ratelimit warning logs to prevent VM denial of service  scsi: scsi_debug: Constify sdebug_driver_template  scsi: documentation: Corrections for struct updates  scsi: driver-api: documentation: Change what is added to docbook  ...

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Mon, 27 Jan 2025 01:12:44 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7d6f88e76e28ac44ed003dcf80881ea6b202ec08 - Merge patch series &quot;Introduce support for Fabric Discovery and Login Services&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#7d6f88e76e28ac44ed003dcf80881ea6b202ec08</link>
        <description>Merge patch series &quot;Introduce support for Fabric Discovery and Login Services&quot;Karan Tilak Kumar &lt;kartilak@cisco.com&gt; says:Hi Martin, reviewers,This cover letter describes the feature: add support for FabricDiscovery and Login Services (FDLS) to fnic driver.This functionality is needed to support port channel RSCN (PC-RSCN)handling and serves as a base to create FC-NVME initiators(planned later), and eCPU handling (planned later).It is used to discover the fabric and target ports associated with thefabric.  It will then login to the target ports that are zoned to it.The driver uses the tport structure presented by FDLS.Port channel RSCN is a Cisco vendor specific RSCN event. It isapplicable only to Cisco UCS fabrics.In cases where the eCPU in the UCS VIC (Unified Computing ServicesVirtual Interface Card) hangs, a fabric log out is sent to the fabric.Upon successful log out from the fabric, the IO path is failed over toa new path.Generally from a feature perspective, the code is divided into addingsupport for this functionality initially. Then, code has been added tomodify the IO path and interfaces. Finally, support for port channelRSCN handling has been added.Here are the headers of some of the salient patches:o add headers and definitions for FDLSo add support for fabric based solicited requests and responseso add support for target based solicited requests and responseso add support for unsolicited requests and responseso add support for FDMIo add support for FIPo add functionality in fnic to support FDLSo modify IO path to use FDLS and tporto modify fnic interfaces to use FDLSo add support to handle port channel RSCNEven though the patches have been made into a series, some patches areheavier than others. But, every effort has been made to keep thepurpose of each patch as a single-purpose, and to compile cleanly.All the individual patches compile cleanly. The compiler used is GCC13.3. Some function calls have been coded as placeholders withappropriate comments to avoid compiler warnings.This patchset has been tested as a whole. Therefore, the tested-byfields have been added only to one patch in the set.  I&apos;ve refrainedfrom adding tested-by to most of the patches, so as to not mislead thereviewer/reader.A brief note on the unit tests:o. Perform zone in zone out testing in a loop: remove a targetport from the zone, add it to the zone in a loop. 1000+ iterationsof this test have been successful.o. Configure multipathing, and run link flaps on single link.IOs drop briefly, but pick up as expected.o. Configure multipathing, and run link flaps on two links, with a30 second delay in between. IOs drop briefly, but pick up as expected.o. Module load/unload test.o. Repeat the above tests with 1 queue and 64 queues.All tests were successful.Please consider this patch series for the next merge window.Link: https://lore.kernel.org/r/20241212020312.4786-1-kartilak@cisco.comSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Tue, 14 Jan 2025 17:35:50 +0100</pubDate>
        <dc:creator>Martin K. Petersen &lt;martin.petersen@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>098585aa8acab3fcd46ce908af84ef168f5ccab6 - scsi: fnic: Add and integrate support for FIP</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#098585aa8acab3fcd46ce908af84ef168f5ccab6</link>
        <description>scsi: fnic: Add and integrate support for FIPAdd and integrate support for FCoE Initialization (protocol) FIP. Thisprotocol will be exercised on Cisco UCS rack servers.Add support to specifically print FIP related debug messages.Replace existing definitions to handle new data structures.Clean up old and obsolete definitions.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202409291955.FcMZfNSt-lkp@intel.com/Closes: https://lore.kernel.org/oe-kbuild-all/202412081904.pXwdx15J-lkp@intel.com/Reviewed-by: Sesidhar Baddela &lt;sebaddel@cisco.com&gt;Co-developed-by: Gian Carlo Boffa &lt;gcboffa@cisco.com&gt;Signed-off-by: Gian Carlo Boffa &lt;gcboffa@cisco.com&gt;Co-developed-by: Arulprabhu Ponnusamy &lt;arulponn@cisco.com&gt;Signed-off-by: Arulprabhu Ponnusamy &lt;arulponn@cisco.com&gt;Co-developed-by: Arun Easi &lt;aeasi@cisco.com&gt;Signed-off-by: Arun Easi &lt;aeasi@cisco.com&gt;Co-developed-by: Karan Tilak Kumar &lt;kartilak@cisco.com&gt;Signed-off-by: Karan Tilak Kumar &lt;kartilak@cisco.com&gt;Link: https://lore.kernel.org/r/20241212020312.4786-9-kartilak@cisco.comSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Thu, 12 Dec 2024 03:03:05 +0100</pubDate>
        <dc:creator>Karan Tilak Kumar &lt;kartilak@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>2c77081969ee00ec31abda0cf6a26bc269f12ab2 - scsi: fnic: Add Cisco hardware model names</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#2c77081969ee00ec31abda0cf6a26bc269f12ab2</link>
        <description>scsi: fnic: Add Cisco hardware model namesAdd model IDs for Cisco VIC.Reviewed-by: Sesidhar Baddela &lt;sebaddel@cisco.com&gt;Co-developed-by: Gian Carlo Boffa &lt;gcboffa@cisco.com&gt;Signed-off-by: Gian Carlo Boffa &lt;gcboffa@cisco.com&gt;Co-developed-by: Arulprabhu Ponnusamy &lt;arulponn@cisco.com&gt;Signed-off-by: Arulprabhu Ponnusamy &lt;arulponn@cisco.com&gt;Co-developed-by: Arun Easi &lt;aeasi@cisco.com&gt;Signed-off-by: Arun Easi &lt;aeasi@cisco.com&gt;Co-developed-by: Karan Tilak Kumar &lt;kartilak@cisco.com&gt;Signed-off-by: Karan Tilak Kumar &lt;kartilak@cisco.com&gt;Link: https://lore.kernel.org/r/20241212020312.4786-7-kartilak@cisco.comSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Thu, 12 Dec 2024 03:03:03 +0100</pubDate>
        <dc:creator>Karan Tilak Kumar &lt;kartilak@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>a63e78eb2b0f654b138abfc323f6bd7573e26145 - scsi: fnic: Add support for fabric based solicited requests and responses</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#a63e78eb2b0f654b138abfc323f6bd7573e26145</link>
        <description>scsi: fnic: Add support for fabric based solicited requests and responsesAdd fdls_disc.c to support fabric based solicited requests and responses.Clean up obsolete code but keep the function template so as to not breakcompilation.Remove duplicate definitions from header files.Modify definitions of data members.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202406112309.8GiDUvIM-lkp@intel.com/Closes: https://lore.kernel.org/oe-kbuild-all/202406120201.VakI9Dly-lkp@intel.com/Closes: https://lore.kernel.org/oe-kbuild-all/202412080837.2JU0r2Ny-lkp@intel.com/Reviewed-by: Sesidhar Baddela &lt;sebaddel@cisco.com&gt;Co-developed-by: Gian Carlo Boffa &lt;gcboffa@cisco.com&gt;Signed-off-by: Gian Carlo Boffa &lt;gcboffa@cisco.com&gt;Co-developed-by: Arulprabhu Ponnusamy &lt;arulponn@cisco.com&gt;Signed-off-by: Arulprabhu Ponnusamy &lt;arulponn@cisco.com&gt;Co-developed-by: Arun Easi &lt;aeasi@cisco.com&gt;Signed-off-by: Arun Easi &lt;aeasi@cisco.com&gt;Co-developed-by: Karan Tilak Kumar &lt;kartilak@cisco.com&gt;Signed-off-by: Karan Tilak Kumar &lt;kartilak@cisco.com&gt;Link: https://lore.kernel.org/r/20241212020312.4786-4-kartilak@cisco.comSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Thu, 12 Dec 2024 03:03:00 +0100</pubDate>
        <dc:creator>Karan Tilak Kumar &lt;kartilak@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>498495dba268b20e8eadd7fe93c140c68b6cc9d2 - Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#498495dba268b20e8eadd7fe93c140c68b6cc9d2</link>
        <description>Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Mon, 08 Jan 2018 16:54:50 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>70a02f840c5113cd9255ce4c1b1848bb48b0bd21 - Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/scsi/fnic/Makefile#70a02f840c5113cd9255ce4c1b1848bb48b0bd21</link>
        <description>Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.15-rc5

            List of files:
            /linux/drivers/scsi/fnic/Makefile</description>
        <pubDate>Fri, 29 Dec 2017 17:49:13 +0100</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
</channel>
</rss>
