summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0083-lockdep-selftests-Add-rtmutex-to-the-last-column.patch
blob: cfccff010640d5c9d946b73296a21ae01766ab29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 3387320ea84975ad97afe94232137ef0e46bb9e0 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 12 Aug 2021 16:16:54 +0200
Subject: [PATCH 083/158] lockdep/selftests: Add rtmutex to the last column
Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.15/older/patches-5.15.10-rt24.tar.xz

The last column contains the results for the rtmutex tests.
Add it.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 lib/locking-selftest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/locking-selftest.c b/lib/locking-selftest.c
index d5a4fea039b6..d4ced8b144c8 100644
--- a/lib/locking-selftest.c
+++ b/lib/locking-selftest.c
@@ -2812,7 +2812,7 @@ void locking_selftest(void)
 	printk("------------------------\n");
 	printk("| Locking API testsuite:\n");
 	printk("----------------------------------------------------------------------------\n");
-	printk("                                 | spin |wlock |rlock |mutex | wsem | rsem |\n");
+	printk("                                 | spin |wlock |rlock |mutex | wsem | rsem |rtmutex\n");
 	printk("  --------------------------------------------------------------------------\n");
 
 	init_shared_classes();
-- 
2.33.1