-
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.
Merge for Mariner 2.0 June 2024 (#9361)
- Loading branch information
Showing
137 changed files
with
4,927 additions
and
2,526 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,98 +1,2 @@ | ||
# By default all files require a review by at lest one member of the CBL-Mariner developers team. | ||
* @microsoft/cbl-mariner-devs | ||
|
||
# Modification to this file require admin approval. | ||
/.github/CODEOWNERS @microsoft/cbl-mariner-admins | ||
|
||
# Modifications to the build pipelines require admin approval. | ||
/.pipelines/* @microsoft/cbl-mariner-admins | ||
|
||
# Modifications to the CredScan exceptions require admin approval. | ||
/.config/CredScanSuppressions.json @microsoft/cbl-mariner-admins | ||
|
||
# Modification to what is considered "core packages" require admin approval. | ||
/SPECS/core-packages/* @microsoft/cbl-mariner-admins | ||
|
||
# Modification to specific packages go to specific teams | ||
/SPECS/installkernel/* @microsoft/cbl-mariner-kernel | ||
/SPECS/kernel/* @microsoft/cbl-mariner-kernel | ||
/SPECS/kernel-azure/* @microsoft/cbl-mariner-kernel | ||
/SPECS/kernel-hci/* @microsoft/cbl-mariner-kernel | ||
/SPECS/kernel-headers/* @microsoft/cbl-mariner-kernel | ||
/SPECS/kernel-mshv/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS/kernel-uvm/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS-SIGNED/kernel-signed/* @microsoft/cbl-mariner-kernel | ||
/SPECS-SIGNED/kernel-hci-signed/* @microsoft/cbl-mariner-kernel | ||
/SPECS-SIGNED/kernel-azure-signed/* @microsoft/cbl-mariner-kernel | ||
/SPECS-SIGNED/kernel-mstflint-signed/* @microsoft/cbl-mariner-kernel | ||
/SPECS-SIGNED/kernel-mshv-signed/* @microsoft/cbl-mariner-kata-containers | ||
|
||
/SPECS/grub2/* @microsoft/cbl-mariner-bootloader | ||
/SPECS/grubby/* @microsoft/cbl-mariner-bootloader | ||
/SPECS/shim/* @microsoft/cbl-mariner-bootloader | ||
/SPECS/shim-unsigned/* @microsoft/cbl-mariner-bootloader | ||
/SPECS/shim-unsigned-x64/* @microsoft/cbl-mariner-bootloader | ||
/SPECS/shim-unsigned-aarch64/* @microsoft/cbl-mariner-bootloader | ||
/SPECS-SIGNED/grub2-efi-binary-signed/* @microsoft/cbl-mariner-bootloader | ||
|
||
/SPECS/dracut/* @microsoft/cbl-mariner-dracut | ||
/SPECS/initramfs/* @microsoft/cbl-mariner-dracut | ||
/SPECS/verity-read-only-root/* @microsoft/cbl-mariner-dracut | ||
|
||
/SPECS/systemd/* @microsoft/cbl-mariner-systemd | ||
|
||
/SPECS/bcc/* @microsoft/cbl-mariner-debug-tools | ||
/SPECS/bpftrace/* @microsoft/cbl-mariner-debug-tools | ||
/SPECS/crash/* @microsoft/cbl-mariner-debug-tools | ||
/SPECS/gdb/* @microsoft/cbl-mariner-debug-tools | ||
/SPECS/kexec-tools/* @microsoft/cbl-mariner-debug-tools | ||
|
||
/SPECS/openssl/* @microsoft/cbl-mariner-openssl | ||
/SPECS/SymCrypt-OpenSSL/* @microsoft/cbl-mariner-openssl | ||
/SPECS/SymCrypt/* @microsoft/cbl-mariner-openssl | ||
/SPECS/KeysInUse-OpenSSL/* @microsoft/cbl-mariner-openssl | ||
|
||
/SPECS/dnf/* @microsoft/cbl-mariner-package-managers | ||
/SPECS/dnf-plugins-core/* @microsoft/cbl-mariner-package-managers | ||
/SPECS/rpm/* @microsoft/cbl-mariner-package-managers | ||
/SPECS/tdnf/* @microsoft/cbl-mariner-package-managers | ||
|
||
/SPECS/moby-buildx/* @microsoft/cbl-mariner-container-runtime | ||
/SPECS/moby-cli/* @microsoft/cbl-mariner-container-runtime | ||
/SPECS/moby-containerd/* @microsoft/cbl-mariner-container-runtime | ||
/SPECS/moby-containerd-cc/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS/moby-engine/* @microsoft/cbl-mariner-container-runtime | ||
/SPECS/moby-runc/* @microsoft/cbl-mariner-container-runtime | ||
/SPECS/kata-containers/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS/kata-containers-cc/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS/virtiofsd/* @microsoft/cbl-mariner-kata-containers | ||
|
||
/SPECS/cloud-hypervisor/* @microsoft/cbl-mariner-virtualization | ||
/SPECS/hvloader/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS-SIGNED/hvloader-signed/* @microsoft/cbl-mariner-kata-containers | ||
|
||
/SPECS/cloud-init/* @microsoft/cbl-mariner-provisioning | ||
/SPECS/walinuxagent/* @microsoft/cbl-mariner-provisioning | ||
|
||
# Modifications to the toolkit requires reviews from the toolkit team | ||
/toolkit/ @microsoft/cbl-mariner-tooling | ||
|
||
# Docs to be reviewed by general CBL-Mariner devs | ||
/toolkit/docs/ @microsoft/cbl-mariner-devs | ||
|
||
# Default image configurations to be reviewed by general CBL-Mariner devs | ||
/toolkit/imageconfigs/ @microsoft/cbl-mariner-devs | ||
|
||
# Package and toolchain manifests to be reviewed by general CBL-Mariner devs | ||
/toolkit/resources/manifests/package/pkggen_core_aarch64.txt @microsoft/cbl-mariner-devs | ||
/toolkit/resources/manifests/package/pkggen_core_x86_64.txt @microsoft/cbl-mariner-devs | ||
/toolkit/resources/manifests/package/toolchain_aarch64.txt @microsoft/cbl-mariner-devs | ||
/toolkit/resources/manifests/package/toolchain_x86_64.txt @microsoft/cbl-mariner-devs | ||
|
||
# Modifications to the raw toolchain require admin approval. | ||
/toolkit/scripts/toolchain/container/* @microsoft/cbl-mariner-admins | ||
/toolkit/scripts/toolchain/cgmanifest.json @microsoft/cbl-mariner-admins | ||
/toolkit/scripts/toolchain/create_toolchain_in_container.sh @microsoft/cbl-mariner-admins | ||
|
||
# Modifications to the trusted CA certificates require admin approval. | ||
/SPECS/*ca-certificates*/* @microsoft/cbl-mariner-admins | ||
# For stable release branches, ensure stable release maintainers are added as code reviewers | ||
* @microsoft/cbl-mariner-stable-maintainers |
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 HvLoader.efi for %{buildarch} systems | ||
Name: hvloader-signed-%{buildarch} | ||
Version: 1.0.1 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -69,6 +69,9 @@ popd | |
/boot/efi/HvLoader.efi | ||
|
||
%changelog | ||
* Fri May 31 2024 Archana Choudhary <[email protected]> - 1.0.1-3.cm2 | ||
- Update version for consistency with hvloader spec | ||
|
||
* Fri May 10 2024 Archana Choudhary <[email protected]> - 1.0.1-2 | ||
- Update version for consistency with hvloader spec | ||
|
||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Signed Linux Kernel for Azure | ||
Name: kernel-azure-signed-%{buildarch} | ||
Version: 5.15.158.1 | ||
Version: 5.15.158.2 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
|
@@ -153,6 +153,12 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Fri Jun 07 2024 Rachel Menge <[email protected]> - 5.15.158.2-1 | ||
- Revert to 5.15.158.2 | ||
|
||
* Wed May 22 2024 CBL-Mariner Servicing Account <[email protected]> - 5.15.159.1-1 | ||
- Auto-upgrade to 5.15.159.1 | ||
|
||
* Fri May 10 2024 CBL-Mariner Servicing Account <[email protected]> - 5.15.158.1-1 | ||
- Auto-upgrade to 5.15.158.1 | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Signed Linux Kernel for HCI | ||
Name: kernel-hci-signed-%{buildarch} | ||
Version: 5.15.158.1 | ||
Version: 5.15.158.2 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
|
@@ -149,6 +149,12 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Fri Jun 07 2024 Rachel Menge <[email protected]> - 5.15.158.2-1 | ||
- Revert to 5.15.158.2 | ||
|
||
* Wed May 22 2024 CBL-Mariner Servicing Account <[email protected]> - 5.15.159.1-1 | ||
- Auto-upgrade to 5.15.159.1 | ||
|
||
* Fri May 10 2024 CBL-Mariner Servicing Account <[email protected]> - 5.15.158.1-1 | ||
- Auto-upgrade to 5.15.158.1 | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Signed Linux Kernel for MOS systems | ||
Name: kernel-mos-signed-%{buildarch} | ||
Version: 5.15.158.1 | ||
Version: 5.15.158.2 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
|
@@ -150,6 +150,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Fri Jun 07 2024 Gary Swalling <[email protected]> - 5.15.158.2-1 | ||
- Update to 5.15.158.2 | ||
|
||
* Wed May 08 2024 Gary Swalling <[email protected]> - 5.15.158.1-1 | ||
- Update to 5.15.158.1 | ||
|
||
|
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,8 +6,8 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Signed MSHV-enabled Linux Kernel for %{buildarch} systems | ||
Name: kernel-mshv-signed-%{buildarch} | ||
Version: 5.15.126.mshv9 | ||
Release: 3%{?dist} | ||
Version: 5.15.157.mshv1 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -149,6 +149,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner-mshv.cfg | |
%exclude /lib/modules/%{uname_r}/build | ||
|
||
%changelog | ||
* Tue May 14 2024 CBL-Mariner Servicing Account <[email protected]> - 5.15.157.mshv1-1 | ||
- Auto-upgrade to 5.15.157.mshv1 | ||
|
||
* Mon Apr 01 2024 Cameron Baird <[email protected]> - 5.15.126.mshv9-3 | ||
- BuildRequires: grub2-rpm-macros to expand mkconfig configuration requirement | ||
|
||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Signed Linux Kernel for %{buildarch} systems | ||
Name: kernel-signed-%{buildarch} | ||
Version: 5.15.158.1 | ||
Version: 5.15.158.2 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
|
@@ -153,6 +153,12 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Fri Jun 07 2024 Rachel Menge <[email protected]> - 5.15.158.2-1 | ||
- Revert to 5.15.158.2 | ||
|
||
* Wed May 22 2024 CBL-Mariner Servicing Account <[email protected]> - 5.15.159.1-1 | ||
- Auto-upgrade to 5.15.159.1 | ||
|
||
* Fri May 10 2024 CBL-Mariner Servicing Account <[email protected]> - 5.15.158.1-1 | ||
- Auto-upgrade to 5.15.158.1 | ||
|
||
|
Oops, something went wrong.