== Series Details ==

Series: ref_tracker: add ability to register a debugfs file for a 
ref_tracker_dir
URL   : https://patchwork.freedesktop.org/series/148490/
State : warning

== Summary ==

Error: dim checkpatch failed
0218fb910229 ref_tracker: don't use %pK in pr_ostream() output
-:14: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line 
(possible unwrapped commit description?)
#14: 
[1]: 
https://lore.kernel.org/netdev/[email protected]/

total: 0 errors, 1 warnings, 0 checks, 23 lines checked
8eb7b5f2a96c ref_tracker: add a top level debugfs directory for ref_tracker
6ce460ee7fbf ref_tracker: have callers pass output function to pr_ostream()
-:27: WARNING:SPACING: space prohibited between function name and open 
parenthesis '('
#27: FILE: lib/ref_tracker.c:70:
+       void __ostream_printf (*func)(struct ostream *stream, char *fmt, ...);

total: 0 errors, 1 warnings, 0 checks, 96 lines checked
f265890c384d ref_tracker: allow pr_ostream() to print directly to a seq_file
d7ce6ab491a1 ref_tracker: add a static classname string to each ref_tracker_dir
acd83220e5c3 ref_tracker: automatically register a file in debugfs for a 
ref_tracker_dir
-:145: WARNING:VSPRINTF_SPECIFIER_PX: Using vsprintf specifier '%px' 
potentially exposes the kernel memory layout, if you don't really need the 
address please consider using '%p'.
#145: FILE: lib/ref_tracker.c:381:
+       ret = snprintf(name, sizeof(name), "%s@%px", dir->class, dir);

total: 0 errors, 1 warnings, 0 checks, 135 lines checked
cb4c341382ef ref_tracker: add a way to create a symlink to the ref_tracker_dir 
debugfs file
033734d8d7d0 net: add symlinks to ref_tracker_dir for netns
23893d4cb774 i915: add ref_tracker_dir symlinks for each tracker
e9bcd0710b19 ref_tracker: eliminate the ref_tracker_dir name field


Reply via email to