commit | 0047634d3daebca9e99a22eb89167bf77f35cdfa | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Thu May 27 13:24:39 2010 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Jun 03 22:39:18 2010 +0930 |
tree | f3331e990777369228ea8a68b81cecd773e6157c | |
parent | a5b365a652206ca300256974ed9301a7d241a6ed [diff] |
virtio: console: Fix crash when hot-unplugging a port and read is blocked When removing a port we don't check if a program was blocked for read. This leads to a crash when SIGTERM is sent to the program after hot-unplugging the port. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>