✗ Fi.CI.CHECKPATCH: warning for ref_tracker: add ability to register a debugfs file for a ref_tracker_dir (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Wed May 28 15:01:47 UTC 2025
== Series Details ==
Series: ref_tracker: add ability to register a debugfs file for a ref_tracker_dir (rev7)
URL : https://patchwork.freedesktop.org/series/148490/
State : warning
== Summary ==
Error: dim checkpatch failed
35a19b0086ca i915: only initialize struct ref_tracker_dir once
cfda4efe86ab 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/20250414-restricted-pointers-net-v1-0-12af0ce46cdd@linutronix.de/
total: 0 errors, 1 warnings, 0 checks, 23 lines checked
5eba11b2fadd ref_tracker: add a top level debugfs directory for ref_tracker
e93eb183b8c4 ref_tracker: have callers pass output function to pr_ostream()
-:37: WARNING:SPACING: space prohibited between function name and open parenthesis '('
#37: FILE: lib/ref_tracker.c:66:
+ void __ostream_printf (*func)(struct ostream *stream, char *fmt, ...);
total: 0 errors, 1 warnings, 0 checks, 101 lines checked
d7d88d30f299 ref_tracker: add a static classname string to each ref_tracker_dir
49c0a980992c ref_tracker: allow pr_ostream() to print directly to a seq_file
b05025bd385a ref_tracker: automatically register a file in debugfs for a ref_tracker_dir
-:155: 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'.
#155: FILE: lib/ref_tracker.c:377:
+ ret = snprintf(name, sizeof(name), "%s@%px", dir->class, dir);
total: 0 errors, 1 warnings, 0 checks, 145 lines checked
33a3f303eecb ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs file
49f5602d87f0 net: add symlinks to ref_tracker_dir for netns
84d3fe16bf47 ref_tracker: eliminate the ref_tracker_dir name field
More information about the Intel-gfx
mailing list