[linux] 13/14: Enable NVME_MULTIPATH, NVME_FC, NVME_TARGET_FC

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Jan 18 20:20:29 UTC 2018


This is an automated email from the git hooks/post-receive script.

waldi pushed a commit to branch master
in repository linux.

commit 503143acab311090d3c4b66869acfc13fa90be00
Author: Bastian Blank <waldi at debian.org>
Date:   Thu Jan 18 19:02:09 2018 +0100

    Enable NVME_MULTIPATH, NVME_FC, NVME_TARGET_FC
    
    This enables NVME support in various SCSI host adapters, so move the
    nvme module into the scsi-modules installer udeb.
---
 debian/changelog                      | 2 ++
 debian/config/config                  | 3 +++
 debian/installer/modules/sata-modules | 3 ---
 debian/installer/modules/scsi-modules | 3 +++
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eb2874d..0e50aad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ linux (4.15~rc8-1~exp2) UNRELEASED; urgency=medium
     IPV6_SEG6_HMAC, NF_LOG_NETDEV, IP_SET_HASH_IPMAC, NET_ACT_SAMPLE,
     IPVTAP, VIRTIO_MMIO, CRYPTO_RSA, CRYPTO_DH, CRYPTO_ECDH.
   * x86: Enable SCHED_MC_PRIO, HYPERV_VSOCKETS.
+  * Enable NVME_MULTIPATH, NVME_FC, NVME_TARGET_FC, move nvme module into
+    scsi-modules installer udeb.
 
  -- Bastian Blank <waldi at debian.org>  Thu, 18 Jan 2018 09:14:57 +0100
 
diff --git a/debian/config/config b/debian/config/config
index 78efe46..5d772ba 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -3886,7 +3886,9 @@ CONFIG_NVDIMM_DAX=y
 ## file: drivers/nvme/host/Kconfig
 ##
 CONFIG_BLK_DEV_NVME=m
+CONFIG_NVME_MULTIPATH=y
 CONFIG_NVME_RDMA=m
+CONFIG_NVME_FC=m
 
 ##
 ## file: drivers/nvme/target/Kconfig
@@ -3894,6 +3896,7 @@ CONFIG_NVME_RDMA=m
 CONFIG_NVME_TARGET=m
 # CONFIG_NVME_TARGET_LOOP is not set
 CONFIG_NVME_TARGET_RDMA=m
+CONFIG_NVME_TARGET_FC=m
 
 ##
 ## file: drivers/of/Kconfig
diff --git a/debian/installer/modules/sata-modules b/debian/installer/modules/sata-modules
index e3be90b..da038b7 100644
--- a/debian/installer/modules/sata-modules
+++ b/debian/installer/modules/sata-modules
@@ -11,6 +11,3 @@ ata_piix ?
 sx8 ?
 pdc_adma ?
 mtip32xx ?
-
-# XXX not actually SATA
-nvme ?
diff --git a/debian/installer/modules/scsi-modules b/debian/installer/modules/scsi-modules
index 2b24b54..24f4099 100644
--- a/debian/installer/modules/scsi-modules
+++ b/debian/installer/modules/scsi-modules
@@ -47,3 +47,6 @@ drivers/scsi/scsi_transport_* -
 fcoe -
 raid_class -
 scsi_debug -
+
+# XXX not actually SCSI
+nvme ?

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list