-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kernel-rt upgrade to 6.6.65.1 version
- Loading branch information
1 parent
5a51e46
commit dc06784
Showing
5 changed files
with
1,586 additions
and
757 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
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,10 +1,10 @@ | ||
{ | ||
"Signatures": { | ||
"cbl-mariner-ca-20211013.pem": "5ef124b0924cb1047c111a0ecff1ae11e6ad7cac8d1d9b40f98f99334121f0b0", | ||
"config": "2c67ae488fa1e01db4230f09fdd7f1d898ed17def7cff53da275a79e80b68548", | ||
"config": "43963dcd73f4136fd19d7a8a9a7f51d73868744127a7871e96f57e9e3bd9152c", | ||
"cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985", | ||
"cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98", | ||
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f", | ||
"kernel-6.6.44.1.tar.gz": "664f0c0f3c898001f624b1a028d96551fa515ab06d52e101c5f893a9dd5e395b" | ||
"kernel-6.6.65.1.tar.gz": "fcc02a412e45f98e899b7497d0bf0fd5153873f1b4cbb920e43975bf2b2b7fb5" | ||
} | ||
} |
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,6 +1,6 @@ | ||
%global security_hardening none | ||
%global sha512hmac bash %{_sourcedir}/sha512hmac-openssl.sh | ||
%global rt_version rt39 | ||
%global rt_version rt47 | ||
%define uname_r %{version}-%{rt_version}-%{release} | ||
%define mariner_version 3 | ||
%define version_upstream %(echo %{version} | rev | cut -d'.' -f2- | rev) | ||
|
@@ -23,7 +23,7 @@ | |
|
||
Summary: Realtime Linux Kernel | ||
Name: kernel-rt | ||
Version: 6.6.44.1 | ||
Version: 6.6.65.1 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
|
@@ -414,6 +414,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%{_sysconfdir}/bash_completion.d/bpftool | ||
|
||
%changelog | ||
* Thu Jan 30 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.65.1-1 | ||
- Auto-upgrade to 6.6.65.1 | ||
|
||
* Wed Aug 14 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.44.1-1 | ||
- Auto-upgrade to 6.6.44.1 | ||
|
||
|
Oops, something went wrong.