From b306a14ab81a53f568663c93f8d4cc22996f35fa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Apr 2024 18:58:19 +0200 Subject: Merging debian version 6.1.82-1. Signed-off-by: Daniel Baumann --- ...-debugobjects-locking-Annotate-debug_object_fill_pool.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/patches-rt/0056-debugobjects-locking-Annotate-debug_object_fill_pool.patch') diff --git a/debian/patches-rt/0056-debugobjects-locking-Annotate-debug_object_fill_pool.patch b/debian/patches-rt/0056-debugobjects-locking-Annotate-debug_object_fill_pool.patch index 9528f771b..b0a54a674 100644 --- a/debian/patches-rt/0056-debugobjects-locking-Annotate-debug_object_fill_pool.patch +++ b/debian/patches-rt/0056-debugobjects-locking-Annotate-debug_object_fill_pool.patch @@ -1,9 +1,9 @@ -From c082e5d28e56252dca01b53c553bba5cd152fec1 Mon Sep 17 00:00:00 2001 +From 201921fdf63bbb21faa9b9d890231ab87be5840a Mon Sep 17 00:00:00 2001 From: Peter Zijlstra Date: Tue, 25 Apr 2023 17:03:13 +0200 -Subject: [PATCH 56/62] debugobjects,locking: Annotate debug_object_fill_pool() +Subject: [PATCH 56/64] debugobjects,locking: Annotate debug_object_fill_pool() wait type violation -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz There is an explicit wait-type violation in debug_object_fill_pool() for PREEMPT_RT=n kernels which allows them to more easily fill the @@ -145,7 +145,7 @@ index 3b38303ed27b..a046e03c7ead 100644 } diff --git a/lib/debugobjects.c b/lib/debugobjects.c -index dacb80c22c4f..3c9e00e207dc 100644 +index 5dfa582dbadd..d42f2839a222 100644 --- a/lib/debugobjects.c +++ b/lib/debugobjects.c @@ -600,10 +600,21 @@ static void debug_objects_fill_pool(void) @@ -173,5 +173,5 @@ index dacb80c22c4f..3c9e00e207dc 100644 static void -- -2.43.0 +2.44.0 -- cgit v1.2.3