kernel-rt:update to 6.6.0-26.0.0.3 && add raspberrypi-kernel-rt.spec

This commit is contained in:
zhangyu 2024-05-20 08:51:06 +08:00
parent 9a89a52e25
commit 1ce4634023
5 changed files with 18861 additions and 229 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,33 @@
From aaf0e5b79782b0928ffd7b0feec770f1961daf4d Mon Sep 17 00:00:00 2001
From: zhangyu <zhangyu4@kylinos.cn>
Date: Wed, 15 May 2024 11:38:14 +0800
Subject: [PATCH] rt2
---
arch/arm64/configs/bcm2711_defconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/configs/bcm2711_defconfig b/arch/arm64/configs/bcm2711_defconfig
index 6ac8c83f6..140cc175d 100644
--- a/arch/arm64/configs/bcm2711_defconfig
+++ b/arch/arm64/configs/bcm2711_defconfig
@@ -8,6 +8,7 @@ CONFIG_HIGH_RES_TIMERS=y
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_PREEMPT=y
+CONFIG_PREEMPT_RT=y/
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
@@ -62,7 +63,7 @@ CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
CONFIG_CPUFREQ_DT=y
CONFIG_ARM_RASPBERRYPI_CPUFREQ=y
-CONFIG_VIRTUALIZATION=y
+#CONFIG_VIRTUALIZATION is not set
CONFIG_KVM=y
CONFIG_JUMP_LABEL=y
CONFIG_MODULES=y
--
2.41.0

View File

@ -42,8 +42,8 @@ rm -f test_openEuler_sign.ko test_openEuler_sign.ko.sig
%global upstream_sublevel 0 %global upstream_sublevel 0
%global devel_release 26 %global devel_release 26
%global maintenance_release .0.0 %global maintenance_release .0.0
%global pkg_release .2 %global pkg_release .3
%global rt_release .rt20 %global rt_release .rt30
%define with_debuginfo 1 %define with_debuginfo 1
# Do not recompute the build-id of vmlinux in find-debuginfo.sh # Do not recompute the build-id of vmlinux in find-debuginfo.sh
@ -1057,6 +1057,9 @@ fi
%endif %endif
%changelog %changelog
* Fir May 17 2024 zhangyu <zhangyu4@kylinos.cn> - 6.6.0-26.0.0.3
- update kernel-rt version to 6.6.0-26.0.0.3
* Wed May 15 2024 zhangyu <zhangyu4@kylinos.cn> - 6.6.0-26.0.0.2 * Wed May 15 2024 zhangyu <zhangyu4@kylinos.cn> - 6.6.0-26.0.0.2
- update kernel-rt version to 6.6.0-26.0.0.2 - update kernel-rt version to 6.6.0-26.0.0.2
* Mon May 10 2024 zhangyu <zhangyu4@kylinos.cn> - 6.6.0-25.0.0.1 * Mon May 10 2024 zhangyu <zhangyu4@kylinos.cn> - 6.6.0-25.0.0.1

File diff suppressed because it is too large Load Diff

2892
raspberrypi-kernel-rt.spec Normal file

File diff suppressed because it is too large Load Diff