-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
31 changed files
with
138 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
Summary: %{_name} Driver | ||
Name: %{_name} | ||
Version: 24.10 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 | ||
Url: http://nvidia.com | ||
Group: System Environment/Base | ||
|
@@ -99,6 +99,9 @@ fi # 1 : closed | |
|
||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2 | ||
- Bump release to match kernel | ||
|
||
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 24.10-1 | ||
- Creating signed spec | ||
- Initial Azure Linux import from NVIDIA (license: GPLv2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
Summary: %{_name} Driver | ||
Name: %{_name} | ||
Version: 24.10 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -93,6 +93,9 @@ fi # 1 : closed | |
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{name}-*.conf | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2 | ||
- Bump release to match kernel | ||
|
||
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 24.10-1 | ||
- Creating signed spec | ||
- License verified | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
Summary: %{_name} Driver | ||
Name: %{_name} | ||
Version: 24.10 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -92,6 +92,9 @@ fi # 1 : closed | |
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{name}-*.conf | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2 | ||
- Bump release to match kernel | ||
|
||
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 24.10-1 | ||
- Creating signed spec | ||
- License verified | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Summary: Signed Linux Kernel for %{buildarch} systems | ||
Name: kernel-64k-signed-%{buildarch} | ||
Version: 6.6.64.2 | ||
Release: 4%{?dist} | ||
Release: 5%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -105,10 +105,13 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Sat Jan 18 2025 Rachel Menge <[email protected]> - 6.6.64.2-3 | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 6.6.64.2-5 | ||
- Bump to match kernel-64k | ||
|
||
* Sat Jan 18 2025 Rachel Menge <[email protected]> - 6.6.64.2-4 | ||
- Bump release to match kernel-64k | ||
|
||
* Thu Jan 15 2025 Rachel Menge <[email protected]> - 6.6.64.2-3 | ||
* Thu Jan 16 2025 Rachel Menge <[email protected]> - 6.6.64.2-3 | ||
- Bump release to match kernel | ||
|
||
* Fri Jan 10 2025 Rachel Menge <[email protected]> - 6.6.64.2-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
Summary: Signed Linux Kernel for %{buildarch} systems | ||
Name: kernel-signed-%{buildarch} | ||
Version: 6.6.64.2 | ||
Release: 4%{?dist} | ||
Release: 5%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -145,10 +145,13 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 6.6.64.2-5 | ||
- Bump release to match kernel | ||
|
||
* Sat Jan 18 2025 Rachel Menge <[email protected]> - 6.6.64.2-4 | ||
- Bump release to match kernel | ||
|
||
* Thu Jan 15 2025 Rachel Menge <[email protected]> - 6.6.64.2-3 | ||
* Thu Jan 16 2025 Rachel Menge <[email protected]> - 6.6.64.2-3 | ||
- Bump release to match kernel | ||
|
||
* Fri Jan 10 2025 Rachel Menge <[email protected]> - 6.6.64.2-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
Summary: Signed Unified Kernel Image for %{buildarch} systems | ||
Name: kernel-uki-signed-%{buildarch} | ||
Version: 6.6.64.2 | ||
Release: 4%{?dist} | ||
Release: 5%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -68,10 +68,13 @@ popd | |
/boot/efi/EFI/Linux/vmlinuz-uki-%{kernelver}.efi | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 6.6.64.2-5 | ||
- Bump release to match kernel | ||
|
||
* Sat Jan 18 2025 Rachel Menge <[email protected]> - 6.6.64.2-4 | ||
- Bump release to match kernel | ||
|
||
* Thu Jan 15 2025 Rachel Menge <[email protected]> - 6.6.64.2-3 | ||
* Thu Jan 16 2025 Rachel Menge <[email protected]> - 6.6.64.2-3 | ||
- Bump release to match kernel | ||
|
||
* Fri Jan 10 2025 Rachel Menge <[email protected]> - 6.6.64.2-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
Summary: KNEM: High-Performance Intra-Node MPI Communication | ||
Name: %{_name}-modules | ||
Version: 1.1.4.90mlnx3 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Provides: knem-mlnx = %{version}-%{release} | ||
Obsoletes: knem-mlnx < %{version}-%{release} | ||
License: BSD and GPLv2 | ||
|
@@ -93,6 +93,9 @@ fi | |
/lib/modules/ | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 1.1.4.90mlnx3-2 | ||
- Bump release to match kernel | ||
|
||
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 1.1.4.90mlnx3-1 | ||
- Creating signed spec | ||
- Initial Azure Linux import from NVIDIA (license: GPLv2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Name: mft_kernel | ||
Summary: %{name} Kernel Module for the %{KVERSION} kernel | ||
Version: 4.30.0 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: Dual BSD/GPLv2 | ||
Group: System Environment/Kernel | ||
|
||
|
@@ -65,6 +65,9 @@ rm -rf %{buildroot} | |
/lib/modules/%{KVERSION}/updates/ | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 4.30.0-2 | ||
- Bump release to match kernel | ||
|
||
* Tue Dec 16 2024 Binu Jose Philip <[email protected]> - 4.30.0-1 | ||
- Creating signed spec | ||
- Initial Azure Linux import from NVIDIA (license: GPLv2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
Summary: %{_name} Driver | ||
Name: %{_name} | ||
Version: 24.10 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -99,6 +99,9 @@ fi | |
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{name}-*.conf | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2 | ||
- Bump release to match kernel | ||
|
||
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 24.10-1 | ||
- Creating signed spec | ||
- Initial Azure Linux import from NVIDIA (license: GPLv2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
Summary: Infiniband HCA Driver | ||
Name: %{_name}-modules | ||
Version: 24.10 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com/ | ||
Group: System Environment/Base | ||
|
@@ -171,6 +171,9 @@ fi | |
%license %{_datadir}/licenses/%{name}/copyright | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2 | ||
- Bump release to match kernel | ||
|
||
* Sat Jan 18 2025 Binu Jose Philip <[email protected]> - 24.10-1 | ||
- Creating signed spec | ||
- Initial Azure Linux import from NVIDIA (license: GPLv2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
Summary: srp driver | ||
Name: srp | ||
Version: 24.10 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -86,6 +86,9 @@ rm -rf %{buildroot} | |
%license %{_datadir}/licenses/%{name}/copyright | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2 | ||
- Bump release to match kernel | ||
|
||
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 24.10-1 | ||
- Creating signed spec | ||
- Initial Azure Linux import from NVIDIA (license: GPLv2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
Summary: Cross-partition memory | ||
Name: xpmem-modules | ||
Version: 2.7.4 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 and LGPLv2.1 | ||
Group: System Environment/Libraries | ||
Vendor: Microsoft Corporation | ||
|
@@ -63,6 +63,9 @@ rm -rf %{buildroot} | |
|
||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 2.7.4-2 | ||
- Bump release to match kernel | ||
|
||
* Sat Jan 18 2024 Binu Jose Philip <[email protected]> - 2.7.4-1 | ||
- Creating signed spec | ||
- Initial Azure Linux import from NVIDIA (license: GPLv2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ | |
Summary: %{_name} Driver | ||
Name: fwctl | ||
Version: 24.10 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 | ||
Url: http://nvidia.com | ||
Group: System Environment/Base | ||
|
@@ -250,6 +250,9 @@ fi # 1 : closed | |
%endif | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2 | ||
- Bump release to match kernel | ||
|
||
* Tue Dec 17 2024 Binu Jose Philip <[email protected]> - 24.10-1 | ||
- Initial Azure Linux import from NVIDIA (license: GPLv2) | ||
- License verified | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ | |
Summary: %{_name} Driver | ||
Name: iser | ||
Version: 24.10 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -247,6 +247,9 @@ fi # 1 : closed | |
%endif | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2 | ||
- Bump release to match kernel | ||
|
||
* Tue Dec 17 2024 Binu Jose Philip <[email protected]> - 24.10-1 | ||
- Initial Azure Linux import from NVIDIA (license: GPLv2) | ||
- License verified | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ | |
Summary: %{_name} Driver | ||
Name: isert | ||
Version: 24.10 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2 | ||
Url: http://www.mellanox.com | ||
Group: System Environment/Base | ||
|
@@ -247,6 +247,9 @@ fi # 1 : closed | |
%endif | ||
|
||
%changelog | ||
* Thu Jan 30 2025 Rachel Menge <[email protected]> - 24.10-2 | ||
- Bump release to match kernel | ||
|
||
* Tue Dec 17 2024 Binu Jose Philip <[email protected]> - 24.10-1 | ||
- Initial Azure Linux import from NVIDIA (license: GPLv2) | ||
- License verified | ||
|
Oops, something went wrong.