<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>52198794 - nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#52198794</link>
        <description>nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLSEnsure that TLS support is enabled in the kernel whenCONFIG_NVME_TCP_TLS is enabled. Without this the code compiles, but doesnot actually work unless something else enables CONFIG_TLS.Fixes: be8e82caa68 (&quot;nvme-tcp: enable TLS handshake upcall&quot;)Signed-off-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;Reviewed-by: Chaitanya Kulkarni &lt;kch@nvidia.com&gt;Reviewed-by: Hannes Reinecke &lt;hare@suse.de&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Tue, 29 Apr 2025 22:40:25 +0000</pubDate>
        <dc:creator>Alistair Francis &lt;alistair23@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>32c92814 - nvme-multipath: change the NVME_MULTIPATH config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#32c92814</link>
        <description>nvme-multipath: change the NVME_MULTIPATH config optionFix up the NVME_MULTIPATH config description so thatit accurately describes what it does.Signed-off-by: John Meneghini &lt;jmeneghi@redhat.com&gt;Tested-by: John Meneghini &lt;jmeneghi@redhat.com&gt;Reviewed-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/host/Kconfig</description>
        <pubDate>Sat, 22 Mar 2025 23:28:46 +0000</pubDate>
        <dc:creator>John Meneghini &lt;jmeneghi@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>e88a7595 - nvme-tcp: request secure channel concatenation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#e88a7595</link>
        <description>nvme-tcp: request secure channel concatenationAdd a fabrics option &apos;concat&apos; to request secure channel concatenation asspecified the NVME Base Specification v2.1, section 8.3.4.3: Secure ChannelConcatenation.When secure channel concatenation is enabled a &apos;generated PSK&apos; is insertedinto the keyring such that it&apos;s available after reset.Signed-off-by: Hannes Reinecke &lt;hare@kernel.org&gt;Reviewed-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Signed-off-by: Keith Busch &lt;kbusch@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Mon, 24 Feb 2025 12:38:14 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2d5a333e - nvme-tcp: fix link failure for TCP auth</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#2d5a333e</link>
        <description>nvme-tcp: fix link failure for TCP authThe nvme fabric driver calls the nvme_tls_key_lookup() function fromnvmf_parse_key() when the keyring is enabled, but this is broken in aconfiguration with CONFIG_NVME_FABRICS=y and CONFIG_NVME_TCP=m becausethis leads to the function definition being in a loadable module:x86_64-linux-ld: vmlinux.o: in function `nvmf_parse_key&apos;:fabrics.c:(.text+0xb1bdec): undefined reference to `nvme_tls_key_lookup&apos;Move the &apos;select&apos; up to CONFIG_NVME_FABRICS itself to force thispart to be built-in as well if needed.Fixes: 5bc46b49c828 (&quot;nvme-tcp: check for invalidated or revoked key&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Signed-off-by: Keith Busch &lt;kbusch@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Mon, 09 Sep 2024 20:21:09 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>5bc46b49 - nvme-tcp: check for invalidated or revoked key</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#5bc46b49</link>
        <description>nvme-tcp: check for invalidated or revoked keykey_lookup() will always return a key, even if that key is revokedor invalidated. So check for invalid keys before continuing.Signed-off-by: Hannes Reinecke &lt;hare@kernel.org&gt;Reviewed-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Reviewed-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/host/Kconfig</description>
        <pubDate>Mon, 22 Jul 2024 12:02:20 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e9f5f44a - block: remove the blk_integrity_profile structure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#e9f5f44a</link>
        <description>block: remove the blk_integrity_profile structureBlock layer integrity configuration is a bit complex right now, as itindirects through operation vectors for a simple two-dimensionalconfiguration: a) the checksum type of none, ip checksum, crc, crc64 b) the presence or absence of a reference tagRemove the integrity profile, and instead add a separate csum_type flagwhich replaces the existing ip-checksum field and a new flag thatindicates the presence of the reference tag.This removes up to two layers of indirect calls, remove the need tooffload the no-op verification of non-PI metadata to a workqueue andgenerally simplifies the code. The downside is that block/t10-pi.c nowhas to be built into the kernel when CONFIG_BLK_DEV_INTEGRITY issupported.  Given that both nvme and SCSI require t10-pi.ko, it is loadedfor all usual configurations that enabled CONFIG_BLK_DEV_INTEGRITYalready, though.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Kanchan Joshi &lt;joshi.k@samsung.com&gt;Reviewed-by: Hannes Reinecke &lt;hare@suse.de&gt;Reviewed-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;Link: https://lore.kernel.org/r/20240613084839.1044015-6-hch@lst.deSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Thu, 13 Jun 2024 08:48:15 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>29ac4b2f - nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#29ac4b2f</link>
        <description>nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptionsCurrently two similar config options NVME_HOST_AUTH and NVME_TARGET_AUTHhave almost same descriptions. It is confusing to choose them inmenuconfig. Improve the descriptions to distinguish them.Signed-off-by: Shin&apos;ichiro Kawasaki &lt;shinichiro.kawasaki@wdc.com&gt;Reviewed-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Reviewed-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/host/Kconfig</description>
        <pubDate>Wed, 29 Nov 2023 04:49:51 +0000</pubDate>
        <dc:creator>Shin&apos;ichiro Kawasaki &lt;shinichiro.kawasaki@wdc.com&gt;</dc:creator>
    </item>
