-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kernel-64k to have kexec signature verification (#11569)
Update kernel-64k to include kexec_sig verification. Bump all other relevant kernel specs
- Loading branch information
1 parent
dd652a9
commit 78a3d9b
Showing
13 changed files
with
37 additions
and
15 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: 5%{?dist} | ||
Release: 6%{?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 Dec 18 2024 Rachel Menge <[email protected]> - 6.6.57.1-6 | ||
- Bump release to match kernel-64k | ||
|
||
* Thu Nov 07 2024 Rachel Menge <[email protected]> - 6.6.57.1-5 | ||
- Original version for Azure Linux | ||
- Starting with release 5 to align with kernel release. | ||
|
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: 5%{?dist} | ||
Release: 6%{?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 Dec 18 2024 Rachel Menge <[email protected]> - 6.6.57.1-6 | ||
- Bump release to match kernel-64k | ||
|
||
* Mon Nov 25 2024 Chris Co <[email protected]> - 6.6.57.1-5 | ||
- 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: 5%{?dist} | ||
Release: 6%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -68,6 +68,9 @@ popd | |
/boot/efi/EFI/Linux/vmlinuz-uki-%{kernelver}.efi | ||
|
||
%changelog | ||
* Wed Dec 18 2024 Rachel Menge <[email protected]> - 6.6.57.1-6 | ||
- Bump release to match kernel-64k | ||
|
||
* Mon Nov 25 2024 Chris Co <[email protected]> - 6.6.57.1-5 | ||
- 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: 5%{?dist} | ||
Release: 6%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -370,6 +370,9 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%{_sysconfdir}/bash_completion.d/bpftool | ||
|
||
%changelog | ||
* Wed Dec 18 2024 Rachel Menge <[email protected]> - 6.6.57.1-6 | ||
- Enable kexec signature verification | ||
|
||
* Thu Nov 07 2024 Rachel Menge <[email protected]> - 6.6.57.1-5 | ||
- Initial CBL-Mariner import from Photon (license: Apache2). | ||
- Starting with release 5 to align with kernel release. | ||
|
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: 5%{?dist} | ||
Release: 6%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -75,6 +75,9 @@ done | |
%endif | ||
|
||
%changelog | ||
* Wed Dec 18 2024 Rachel Menge <[email protected]> - 6.6.57.1-6 | ||
- Bump release to match kernel-64k | ||
|
||
* Mon Nov 25 2024 Chris Co <[email protected]> - 6.6.57.1-5 | ||
- 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
Summary: Unified Kernel Image | ||
Name: kernel-uki | ||
Version: 6.6.57.1 | ||
Release: 5%{?dist} | ||
Release: 6%{?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 Dec 18 2024 Rachel Menge <[email protected]> - 6.6.57.1-6 | ||
- Bump release to match kernel-64k | ||
|
||
* Mon Nov 25 2024 Chris Co <[email protected]> - 6.6.57.1-5 | ||
- 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 |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
Summary: Linux Kernel | ||
Name: kernel | ||
Version: 6.6.57.1 | ||
Release: 5%{?dist} | ||
Release: 6%{?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 Dec 18 2024 Rachel Menge <[email protected]> - 6.6.57.1-6 | ||
- Bump release to match kernel-64k | ||
|
||
* Mon Nov 25 2024 Chris Co <[email protected]> - 6.6.57.1-5 | ||
- Enable ICE ethernet 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