Skip to content

Commit 03217d7

Browse files
rlmengeBallasi
andauthored
Add ipmitool support to kernel-64k (#12154)
Enable support for ipmitool. ipmitool is available through the ipmitool package on AzureLinux. The config changes in this PR ensure the devices created are visible in /dev/. From the ipmitool project: "ipmitool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface. IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS." Co-authored-by: Thomas Ballasi <[email protected]>
1 parent 5a51e46 commit 03217d7

File tree

31 files changed

+138
-49
lines changed

31 files changed

+138
-49
lines changed

SPECS-SIGNED/fwctl-signed/fwctl-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}
4343
Version: 24.10
44-
Release: 1%{?dist}
44+
Release: 2%{?dist}
4545
License: GPLv2
4646
Url: http://nvidia.com
4747
Group: System Environment/Base
@@ -99,6 +99,9 @@ fi # 1 : closed
9999

100100

101101
%changelog
102+
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2
103+
- Bump release to match kernel
104+
102105
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 24.10-1
103106
- Creating signed spec
104107
- Initial Azure Linux import from NVIDIA (license: GPLv2)

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
Summary: %{_name} Driver
3838
Name: %{_name}
3939
Version: 24.10
40-
Release: 1%{?dist}
40+
Release: 2%{?dist}
4141
License: GPLv2
4242
Url: http://www.mellanox.com
4343
Group: System Environment/Base
@@ -93,6 +93,9 @@ fi # 1 : closed
9393
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{name}-*.conf
9494

9595
%changelog
96+
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2
97+
- Bump release to match kernel
98+
9699
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 24.10-1
97100
- Creating signed spec
98101
- License verified

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
Summary: %{_name} Driver
3838
Name: %{_name}
3939
Version: 24.10
40-
Release: 1%{?dist}
40+
Release: 2%{?dist}
4141
License: GPLv2
4242
Url: http://www.mellanox.com
4343
Group: System Environment/Base
@@ -92,6 +92,9 @@ fi # 1 : closed
9292
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{name}-*.conf
9393

9494
%changelog
95+
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2
96+
- Bump release to match kernel
97+
9598
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 24.10-1
9699
- Creating signed spec
97100
- License verified

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

Lines changed: 6 additions & 3 deletions
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.64.2
10-
Release: 4%{?dist}
10+
Release: 5%{?dist}
1111
License: GPLv2
1212
Vendor: Microsoft Corporation
1313
Distribution: Azure Linux
@@ -105,10 +105,13 @@ echo "initrd of kernel %{uname_r} removed" >&2
105105
%exclude /module_info.ld
106106

107107
%changelog
108-
* Sat Jan 18 2025 Rachel Menge <[email protected]> - 6.6.64.2-3
108+
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 6.6.64.2-5
109+
- Bump to match kernel-64k
110+
111+
* Sat Jan 18 2025 Rachel Menge <[email protected]> - 6.6.64.2-4
109112
- Bump release to match kernel-64k
110113

111-
* Thu Jan 15 2025 Rachel Menge <[email protected]> - 6.6.64.2-3
114+
* Thu Jan 16 2025 Rachel Menge <[email protected]> - 6.6.64.2-3
112115
- Bump release to match kernel
113116

114117
* Fri Jan 10 2025 Rachel Menge <[email protected]> - 6.6.64.2-2

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

Lines changed: 5 additions & 2 deletions
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.64.2
13-
Release: 4%{?dist}
13+
Release: 5%{?dist}
1414
License: GPLv2
1515
Vendor: Microsoft Corporation
1616
Distribution: Azure Linux
@@ -145,10 +145,13 @@ echo "initrd of kernel %{uname_r} removed" >&2
145145
%exclude /module_info.ld
146146

147147
%changelog
148+
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 6.6.64.2-5
149+
- Bump release to match kernel
150+
148151
* Sat Jan 18 2025 Rachel Menge <[email protected]> - 6.6.64.2-4
149152
- Bump release to match kernel
150153

151-
* Thu Jan 15 2025 Rachel Menge <[email protected]> - 6.6.64.2-3
154+
* Thu Jan 16 2025 Rachel Menge <[email protected]> - 6.6.64.2-3
152155
- Bump release to match kernel
153156

