commit | 43b00fdbb13bfc1b2f4a8e5b65315db6d9c479a3 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Tue Feb 07 12:58:42 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Feb 07 16:12:32 2006 -0800 |
tree | 259d8a28854c007d2e0ee7ca0b0eba7e0f220a0d | |
parent | 14d9ead05ec925f299ae5cfe948c180c88ec842e [diff] |
[PATCH] uml: block SIGWINCH in ptrace tester child The process that UML uses to probe the host's ptrace capabilities can (rarely) receive a SIGWINCH, confusing the parent. This fixes that by blocking SIGWINCH. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>