]> git.baikalelectronics.ru Git - kernel.git/commit
um: Missing pipe handling
authorAnton Ivanov <antivano@cisco.com>
Fri, 7 Mar 2014 18:37:46 +0000 (18:37 +0000)
committerRichard Weinberger <richard@nod.at>
Sun, 20 Apr 2014 21:13:30 +0000 (23:13 +0200)
commiteabce3c03aa270718c0db1dbf1edf3023ff45f57
treeb4c2b62fd84b4608d2ee567411b9423ccc906e9b
parentc346e07cd7b3e7db9415507c3b0b1a6b4bae05b4
um: Missing pipe handling

UML does not handle sigpipe. As a result when running it under
expect or redirecting the IO from the console to an external program
it will crash if the program stops or exits.

Signed-off-by: Anton Ivanov <antivano@cisco.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/os-Linux/main.c