]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lockdep: Use info level for lockdep initial info messages
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Mon, 7 Oct 2024 06:54:57 +0000 (08:54 +0200)
committerBoqun Feng <boqun.feng@gmail.com>
Fri, 18 Oct 2024 04:21:16 +0000 (21:21 -0700)
commite48bf7ca6056297664eb260fa88cae8e50d9b698
treee6fc1f25e820b4e501b5bcc4dc76536adff9d206
parent5eadeb7b3bc206e2ac9494e9499e7c1f1e44eab7
lockdep: Use info level for lockdep initial info messages

All those:
 Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
 ... MAX_LOCKDEP_SUBCLASSES:  8
 ... MAX_LOCK_DEPTH:          48
 ... MAX_LOCKDEP_KEYS:        8192
and so on are dumped with the KERN_WARNING level. It is due to missing
KERN_* annotation.

Use pr_info() instead of bare printk() to dump the info with the info
level.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Will Deacon <will@kernel.org>
Cc: Waiman Long <longman@redhat.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Reviewed-by: Waiman Long <longman@redhat.com>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Link: https://lore.kernel.org/r/20241007065457.20128-1-jirislaby@kernel.org
kernel/locking/lockdep.c