diff options
author | Jiri Slaby (SUSE) <jirislaby@kernel.org> | 2024-10-07 08:54:57 +0200 |
---|---|---|
committer | Boqun Feng <boqun.feng@gmail.com> | 2024-10-17 21:21:16 -0700 |
commit | e48bf7ca6056297664eb260fa88cae8e50d9b698 (patch) | |
tree | e6fc1f25e820b4e501b5bcc4dc76536adff9d206 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5eadeb7b3bc206e2ac9494e9499e7c1f1e44eab7 (diff) |
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
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions