Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit d6d7edf

Browse files
bwardenclrpackages
authored andcommitted
Enable IP-over-InfiniBand Connected Mode support
Enable IP-over-Infiniband connections to be managed by NetworkManager See: clearlinux/distribution#2770 #25 (comment)
1 parent fed98ec commit d6d7edf

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.0.6 Kernel Configuration
3+
# Linux/x86 6.0.9 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="gcc (Clear Linux OS for Intel Architecture) 12.2.1 20221031 releases/gcc-12.2.0-182-gfaac1fccd7"
5+
CONFIG_CC_VERSION_TEXT="gcc (Clear Linux OS for Intel Architecture) 12.2.1 20221121 releases/gcc-12.2.0-227-ga6b1f6126d"
66
CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=120201
88
CONFIG_CLANG_VERSION=0
@@ -7356,7 +7356,7 @@ CONFIG_INFINIBAND_RDMAVT=m
73567356
CONFIG_RDMA_RXE=m
73577357
CONFIG_RDMA_SIW=m
73587358
CONFIG_INFINIBAND_IPOIB=m
7359-
# CONFIG_INFINIBAND_IPOIB_CM is not set
7359+
CONFIG_INFINIBAND_IPOIB_CM=y
73607360
# CONFIG_INFINIBAND_IPOIB_DEBUG is not set
73617361
CONFIG_INFINIBAND_SRP=m
73627362
CONFIG_INFINIBAND_SRPT=m

config-fragment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7356,7 +7356,7 @@ CONFIG_INFINIBAND_RDMAVT=m
73567356
CONFIG_RDMA_RXE=m
73577357
CONFIG_RDMA_SIW=m
73587358
CONFIG_INFINIBAND_IPOIB=m
7359-
# CONFIG_INFINIBAND_IPOIB_CM is not set
7359+
CONFIG_INFINIBAND_IPOIB_CM=y
73607360
# CONFIG_INFINIBAND_IPOIB_DEBUG is not set
73617361
CONFIG_INFINIBAND_SRP=m
73627362
CONFIG_INFINIBAND_SRPT=m

linux.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Name: linux
88
Version: 6.0.9
9-
Release: 1212
9+
Release: 1213
1010
License: GPL-2.0
1111
Summary: The Linux kernel
1212
Url: http://www.kernel.org/

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1212
1+
1213

0 commit comments

Comments
 (0)