diff mbox series

[bionic/azure] UBUNTU: [Config] azure: Ensure CONFIG_MLX5_INFINIBAND=y

Message ID 20180807135554.9324-1-marcelo.cerri@canonical.com
State New
Headers show
Series [bionic/azure] UBUNTU: [Config] azure: Ensure CONFIG_MLX5_INFINIBAND=y | expand

Commit Message

Marcelo Henrique Cerri Aug. 7, 2018, 1:55 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1785822

Recent commit "infiniband: mlx5: fix build errors when
INFINIBAND_USER_ACCESS=m" changed the Kconfig dependencies for
CONFIG_MLX5_INFINIBAND, which caused it to revert to "m".

Force CONFIG_INFINIBAND_USER_ACCESS=y, to keep
CONFIG_MLX5_INFINIBAND=y, as requested by Bug #1759656.

Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
---
 debian.azure/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thadeu Lima de Souza Cascardo Aug. 7, 2018, 2 p.m. UTC | #1
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Marcelo Henrique Cerri Aug. 7, 2018, 2:05 p.m. UTC | #2
I will send a v2 enforcing CONFIG_MLX5_INFINIBAND=y in the annotations file.
diff mbox series

Patch

diff --git a/debian.azure/config/config.common.ubuntu b/debian.azure/config/config.common.ubuntu
index 8ea51473f3dd..a5230477f7a5 100644
--- a/debian.azure/config/config.common.ubuntu
+++ b/debian.azure/config/config.common.ubuntu
@@ -1971,7 +1971,7 @@  CONFIG_INFINIBAND_OPA_VNIC=m
 # CONFIG_INFINIBAND_RDMAVT is not set
 CONFIG_INFINIBAND_SRP=m
 # CONFIG_INFINIBAND_SRPT is not set
-CONFIG_INFINIBAND_USER_ACCESS=m
+CONFIG_INFINIBAND_USER_ACCESS=y
 # CONFIG_INFINIBAND_USER_MAD is not set
 CONFIG_INFINIBAND_USER_MEM=y
 CONFIG_INFINIBAND_USNIC=m