From 30c4ae2eedacfbb99ce91d04f6232e7c26e498dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 8 May 2024 19:45:38 +0200 Subject: Merging debian version 5.10.216-1. Signed-off-by: Daniel Baumann --- .../0316-rt-arm64-make-_TIF_WORK_MASK-bits-contiguous.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/patches-rt/0316-rt-arm64-make-_TIF_WORK_MASK-bits-contiguous.patch') diff --git a/debian/patches-rt/0316-rt-arm64-make-_TIF_WORK_MASK-bits-contiguous.patch b/debian/patches-rt/0316-rt-arm64-make-_TIF_WORK_MASK-bits-contiguous.patch index 38664d0ff..2ae3f4c91 100644 --- a/debian/patches-rt/0316-rt-arm64-make-_TIF_WORK_MASK-bits-contiguous.patch +++ b/debian/patches-rt/0316-rt-arm64-make-_TIF_WORK_MASK-bits-contiguous.patch @@ -1,8 +1,8 @@ -From 599ec4565144185541405febb71e81cf36cad908 Mon Sep 17 00:00:00 2001 +From 3741b49b04d3f06ee4d50d36c4f659a414189844 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 20 Jan 2023 19:23:03 +0100 Subject: [PATCH 316/323] rt: arm64: make _TIF_WORK_MASK bits contiguous -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz As same as in commit 870d16757ba8 ("arm64: make _TIF_WORK_MASK bits contiguous") in mainline, we need to make the bits of _TIF_WORK_MASK to @@ -30,7 +30,7 @@ Signed-off-by: Luis Claudio R. Goncalves 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm64/include/asm/thread_info.h b/arch/arm64/include/asm/thread_info.h -index 6eb36a2126e8..2afd9ceb66c9 100644 +index 6eb36a2126e84..2afd9ceb66c96 100644 --- a/arch/arm64/include/asm/thread_info.h +++ b/arch/arm64/include/asm/thread_info.h @@ -70,12 +70,12 @@ void arch_release_task_struct(struct task_struct *tsk); @@ -53,5 +53,5 @@ index 6eb36a2126e8..2afd9ceb66c9 100644 #define TIF_FREEZE 19 #define TIF_RESTORE_SIGMASK 20 -- -2.43.0 +2.44.0 -- cgit v1.2.3