<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/host/Kconfig#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/host/Kconfig</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>d6800634 - nvme: rework NVME_AUTH Kconfig selection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#d6800634</link>
        <description>nvme: rework NVME_AUTH Kconfig selectionHaving a single Kconfig symbol NVME_AUTH conflates the selectionof the authentication functions from nvme/common and nvme/host,causing kbuild robot to complain when building the nvme targetonly. So introduce a Kconfig symbol NVME_HOST_AUTH for the nvmehost bits and use NVME_AUTH for the common functions only.And move the CRYPTO selection into nvme/common to make iteasier to read.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202310120733.TlPOVeJm-lkp@intel.com/Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;Signed-off-by: Keith Busch &lt;kbusch@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Thu, 12 Oct 2023 12:22:48 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>be8e82ca - nvme-tcp: enable TLS handshake upcall</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#be8e82ca</link>
        <description>nvme-tcp: enable TLS handshake upcallAdd a fabrics option &apos;tls&apos; and start the TLS handshake upcallwith the default PSK. When TLS is started the PSK key serialnumber is displayed in the sysfs attribute &apos;tls_key&apos;Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;Reviewed-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Signed-off-by: Keith Busch &lt;kbusch@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Thu, 24 Aug 2023 14:39:15 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>b61775d1 - nvme-auth: Diffie-Hellman key exchange support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#b61775d1</link>
        <description>nvme-auth: Diffie-Hellman key exchange supportImplement Diffie-Hellman key exchange using FFDHE groupsfor NVMe In-Band Authentication.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;Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Mon, 27 Jun 2022 09:52:03 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.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/host/Kconfig#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/host/Kconfig</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>5bd2927a - nvme-apple: Add initial Apple SoC NVMe driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#5bd2927a</link>
        <description>nvme-apple: Add initial Apple SoC NVMe driverApple SoCs such as the M1 come with an embedded NVMe controller thatis not attached to any PCIe bus. Additionally, it doesn&apos;t conformto the NVMe specification and requires a bunch of changes to commandsubmission and IOMMU configuration to work.Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Sven Peter &lt;sven@svenpeter.dev&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Sun, 01 May 2022 14:55:12 +0000</pubDate>
        <dc:creator>Sven Peter &lt;sven@svenpeter.dev&gt;</dc:creator>
    </item>
<item>
        <title>bd83fe6f - nvme: add verbose error logging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#bd83fe6f</link>
        <description>nvme: add verbose error loggingImproves logging of NVMe errors.  If NVME_VERBOSE_ERRORS is configured,a verbose description of the error is logged, otherwise only statuscodes/bits is logged.Signed-off-by: Chaitanya Kulkarni &lt;kch@nvidia.com&gt;[kch]: fix several nits, cosmetics, and trim down code.Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;Signed-off-by: Alan Adamson &lt;alan.adamson@oracle.com&gt;Reviewed-by: Himanshu Madhani &lt;himanshu.madhani@oracle.com&gt;Reviewed-by: Keith Busch &lt;kbusch@kernel.org&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Thu, 03 Feb 2022 08:11:53 +0000</pubDate>
        <dc:creator>Alan Adamson &lt;alan.adamson@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>0866200e - nvme: Have NVME_FABRICS select NVME_CORE instead of transport drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#0866200e</link>
        <description>nvme: Have NVME_FABRICS select NVME_CORE instead of transport driversTransport drivers need both core and fabrics modules, instead ofselecting both, have the selection transitive such that NVME_FABRICSselects NVME_CORE and transport drivers select NVME_FABRICS.Suggested-by: Keith Busch &lt;kbusch@kernel.org&gt;Signed-off-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Reviewed-by: Chaitanya Kulkarni &lt;chaitanya.kulkarni@wdc.com&gt;Reviewed-by: James Smart &lt;jsmart2021@gmail.com&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Tue, 25 May 2021 15:59:46 +0000</pubDate>
        <dc:creator>Sagi Grimberg &lt;sagi@grimberg.me&gt;</dc:creator>
    </item>
