11%global security_hardening none
22%global sha512hmac bash %{_sourcedir }/sha512hmac-openssl.sh
3- %global rt_version rt50
3+ %global rt_version rt53
44%define uname_r %{version }-%{rt_version }-%{release }
55%define mariner_version 3
66%define version_upstream %(echo %{version } | rev | cut -d'.' -f2- | rev)
2323
2424Summary: Realtime Linux Kernel
2525Name: kernel-rt
26- Version: 6.6.77 .1
26+ Version: 6.6.85 .1
2727Release: 1%{?dist }
2828License: GPLv2
2929Vendor: Microsoft Corporation
@@ -37,10 +37,11 @@ Source3: cbl-mariner-ca-20211013.pem
3737Source4: cpupower
3838Source5: cpupower.service
3939
40+ Patch0: reapply-serial-8250-adjust-fifo-mode-timeout.patch
4041# When updating, make sure to grab the matching patch from
4142# https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/
4243# Also, remember to bump the global rt_version macro above ^
43- Patch0 : patch-%{version_upstream }-%{rt_version }.patch
44+ Patch1 : patch-%{version_upstream }-%{rt_version }.patch
4445
4546BuildRequires: audit-devel
4647BuildRequires: bash
@@ -161,6 +162,7 @@ manipulation of eBPF programs and maps.
161162%prep
162163%setup -q -n CBL-Mariner-Linux-Kernel-rolling-lts-mariner-%{mariner_version }-%{version }
163164%patch 0 -p1
165+ %patch 1 -p1
164166
165167make mrproper
166168
@@ -414,6 +416,10 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
414416%{_sysconfdir }/bash_completion.d/bpftool
415417
416418%changelog
419+ * Sat May 22 2025 Harshit Gupta <guptaharshit@microsoft.com> - 6.6.85.1-1
420+ - Auto-upgrade to 6.6.85.1
421+ - Add reapply-serial-8250-adjust-fifo-mode-timeout.patch
422+
417423* Mon Feb 24 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.6.77.1-1
418424- Auto-upgrade to 6.6.77.1
419425
0 commit comments