[PATCH 0/2] ipc: Fix ctl(..IPC_STAT..) bugs

2017-11-29 Thread Philippe Mikoyan
Hi, Some applications that uses System V IPC mechanisms rely on data structures that are returned by ctl(..IPC_STAT..) system calls. However, up to now information in these structures was not reliable, due to following reasons: 1) Non-atomic data structures filling process, which, for obvious

[PATCH 0/2] ipc: Fix ctl(..IPC_STAT..) bugs

2017-11-29 Thread Philippe Mikoyan
Hi, Some applications that uses System V IPC mechanisms rely on data structures that are returned by ctl(..IPC_STAT..) system calls. However, up to now information in these structures was not reliable, due to following reasons: 1) Non-atomic data structures filling process, which, for obvious