<?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>6affe08a - nvme: common: make keyring and auth separate modules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/Makefile#6affe08a</link>
        <description>nvme: common: make keyring and auth separate modulesWhen only the keyring module is included but auth is not, modpostcomplains about the lack of a module license tag:ERROR: modpost: missing MODULE_LICENSE() in drivers/nvme/common/nvme-common.oAddress this by making both modules buildable standalone,removing the now unnecessary CONFIG_NVME_COMMON symbolin the process.Also, now that NVME_KEYRING config symbol can be either a module orbuilt-in, the stubs need to check for &apos;#if IS_ENABLED&apos; rather than asimple &apos;#ifdef&apos;.Fixes: 9d77eb5277849 (&quot;nvme-keyring: register &apos;.nvme&apos; keyring&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Keith Busch &lt;kbusch@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/nvme/Makefile</description>
        <pubDate>Thu, 26 Oct 2023 13:08:03 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f50fff73 - nvme: implement In-Band authentication</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/Makefile#f50fff73</link>
        <description>nvme: implement In-Band authenticationImplement NVMe-oF In-Band authentication according to NVMe TPAR 8006.This patch adds two new fabric options &apos;dhchap_secret&apos; to specify thepre-shared key (in ASCII respresentation according to NVMe 2.0 section8.13.5.8 &apos;Secret representation&apos;) and &apos;dhchap_ctrl_secret&apos; to specifythe pre-shared controller key for bi-directional authentication of boththe host and the controller.Re-authentication can be triggered by writing the PSK into the newcontroller sysfs attribute &apos;dhchap_secret&apos; or &apos;dhchap_ctrl_secret&apos;.Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;Reviewed-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;[axboe: fold in clang build fix]Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/drivers/nvme/Makefile</description>
        <pubDate>Mon, 27 Jun 2022 09:52:02 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/Makefile#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/nvme/Makefile</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>a07b4970 - nvmet: add a generic NVMe target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/Makefile#a07b4970</link>
        <description>nvmet: add a generic NVMe targetThis patch introduces a implementation of NVMe subsystems,controllers and discovery service which allows to exportNVMe namespaces across fabrics such as Ethernet, FC etc.The implementation conforms to the NVMe 1.2.1 specificationand interoperates with NVMe over fabrics host implementations.Configuration works using configfs, and is best performed usingthe nvmetcli tool from http://git.infradead.org/users/hch/nvmetcli.git,which also has a detailed explanation of the required steps in theREADME file.Signed-off-by: Armen Baloyan &lt;armenx.baloyan@intel.com&gt;Signed-off-by: Anthony Knapp &lt;anthony.j.knapp@intel.com&gt;Signed-off-by: Jay Freyensee &lt;james.p.freyensee@intel.com&gt;Signed-off-by: Ming Lin &lt;ming.l@ssi.samsung.com&gt;Signed-off-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Steve Wise &lt;swise@opengridcomputing.com&gt;Signed-off-by: Jens Axboe &lt;axboe@fb.com&gt;

            List of files:
            /linux-6.15/drivers/nvme/Makefile</description>
        <pubDate>Tue, 21 Jun 2016 16:04:20 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>57dacad5 - nvme: move to a new drivers/nvme/host directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/Makefile#57dacad5</link>
        <description>nvme: move to a new drivers/nvme/host directoryThis patch moves the NVMe driver from drivers/block/ to its own newdrivers/nvme/host/ directory.  This is in preparation of splitting thecurrent monolithic driver up and add support for the upcoming NVMeover Fabrics standard.  The drivers/nvme/host/ is chose to leave spacefor a NVMe target implementation in addition to this host side driver.Signed-off-by: Jay Sternberg &lt;jay.e.sternberg@intel.com&gt;[hch: rebased, renamed core.c to pci.c, slight tweaks]Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: Keith Busch &lt;keith.busch@intel.com&gt;Signed-off-by: Jens Axboe &lt;axboe@fb.com&gt;

            List of files:
            /linux-6.15/drivers/nvme/Makefile</description>
        <pubDate>Fri, 09 Oct 2015 16:17:06 +0000</pubDate>
        <dc:creator>Jay Sternberg &lt;jay.e.sternberg@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