154157
* Fri Jan 10 2025 Rachel Menge <[email protected]> - 6.6.64.2-2

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

Lines changed: 5 additions & 2 deletions
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.64.2
9-
Release: 4%{?dist}
9+
Release: 5%{?dist}
1010
License: GPLv2
1111
Vendor: Microsoft Corporation
1212
Distribution: Azure Linux
@@ -68,10 +68,13 @@ popd
6868
/boot/efi/EFI/Linux/vmlinuz-uki-%{kernelver}.efi
6969

7070
%changelog
71+
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 6.6.64.2-5
72+
- Bump release to match kernel
73+
7174
* Sat Jan 18 2025 Rachel Menge <[email protected]> - 6.6.64.2-4
7275
- Bump release to match kernel
7376

74-
* Thu Jan 15 2025 Rachel Menge <[email protected]> - 6.6.64.2-3
77+
* Thu Jan 16 2025 Rachel Menge <[email protected]> - 6.6.64.2-3
7578
- Bump release to match kernel
7679

7780
* Fri Jan 10 2025 Rachel Menge <[email protected]> - 6.6.64.2-2

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Summary: KNEM: High-Performance Intra-Node MPI Communication
4040
Name: %{_name}-modules
4141
Version: 1.1.4.90mlnx3
42-
Release: 1%{?dist}
42+
Release: 2%{?dist}
4343
Provides: knem-mlnx = %{version}-%{release}
4444
Obsoletes: knem-mlnx < %{version}-%{release}
4545
License: BSD and GPLv2
@@ -93,6 +93,9 @@ fi
9393
/lib/modules/
9494

9595
%changelog
96+
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 1.1.4.90mlnx3-2
97+
- Bump release to match kernel
98+
9699
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 1.1.4.90mlnx3-1
97100
- Creating signed spec
98101
- Initial Azure Linux import from NVIDIA (license: GPLv2)

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Name: mft_kernel
99
Summary: %{name} Kernel Module for the %{KVERSION} kernel
1010
Version: 4.30.0
11-
Release: 1%{?dist}
11+
Release: 2%{?dist}
1212
License: Dual BSD/GPLv2
1313
Group: System Environment/Kernel
1414

@@ -65,6 +65,9 @@ rm -rf %{buildroot}
6565
/lib/modules/%{KVERSION}/updates/
6666

6767
%changelog
68+
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 4.30.0-2
69+
- Bump release to match kernel
70+
6871
* Tue Dec 16 2024 Binu Jose Philip <[email protected]> - 4.30.0-1
6972
- Creating signed spec
7073
- Initial Azure Linux import from NVIDIA (license: GPLv2)

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Summary: %{_name} Driver
4040
Name: %{_name}
4141
Version: 24.10
42-
Release: 1%{?dist}
42+
Release: 2%{?dist}
4343
License: GPLv2
4444
Url: http://www.mellanox.com
4545
Group: System Environment/Base
@@ -99,6 +99,9 @@ fi
9999
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{name}-*.conf
100100

101101
%changelog
102+
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2
103+
- Bump release to match kernel
104+
102105
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 24.10-1
103106
- Creating signed spec
104107
- Initial Azure Linux import from NVIDIA (license: GPLv2)

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
@@ -40,7 +40,7 @@
4040
Summary: Infiniband HCA Driver
4141
Name: %{_name}-modules
4242
Version: 24.10
43-
Release: 1%{?dist}
43+
Release: 2%{?dist}
4444
License: GPLv2
4545
Url: http://www.mellanox.com/
4646
Group: System Environment/Base
@@ -171,6 +171,9 @@ fi
171171
%license %{_datadir}/licenses/%{name}/copyright
172172

173173
%changelog
174+
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2
175+
- Bump release to match kernel
176+
174177
* Sat Jan 18 2025 Binu Jose Philip <[email protected]> - 24.10-1
175178
- Creating signed spec
176179
- Initial Azure Linux import from NVIDIA (license: GPLv2)

0 commit comments

Comments
 (0)