From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH 2/2] virtio: console: Fix crash when port is unplugged and blocked for write Date: Mon, 31 May 2010 17:25:35 +0930 Message-ID: <201005311725.36271.rusty@rustcorp.com.au> References: <712d1fa57175fb900ca6ebb133849497f4c2448b.1274946878.git.amit.shah@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Amit Shah Cc: Virtualization List List-Id: virtualization@lists.linuxfoundation.org On Thu, 27 May 2010 05:24:40 pm Amit Shah wrote: > When a program that has a virtio port opened and blocked for a write > operation, a port hot-unplug event will later led to a crash when > SIGTERM was sent to the program. Fix that. > > Signed-off-by: Amit Shah Thanks, both applied. Cheers, Rusty.