From 31c7ec92e8e296e365ff990b6ef34389df66252c Mon Sep 17 00:00:00 2001 From: tessalatedSapote <97322037+tessalatedSapote@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:04:14 -0800 Subject: [PATCH] Fixes Infiniband functionality in NetworkManager --- .gitignore | 1 + config | 9 +++++---- config-fragment | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d328ce2ba240f..1851ae31544cb 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ rpms/ for-review.txt linux-5.* +linux-6.* /releases.json diff --git a/config b/config index 27bc0bdb198d7..c33519f60de1e 100644 --- a/config +++ b/config @@ -1,8 +1,8 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.0.6 Kernel Configuration +# Linux/x86 6.0.7 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="gcc (Clear Linux OS for Intel Architecture) 12.2.1 20221031 releases/gcc-12.2.0-182-gfaac1fccd7" +CONFIG_CC_VERSION_TEXT="gcc (Clear Linux OS for Intel Architecture) 12.2.1 20221107 releases/gcc-12.2.0-199-gd644dfe36d" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=120201 CONFIG_CLANG_VERSION=0 @@ -7356,8 +7356,9 @@ CONFIG_INFINIBAND_RDMAVT=m CONFIG_RDMA_RXE=m CONFIG_RDMA_SIW=m CONFIG_INFINIBAND_IPOIB=m -# CONFIG_INFINIBAND_IPOIB_CM is not set -# CONFIG_INFINIBAND_IPOIB_DEBUG is not set +CONFIG_INFINIBAND_IPOIB_CM=y +CONFIG_INFINIBAND_IPOIB_DEBUG=y +# CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_ISER=m diff --git a/config-fragment b/config-fragment index c21ff91b09c47..77d7b4ef9c550 100644 --- a/config-fragment +++ b/config-fragment @@ -7356,8 +7356,8 @@ CONFIG_INFINIBAND_RDMAVT=m CONFIG_RDMA_RXE=m CONFIG_RDMA_SIW=m CONFIG_INFINIBAND_IPOIB=m -# CONFIG_INFINIBAND_IPOIB_CM is not set -# CONFIG_INFINIBAND_IPOIB_DEBUG is not set +CONFIG_INFINIBAND_IPOIB_CM=y +CONFIG_INFINIBAND_IPOIB_DEBUG=y CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_ISER=m