Skip to content

Commit

Permalink
Add ipmitool support to kernel-64k (#12154)
Browse files Browse the repository at this point in the history
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
rlmenge and Ballasi authored Jan 31, 2025
1 parent 5a51e46 commit 03217d7
Show file tree
Hide file tree
Showing 31 changed files with 138 additions and 49 deletions.
5 changes: 4 additions & 1 deletion SPECS-SIGNED/fwctl-signed/fwctl-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion SPECS-SIGNED/iser-signed/iser-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion SPECS-SIGNED/isert-signed/isert-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 6 additions & 3 deletions SPECS-SIGNED/kernel-64k-signed/kernel-64k-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions SPECS-SIGNED/kernel-signed/kernel-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions SPECS-SIGNED/kernel-uki-signed/kernel-uki-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion SPECS-SIGNED/knem-modules-signed/knem-modules-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion SPECS-SIGNED/mft_kernel-signed/mft_kernel-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion SPECS-SIGNED/mlnx-nfsrdma-signed/mlnx-nfsrdma-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion SPECS-SIGNED/srp-signed/srp-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion SPECS-SIGNED/xpmem-modules-signed/xpmem-modules-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion SPECS/fwctl/fwctl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion SPECS/iser/iser.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion SPECS/isert/isert.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 03217d7

Please sign in to comment.