[Devel] [PATCH RHEL8 COMMIT] configs: build "isci" SAS controller driver
Konstantin Khorenko
khorenko at virtuozzo.com
Wed Oct 27 01:23:06 MSK 2021
The commit is pushed to "branch-rh8-4.18.0-305.3.1.vz8.7.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh8-4.18.0-305.3.1.vz8.7.16
------>
commit 33ec177996d27e26c402f75860294ad8f5e1cdc0
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date: Wed Oct 27 01:19:58 2021 +0300
configs: build "isci" SAS controller driver
"Intel(R) C600 Series Chipset SAS Controller"
We have a node with Intel Corporation C606 chipset Dual 4-Port SATA/SAS
Storage Control Unit, so we need a driver to support it.
https://jira.sw.ru/browse/PSBM-135216
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
configs/kernel-4.18.0-x86_64-debug.config | 4 ++++
configs/kernel-4.18.0-x86_64.config | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/configs/kernel-4.18.0-x86_64-debug.config b/configs/kernel-4.18.0-x86_64-debug.config
index 7fe63b1b982f..30426819e89a 100644
--- a/configs/kernel-4.18.0-x86_64-debug.config
+++ b/configs/kernel-4.18.0-x86_64-debug.config
@@ -7919,6 +7919,10 @@ CONFIG_IKCONFIG_PROC=y
# CONFIG_TIME_NS is not set
+CONFIG_SCSI_ISCI=m
+
+# CONFIG_GCC_PLUGINS is not set
+
###############################################
# Sanity overrides
#
diff --git a/configs/kernel-4.18.0-x86_64.config b/configs/kernel-4.18.0-x86_64.config
index bdf5b08b779a..6a50cc0c47fe 100644
--- a/configs/kernel-4.18.0-x86_64.config
+++ b/configs/kernel-4.18.0-x86_64.config
@@ -7866,6 +7866,10 @@ CONFIG_IKCONFIG_PROC=y
# CONFIG_TIME_NS is not set
+CONFIG_SCSI_ISCI=m
+
+# CONFIG_GCC_PLUGINS is not set
+
###############################################
# Sanity overrides
#
More information about the Devel
mailing list