Skip to content

Commit 339d8c2

Browse files
kernel: enable dxgkrnl module (#12996)
During the development from Mariner 2.0 to Azure Linux 3.0, the dxgkrnl kernel module build was inadvertently disabled. This change re-enables it for users to rely on. Adding this dxgkrnl module will add 71KB on x86_64 and 63KB on ARM64 to the on-disk footprint. Signed-off-by: Chris Co <chrco@microsoft.com>
1 parent bb834a8 commit 339d8c2

32 files changed

Lines changed: 118 additions & 43 deletions

File tree

SPECS-SIGNED/fwctl-signed/fwctl-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
Summary: %{_name} Driver
4646
Name: %{_name}-signed
4747
Version: 24.10
48-
Release: 15%{?dist}
48+
Release: 16%{?dist}
4949
License: GPLv2
5050
Url: http://nvidia.com
5151
Group: System Environment/Base
@@ -117,6 +117,9 @@ fi # 1 : closed
117117

118118

119119
%changelog
120+
* Fri Apr 25 2025 Chris Co <chrco@microsoft.com> - 24.10-16
121+
- Bump release to rebuild for new kernel release
122+
120123
* Tue Apr 08 2025 Pawel Winogrodzki <pawelwi@microsoft.com> - 24.10-15
121124
- Re-naming the package to de-duplicate the SRPM name.
122125

SPECS-SIGNED/iser-signed/iser-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Summary: %{_name} Driver
4242
Name: %{_name}-signed
4343
Version: 24.10
44-
Release: 15%{?dist}
44+
Release: 16%{?dist}
4545
License: GPLv2
4646
Url: http://www.mellanox.com
4747
Group: System Environment/Base
@@ -108,6 +108,9 @@ fi # 1 : closed
108108
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{_name}-*.conf
109109

110110
%changelog
111+
* Fri Apr 25 2025 Chris Co <chrco@microsoft.com> - 24.10-16
112+
- Bump release to rebuild for new kernel release
113+
111114
* Tue Apr 08 2025 Pawel Winogrodzki <pawelwi@microsoft.com> - 24.10-15
112115
- Re-naming the package to de-duplicate the SRPM name.
113116

SPECS-SIGNED/isert-signed/isert-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Summary: %{_name} Driver
4242
Name: %{_name}-signed
4343
Version: 24.10
44-
Release: 15%{?dist}
44+
Release: 16%{?dist}
4545
License: GPLv2
4646
Url: http://www.mellanox.com
4747
Group: System Environment/Base
@@ -107,6 +107,9 @@ fi # 1 : closed
107107
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{_name}-*.conf
108108

109109
%changelog
110+
* Fri Apr 25 2025 Chris Co <chrco@microsoft.com> - 24.10-16
111+
- Bump release to rebuild for new kernel release
112+
110113
* Tue Apr 08 2025 Pawel Winogrodzki <pawelwi@microsoft.com> - 24.10-15
111114
- Re-naming the package to de-duplicate the SRPM name.
112115

SPECS-SIGNED/kernel-64k-signed/kernel-64k-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Summary: Signed Linux Kernel for %{buildarch} systems
88
Name: kernel-64k-signed-%{buildarch}
99
Version: 6.6.85.1
10-
Release: 1%{?dist}
10+
Release: 2%{?dist}
1111
License: GPLv2
1212
Vendor: Microsoft Corporation
1313
Distribution: Azure Linux
@@ -105,6 +105,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
105105
%exclude /module_info.ld
106106

107107
%changelog
108+
* Fri Apr 25 2025 Chris Co <chrco@microsoft.com> - 6.6.85.1-2
109+
- Bump release to rebuild for new kernel release
110+
108111
* Sat Apr 05 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.6.85.1-1
109112
- Auto-upgrade to 6.6.85.1
110113

SPECS-SIGNED/kernel-signed/kernel-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Summary: Signed Linux Kernel for %{buildarch} systems
1111
Name: kernel-signed-%{buildarch}
1212
Version: 6.6.85.1
13-
Release: 1%{?dist}
13+
Release: 2%{?dist}
1414
License: GPLv2
1515
Vendor: Microsoft Corporation
1616
Distribution: Azure Linux
@@ -145,6 +145,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
145145
%exclude /module_info.ld
146146

147147
%changelog
148+
* Fri Apr 25 2025 Chris Co <chrco@microsoft.com> - 6.6.85.1-2
149+
- Bump release to rebuild for new kernel release
150+
148151
* Sat Apr 05 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.6.85.1-1
149152
- Auto-upgrade to 6.6.85.1
150153

SPECS-SIGNED/kernel-uki-signed/kernel-uki-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Summary: Signed Unified Kernel Image for %{buildarch} systems
77
Name: kernel-uki-signed-%{buildarch}
88
Version: 6.6.85.1
9-
Release: 1%{?dist}
9+
Release: 2%{?dist}
1010
License: GPLv2
1111
Vendor: Microsoft Corporation
1212
Distribution: Azure Linux
@@ -68,6 +68,9 @@ popd
6868
/boot/efi/EFI/Linux/vmlinuz-uki-%{kernelver}.efi
6969

7070
%changelog
71+
* Fri Apr 25 2025 Chris Co <chrco@microsoft.com> - 6.6.85.1-2
72+
- Bump release to rebuild for new kernel release
73+
7174
* Sat Apr 05 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.6.85.1-1
7275
- Auto-upgrade to 6.6.85.1
7376

SPECS-SIGNED/knem-modules-signed/knem-modules-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Summary: KNEM: High-Performance Intra-Node MPI Communication
4343
Name: %{_name}-signed
4444
Version: 1.1.4.90mlnx3
45-
Release: 15%{?dist}
45+
Release: 16%{?dist}
4646
Provides: knem-mlnx = %{version}-%{release}
4747
Obsoletes: knem-mlnx < %{version}-%{release}
4848
License: BSD and GPLv2
@@ -107,6 +107,9 @@ fi
107107
/lib/modules/
108108

109109
%changelog
110+
* Fri Apr 25 2025 Chris Co <chrco@microsoft.com> - 1.1.4.90mlnx3-16
111+
- Bump release to rebuild for new kernel release
112+
110113
* Wed Apr 09 2025 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.1.4.90mlnx3-15
111114
- Bump release to match updates from 'unsigned' spec
112115
- Re-name the package to knem-modules-signed.

SPECS-SIGNED/mft_kernel-signed/mft_kernel-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Name: %{_name}-signed
1414
Summary: %{_name} Kernel Module for the %{KVERSION} kernel
1515
Version: 4.30.0
16-
Release: 15%{?dist}
16+
Release: 16%{?dist}
1717
License: Dual BSD/GPLv2
1818
Group: System Environment/Kernel
1919

@@ -80,6 +80,9 @@ popd
8080
/lib/modules/%{KVERSION}/updates/
8181

8282
%changelog
83+
* Fri Apr 25 2025 Chris Co <chrco@microsoft.com> - 4.30.0-16
84+
- Bump release to rebuild for new kernel release
85+
8386
* Tue Apr 08 2025 Pawel Winogrodzki <pawelwi@microsoft.com> - 4.30.0-15
8487
- Bump release to rebuild for new kernel release
8588

SPECS-SIGNED/mlnx-nfsrdma-signed/mlnx-nfsrdma-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
Summary: %{_name} Driver
4444
Name: %{_name}-signed
4545
Version: 24.10
46-
Release: 15%{?dist}
46+
Release: 16%{?dist}
4747
License: GPLv2
4848
Url: http://www.mellanox.com
4949
Group: System Environment/Base
@@ -116,6 +116,9 @@ fi
116116
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{_name}-*.conf
117117

118118
%changelog
119+
* Fri Apr 25 2025 Chris Co <chrco@microsoft.com> - 24.10-16
120+
- Bump release to rebuild for new kernel release
121+
119122
* Tue Apr 08 2025 Pawel Winogrodzki <pawelwi@microsoft.com> - 24.10-15
120123
- Re-naming the package to de-duplicate the SRPM name.
121124

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
Summary: Infiniband HCA Driver
4545
Name: %{_name}-signed
4646
Version: 24.10
47-
Release: 15%{?dist}
47+
Release: 16%{?dist}
4848
License: GPLv2
4949
Url: http://www.mellanox.com/
5050
Group: System Environment/Base
@@ -191,6 +191,9 @@ fi
191191
%license %{_datadir}/licenses/%{_name}/copyright
192192

193193
%changelog
194+
* Fri Apr 25 2025 Chris Co <chrco@microsoft.com> - 24.10-16
195+
- Bump release to rebuild for new kernel release
196+
194197
* Tue Apr 08 2025 Pawel Winogrodzki <pawelwi@microsoft.com> - 24.10-15
195198
- Re-naming the package to de-duplicate the SRPM name.
196199

0 commit comments

Comments
 (0)