Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754810Ab1CQQNv (ORCPT ); Thu, 17 Mar 2011 12:13:51 -0400 Received: from kroah.org ([198.145.64.141]:37690 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754439Ab1CQQNs (ORCPT ); Thu, 17 Mar 2011 12:13:48 -0400 Date: Thu, 17 Mar 2011 09:13:08 -0700 From: Greg KH To: "Michael S. Tsirkin" Cc: Avi Kivity , Marcelo Tosatti , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, jean-philippe.menil@univ-nantes.fr, stable@kernel.org, Jason Wang Subject: Re: [stable] [PATCH] kvm: fix crash on irqfd deassign Message-ID: <20110317161308.GA12740@kroah.com> References: <20110317085333.GA7336@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110317085333.GA7336@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1003 Lines: 26 On Thu, Mar 17, 2011 at 10:53:33AM +0200, Michael S. Tsirkin wrote: > irqfd in kvm used flush_work incorrectly: > it assumed that work scheduled previously can't run > after flush_work, but since kvm uses a non-reentrant > workqueue (by means of schedule_work) > we need flush_work_sync to get that guarantee. > > Signed-off-by: Michael S. Tsirkin > Reported-by: Jean-Philippe Menil > Tested-by: Jean-Philippe Menil > --- > > Note: this is needed for kernel 2.6.39 and earlier. This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/