From b195cf9ca841a17701e4a93c8430e0733483b867 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior Date: Thu, 12 Aug 2021 16:16:54 +0200 Subject: [PATCH 082/166] lockdep/selftests: Add rtmutex to the last column The last column contains the results for the rtmutex tests. Add it. Signed-off-by: Sebastian Andrzej Siewior --- lib/locking-selftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-5.15.32-rt39/lib/locking-selftest.c =================================================================== --- linux-5.15.32-rt39.orig/lib/locking-selftest.c +++ linux-5.15.32-rt39/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();