-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: enable CONFIG_CRYPTO_DH in aarch64 (#11409)
Add the dh kernel module (CONFIG_CRYPTO_DH) to the aarch64 kernel configuration. This is required for fips images, and is already present in the amd64 config, and has never been present in arm64.
- Loading branch information
1 parent
be5bb3f
commit db2fd14
Showing
15 changed files
with
40 additions
and
16 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Summary: Signed Linux Kernel for %{buildarch} systems | ||
Name: kernel-64k-signed-%{buildarch} | ||
Version: 6.6.57.1 | ||
Release: 7%{?dist} | ||
Release: 8%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -105,6 +105,9 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
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.57.1 | ||
Release: 7%{?dist} | ||
Release: 8%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -145,6 +145,9 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
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.57.1 | ||
Release: 7%{?dist} | ||
Release: 8%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -68,6 +68,9 @@ popd | |
/boot/efi/EFI/Linux/vmlinuz-uki-%{kernelver}.efi | ||
|
||
%changelog | ||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
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
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
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
Summary: Linux Kernel | ||
Name: kernel-64k | ||
Version: 6.6.57.1 | ||
Release: 7%{?dist} | ||
Release: 8%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -370,6 +370,10 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%{_sysconfdir}/bash_completion.d/bpftool | ||
|
||
%changelog | ||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Enable dh kernel module (CONFIG_CRYPTO_DH) in aarch64 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
Summary: Linux API header files | ||
Name: kernel-headers | ||
Version: 6.6.57.1 | ||
Release: 7%{?dist} | ||
Release: 8%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -75,6 +75,9 @@ done | |
%endif | ||
|
||
%changelog | ||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
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
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
Summary: Unified Kernel Image | ||
Name: kernel-uki | ||
Version: 6.6.57.1 | ||
Release: 7%{?dist} | ||
Release: 8%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -70,6 +70,9 @@ cp %{buildroot}/boot/vmlinuz-uki-%{kernelver}.efi %{buildroot}/boot/efi/EFI/Linu | |
/boot/efi/EFI/Linux/vmlinuz-uki-%{kernelver}.efi | ||
|
||
%changelog | ||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
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
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
Summary: Linux Kernel | ||
Name: kernel | ||
Version: 6.6.57.1 | ||
Release: 7%{?dist} | ||
Release: 8%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -424,6 +424,9 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%{_sysconfdir}/bash_completion.d/bpftool | ||
|
||
%changelog | ||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Enable dh kernel module (CONFIG_CRYPTO_DH) in aarch64 | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Enable CONFIG_INTEL_TDX_GUEST and CONFIG_TDX_GUEST_DRIVER | ||
|
||
|
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
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
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
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