[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for debugobjects: stop accessing objects after releasing spinlock (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 26 00:15:56 UTC 2023
== Series Details ==
Series: debugobjects: stop accessing objects after releasing spinlock (rev3)
URL : https://patchwork.freedesktop.org/series/124185/
State : warning
== Summary ==
Error: dim checkpatch failed
bdb4ac71599d 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
More information about the Intel-gfx
mailing list