Files
rockchip-kernel/ipc
Manfred Spraul 83aeb6e344 ipc/sem.c: synchronize the proc interface
commit d8c633766a upstream.

The proc interface is not aware of sem_lock(), it instead calls
ipc_lock_object() directly.  This means that simple semop() operations
can run in parallel with the proc interface.  Right now, this is
uncritical, because the implementation doesn't do anything that requires
a proper synchronization.

But it is dangerous and therefore should be fixed.

Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Cc: Davidlohr Bueso <davidlohr.bueso@hp.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-10-18 07:45:48 -07:00
..
2010-03-12 15:52:32 -08:00
2013-10-18 07:45:48 -07:00
2013-10-18 07:45:48 -07:00
2013-10-18 07:45:48 -07:00
2013-10-18 07:45:48 -07:00
2013-10-18 07:45:48 -07:00