<item>
        <title>d399742c - nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#d399742c</link>
        <description>nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help textFix a singular/plural mismatch in the CONFIG_NVME_MULTIPATH help text.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Mon, 14 Jun 2021 14:16:07 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>042a3eaa - nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#042a3eaa</link>
        <description>nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMEWe need to select NVME_CORE.Signed-off-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Reviewed-by: Max Gurtovoy &lt;mgurtovoy@nvidia.com&gt;Reviewed-by: Chaitanya Kulkarni &lt;chaitanya.kulkarni@wdc.com&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Fri, 21 May 2021 21:51:15 +0000</pubDate>
        <dc:creator>Sagi Grimberg &lt;sagi@grimberg.me&gt;</dc:creator>
    </item>
<item>
        <title>daf6e8c9 - Revert &quot;nvme-tcp-offload: ULP Series&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#daf6e8c9</link>
        <description>Revert &quot;nvme-tcp-offload: ULP Series&quot;This reverts commits:- 762411542050dbe27c7c96f13c57f93da5d9b89a     nvme: NVME_TCP_OFFLOAD should not default to m- 5ff5622ea1f16d535f1be4e478e712ef48fe183b:     Merge branch &apos;NVMeTCP-Offload-ULP&apos;As requested on the mailing-list: https://lore.kernel.org/netdev/SJ0PR18MB3882C20793EA35A3E8DAE300CC379@SJ0PR18MB3882.namprd18.prod.outlook.com/This patch will revert the nvme-tcp-offload ULP from net-next.The nvme-tcp-offload ULP series will continue to be considered only onlinux-nvme@lists.infradead.org.Signed-off-by: Prabhakar Kushwaha &lt;pkushwaha@marvell.com&gt;Signed-off-by: Michal Kalderon &lt;mkalderon@marvell.com&gt;Signed-off-by: Ariel Elior &lt;aelior@marvell.com&gt;Signed-off-by: Shai Malin &lt;smalin@marvell.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Wed, 09 Jun 2021 10:49:18 +0000</pubDate>
        <dc:creator>Shai Malin &lt;smalin@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>76241154 - nvme: NVME_TCP_OFFLOAD should not default to m</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#76241154</link>
        <description>nvme: NVME_TCP_OFFLOAD should not default to mThe help text for the symbol controlling support for the NVM Expressover Fabrics TCP offload common layer suggests to not enable thissupport when unsure.Hence drop the &quot;default m&quot;, which actually means &quot;default y&quot; ifCONFIG_MODULES is not enabled.Fixes: f0e8cb6106da2703 (&quot;nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Tue, 08 Jun 2021 10:56:09 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>f0e8cb61 - nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/host/Kconfig#f0e8cb61</link>
        <description>nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULPThis patch will present the structure for the NVMeTCP offload commonlayer driver. This module is added under &quot;drivers/nvme/host/&quot; and futureoffload drivers which will register to it will be placed under&quot;drivers/nvme/hw&quot;.This new driver will be enabled by the Kconfig &quot;NVM Express over FabricsTCP offload commmon layer&quot;.In order to support the new transport type, for host mode, no change isneeded.Each new vendor-specific offload driver will register to this ULP duringits probe function, by filling out the nvme_tcp_ofld_dev-&gt;ops andnvme_tcp_ofld_dev-&gt;private_data and calling nvme_tcp_ofld_register_devwith the initialized struct.The internal implementation:- tcp-offload.h:  Includes all common structs and ops to be used and shared by offload  drivers.- tcp-offload.c:  Includes the init function which registers as a NVMf transport just  like any other transport.Acked-by: Igor Russkikh &lt;irusskikh@marvell.com&gt;Signed-off-by: Dean Balandin &lt;dbalandin@marvell.com&gt;Signed-off-by: Prabhakar Kushwaha &lt;pkushwaha@marvell.com&gt;Signed-off-by: Omkar Kulkarni &lt;okulkarni@marvell.com&gt;Signed-off-by: Michal Kalderon &lt;mkalderon@marvell.com&gt;Signed-off-by: Ariel Elior &lt;aelior@marvell.com&gt;Signed-off-by: Shai Malin &lt;smalin@marvell.com&gt;Reviewed-by: Hannes Reinecke &lt;hare@suse.de&gt;Reviewed-by: Himanshu Madhani &lt;himanshu.madhani@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/nvme/host/Kconfig</description>
        <pubDate>Wed, 02 Jun 2021 18:42:39 +0000</pubDate>
        <dc:creator>Shai Malin &lt;smalin@marvell.com&gt;</dc:creator>
    </item>
</channel>
</rss>
