== Series Details ==

Series: debugobjects: stop accessing objects after releasing spinlock (rev4)
URL   : https://patchwork.freedesktop.org/series/124185/
State : warning

== Summary ==

Error: dim checkpatch failed
d3d4d06720a6 debugobjects: stop accessing objects after releasing spinlock
-:13: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line 
(possible unwrapped commit description?)
#13: 
2. Other thread frees debugobject, then allocates new one on the same memory

-:88: WARNING:LIKELY_MISUSE: nested (un)?likely() calls, IS_ERR already uses 
unlikely() internally
#88: FILE: lib/debugobjects.c:715:
+       } else if (likely(!IS_ERR(obj))) {

-:384: CHECK:SPACING: No space is necessary after a cast
#384: FILE: lib/debugobjects.c:992:
+                                                  (void *) oaddr, o.state);

total: 0 errors, 2 warnings, 1 checks, 350 lines checked


Reply via email to