diff options
author | Pavel Tikhomirov <[email protected]> | 2021-02-03 15:41:56 +0300 |
---|---|---|
committer | Jeff Layton <[email protected]> | 2021-02-08 07:36:13 -0500 |
commit | cc4a3f885e8f2bc3c86a265972e94fef32d68f67 (patch) | |
tree | cb08cd7f4c9304655bf1385dd150c6a45f9e1384 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 92bf22614b21a2706f4993b278017e437f7785b3 (diff) |
fcntl: make F_GETOWN(EX) return 0 on dead owner task
Currently there is no way to differentiate the file with alive owner
from the file with dead owner but pid of the owner reused. That's why
CRIU can't actually know if it needs to restore file owner or not,
because if it restores owner but actual owner was dead, this can
introduce unexpected signals to the "false"-owner (which reused the
pid).
Let's change the api, so that F_GETOWN(EX) returns 0 in case actual
owner is dead already. This comports with the POSIX spec, which
states that a PID of 0 indicates that no signal will be sent.
Cc: Jeff Layton <[email protected]>
Cc: "J. Bruce Fields" <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Cyrill Gorcunov <[email protected]>
Cc: Andrei Vagin <[email protected]>
Signed-off-by: Pavel Tikhomirov <[email protected]>
Signed-off-by: Jeff Layton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions