Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOPATCHER-kernel-rt] Kernel RT upgrade to version 6.6.50.1-rt42 - branch 3.0-dev #10483

Open
wants to merge 2 commits into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions SPECS-EXTENDED/kernel-rt/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 6.6.44.1 Kernel Configuration
# Linux/x86_64 6.6.50.1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -1067,6 +1067,7 @@ CONFIG_MIGRATION=y
CONFIG_DEVICE_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_CONTIG_ALLOC=y
CONFIG_PCP_BATCH_SCALE_MAX=5
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
Expand Down Expand Up @@ -2452,16 +2453,6 @@ CONFIG_DM_VERITY_FEC=y
# CONFIG_DM_LOG_WRITES is not set
# CONFIG_DM_INTEGRITY is not set
# CONFIG_DM_AUDIT is not set
CONFIG_DM_IMA_MEASURE_CACHE=y
CONFIG_DM_IMA_MEASURE_CRYPT=y
CONFIG_DM_IMA_MEASURE_INTEGRITY=y
CONFIG_DM_IMA_MEASURE_LINEAR=y
CONFIG_DM_IMA_MEASURE_MIRROR=y
CONFIG_DM_IMA_MEASURE_MULTIPATH=y
CONFIG_DM_IMA_MEASURE_RAID=y
CONFIG_DM_IMA_MEASURE_SNAPSHOT=y
CONFIG_DM_IMA_MEASURE_STRIPED=y
CONFIG_DM_IMA_MEASURE_VERITY=y
# CONFIG_TARGET_CORE is not set
CONFIG_FUSION=y
CONFIG_FUSION_SPI=y
Expand Down Expand Up @@ -4579,6 +4570,7 @@ CONFIG_DVB_SP2=m
# Graphics support
#
CONFIG_APERTURE_HELPERS=y
CONFIG_SCREEN_INFO=y
CONFIG_VIDEO_CMDLINE=y
CONFIG_VIDEO_NOMODESET=y
# CONFIG_AUXDISPLAY is not set
Expand Down Expand Up @@ -7147,6 +7139,7 @@ CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y
CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y
# CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set
# CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set
# CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT is not set
# CONFIG_SECURITY_LANDLOCK is not set
# CONFIG_SECURITY_IPE is not set
CONFIG_INTEGRITY=y
Expand Down
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/kernel-rt/kernel-rt.signatures.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Signatures": {
"cbl-mariner-ca-20211013.pem": "5ef124b0924cb1047c111a0ecff1ae11e6ad7cac8d1d9b40f98f99334121f0b0",
"config": "2c67ae488fa1e01db4230f09fdd7f1d898ed17def7cff53da275a79e80b68548",
"config": "fcba776feacaddac52b7ecd0883d661c0f7eab73b319a190f46e6ed7973a50bb",
"cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985",
"cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98",
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f",
"kernel-6.6.44.1.tar.gz": "664f0c0f3c898001f624b1a028d96551fa515ab06d52e101c5f893a9dd5e395b"
"kernel-6.6.50.1.tar.gz": "9544e9900de2d4b9dc3a351cc40ac405f6b00ca487ae51b433597618bece771a"
}
}
7 changes: 5 additions & 2 deletions SPECS-EXTENDED/kernel-rt/kernel-rt.spec
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 rt42
%define uname_r %{version}-%{rt_version}-%{release}
%define mariner_version 3
%define version_upstream %(echo %{version} | rev | cut -d'.' -f2- | rev)
Expand All @@ -23,7 +23,7 @@

Summary: Realtime Linux Kernel
Name: kernel-rt
Version: 6.6.44.1
Version: 6.6.50.1
Release: 1%{?dist}
License: GPLv2
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -414,6 +414,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
%{_sysconfdir}/bash_completion.d/bpftool

%changelog
* Wed Sep 18 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.50.1-1
- Auto-upgrade to 6.6.50.1

* Wed Aug 14 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.44.1-1
- Auto-upgrade to 6.6.44.1

Expand Down
Loading
Loading