diff options
| author | Micah Cowan <[email protected]> | 2007-07-15 23:40:08 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-16 09:05:43 -0700 |
| commit | 17973f5af741f1758ed57c5115ca394c22bee159 (patch) | |
| tree | 0fd340e46f1fbae4ab7aa8d06b26af208a3e83f4 /tools/perf/scripts/python | |
| parent | 1e3e8d91fee56e1ab598b265466dc38033f1b915 (diff) | |
Only send SIGXFSZ when exceeding rlimits.
Some users have been having problems with utilities like cp or dd dumping
core when they try to copy a file that's too large for the destination
filesystem (typically, > 4gb). Apparently, some defunct standards required
SIGXFSZ to be sent in such circumstances, but SUS only requires/allows it
for when a written file exceeds the process's resource limits. I'd like to
limit SIGXFSZs to the bare minimum required by SUS.
Patch sent per http://lkml.org/lkml/2007/4/10/302
Signed-off-by: Micah Cowan <[email protected]>
Acked-by: Alan Cox <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions