diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:43:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:43:38 +0000 |
commit | 1ff870768c5cacf4bdc05cce822ac61837666b0f (patch) | |
tree | 94a1b1fd6d42485c062620781ed0ac16e05bf60c /debian/patches-rt/0243-arch-arm64-Add-lazy-preempt-support.patch | |
parent | Merging upstream version 4.19.269. (diff) | |
download | linux-1ff870768c5cacf4bdc05cce822ac61837666b0f.tar.xz linux-1ff870768c5cacf4bdc05cce822ac61837666b0f.zip |
Adding debian version 4.19.269-1.debian/4.19.269-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches-rt/0243-arch-arm64-Add-lazy-preempt-support.patch')
-rw-r--r-- | debian/patches-rt/0243-arch-arm64-Add-lazy-preempt-support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-rt/0243-arch-arm64-Add-lazy-preempt-support.patch b/debian/patches-rt/0243-arch-arm64-Add-lazy-preempt-support.patch index 385d63933..70a1cbc09 100644 --- a/debian/patches-rt/0243-arch-arm64-Add-lazy-preempt-support.patch +++ b/debian/patches-rt/0243-arch-arm64-Add-lazy-preempt-support.patch @@ -1,7 +1,7 @@ From: Anders Roxell <anders.roxell@linaro.org> Date: Thu, 14 May 2015 17:52:17 +0200 -Subject: [PATCH 243/342] arch/arm64: Add lazy preempt support -Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=d78ec4a3e861e9c07b84fa323cfd72f647808a23 +Subject: [PATCH 243/351] arch/arm64: Add lazy preempt support +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=6da57ed2b5ca1bfb6c77726d034721566678bbce arm64 is missing support for PREEMPT_RT. The main feature which is lacking is support for lazy preemption. The arch-specific entry code, @@ -20,7 +20,7 @@ Signed-off-by: Anders Roxell <anders.roxell@linaro.org> 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig -index a101f5d2fbed..84f53dc1a75b 100644 +index e16f0d45b47a..82a85559fa17 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -141,6 +141,7 @@ config ARM64 |