Commit d972443
ipc-sem-simplify-wait-wake-loop-checkpatch-fixes
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]>1 parent 8a11171 commit d972443
1 file changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1994 | 1994 | | |
1995 | 1995 | | |
1996 | 1996 | | |
1997 | | - | |
1998 | | - | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
1999 | 2000 | | |
2000 | 2001 | | |
2001 | | - | |
2002 | | - | |
2003 | | - | |
2004 | | - | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
2005 | 2006 | | |
2006 | 2007 | | |
2007 | 2008 | | |
2008 | 2009 | | |
2009 | | - | |
2010 | | - | |
2011 | | - | |
2012 | | - | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
2013 | 2014 | | |
2014 | 2015 | | |
2015 | 2016 | | |
| |||
0 commit comments