You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: line over 80 characters
torvalds#69: FILE: ipc/sem.c:1997:
+ * fastpath: the semop has completed, either successfully or not, from
WARNING: line over 80 characters
#70: FILE: ipc/sem.c:1998:
+ * the syscall pov, is quite irrelevant to us at this point; we're done.
WARNING: line over 80 characters
torvalds#73: FILE: ipc/sem.c:2001:
+ * spuriously. The queue.status is checked again in the slowpath (aka
WARNING: line over 80 characters
torvalds#74: FILE: ipc/sem.c:2002:
+ * after taking sem_lock), such that we can detect scenarios where we
WARNING: line over 80 characters
torvalds#75: FILE: ipc/sem.c:2003:
+ * were awakened externally, during the window between wake_q_add() and
WARNING: line over 80 characters
torvalds#84: FILE: ipc/sem.c:2009:
+ * User space could assume that semop() is a memory barrier:
WARNING: line over 80 characters
torvalds#85: FILE: ipc/sem.c:2010:
+ * Without the mb(), the cpu could speculatively read in user
WARNING: line over 80 characters
torvalds#86: FILE: ipc/sem.c:2011:
+ * space stale data that was overwritten by the previous owner
total: 0 errors, 8 warnings, 127 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
./patches/ipc-sem-simplify-wait-wake-loop.patch has style problems, please review.
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
Please run checkpatch prior to sending patches
Cc: Davidlohr Bueso <[email protected]>
Cc: Manfred Spraul <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
0 commit comments