Skip to content

Commit cf2b212

Browse files
committed
Merge branch '3.0-dev' into 3.0
2 parents 61768ea + afa5193 commit cf2b212

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

SPECS-SIGNED/mlnx-ofa_kernel-hwe-modules-signed/mlnx-ofa_kernel-hwe-modules-signed.spec

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
Summary: Infiniband HCA Driver
4747
Name: %{_name}-signed
4848
Version: 26.01
49-
Release: 1%{release_suffix}%{?dist}
49+
Release: 2%{release_suffix}%{?dist}
5050
License: GPLv2
5151
Url: http://www.mellanox.com/
5252
Group: System Environment/Base
@@ -88,7 +88,6 @@ Source26: smc_diag.ko
8888
Source27: rpcrdma.ko
8989
Source28: svcrdma.ko
9090
Source29: xprtrdma.ko
91-
Source30: fwctl.ko
9291
Source31: mlx5_fwctl.ko
9392
Source32: mana_ib.ko
9493
Source33: mlx5_dpll.ko
@@ -133,7 +132,7 @@ Obsoletes: mlnx-en-doc
133132
Obsoletes: mlnx-en-debuginfo
134133
Obsoletes: mlnx-en-sources
135134
Obsoletes: fwctl-hwe <= 24.10
136-
Provides: fwctl-hwe = %{version}-%{release}
135+
Provides: fwctl-hwe = %{version}-%{release}
137136

138137
Requires: kernel-hwe = %{target_kernel_version_full}
139138
Requires: kmod
@@ -191,7 +190,6 @@ cp -rf %{SOURCE26} ./lib/modules/%{KVERSION}/updates/net/smc/smc_diag.ko
191190
cp -rf %{SOURCE27} ./lib/modules/%{KVERSION}/updates/net/sunrpc/xprtrdma/rpcrdma.ko
192191
cp -rf %{SOURCE28} ./lib/modules/%{KVERSION}/updates/net/sunrpc/xprtrdma/svcrdma.ko
193192
cp -rf %{SOURCE29} ./lib/modules/%{KVERSION}/updates/net/sunrpc/xprtrdma/xprtrdma.ko
194-
cp -rf %{SOURCE30} ./lib/modules/%{KVERSION}/updates/drivers/fwctl/fwctl.ko
195193
cp -rf %{SOURCE31} ./lib/modules/%{KVERSION}/updates/drivers/fwctl/mlx5/mlx5_fwctl.ko
196194
cp -rf %{SOURCE32} ./lib/modules/%{KVERSION}/updates/drivers/infiniband/hw/mana/mana_ib.ko
197195
cp -rf %{SOURCE33} ./lib/modules/%{KVERSION}/updates/drivers/net/ethernet/mellanox/mlx5/core/mlx5_dpll.ko
@@ -237,6 +235,12 @@ fi
237235
%license %{_datadir}/licenses/%{_name}/copyright
238236

239237
%changelog
238+
* Fri Jun 27 2026 Jon Slobodzian <joslobo@microsoft.com> - 26.01-2_6.18.31.1.1
239+
- Drop fwctl.ko: it is no longer produced by the HWE OFED build
240+
after the upgrade to DOCA 3.3.0 / kernel-hwe 6.18 (PR #17447). The
241+
in-tree fwctl framework is now provided by the HWE kernel itself,
242+
so the out-of-tree, signed copy is unnecessary.
243+
240244
* Wed May 13 2026 Azure Linux Team <azurelinux-team@microsoft.com> - 26.01-1_6.18.31.1.1
241245
- Bump to match upgrade to DOCA 3.3.0 (OFED 26.01).
242246

SPECS/mlnx-ofa_kernel-hwe/mlnx-ofa_kernel-hwe.spec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
Summary: Infiniband HCA Driver
118118
Name: mlnx-ofa_kernel-hwe
119119
Version: 26.01
120-
Release: 1%{release_suffix}%{?dist}
120+
Release: 2%{release_suffix}%{?dist}
121121
License: GPLv2
122122
Url: http://www.mellanox.com/
123123
Group: System Environment/Base
@@ -193,8 +193,6 @@ Obsoletes: mlnx-en-doc
193193
Obsoletes: mlnx-en-debuginfo
194194
Obsoletes: mlnx-en-sources
195195
Obsoletes: mlnx-rdma-rxe
196-
Obsoletes: fwctl-hwe <= 24.10
197-
Provides: fwctl-hwe = %{version}-%{release}
198196

199197
Summary: Infiniband Driver and ULPs kernel modules
200198
Group: System Environment/Libraries
@@ -464,6 +462,10 @@ update-alternatives --remove \
464462
%{_prefix}/src/ofa_kernel/%{_arch}/[0-9]*
465463

466464
%changelog
465+
* Fri Jun 27 2026 Jon Slobodzian <joslobo@microsoft.com> - 26.01-2_6.18.31.1.1
466+
- Bump release to stay entangled with the signed sibling, which dropped
467+
fwctl.ko (no longer produced by HWE OFED after the DOCA 3.3.0 bump).
468+
467469
* Mon May 11 2026 Azure Linux Team - 26.01-1_6.18.31.1.1
468470
- Upgrade to DOCA 3.3.0 (OFED 26.01-1.0.0.0)
469471

0 commit comments

Comments
 (0)