From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757351Ab1AMVnM (ORCPT ); Thu, 13 Jan 2011 16:43:12 -0500 Received: from mail.vyatta.com ([76.74.103.46]:39674 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752115Ab1AMVnF convert rfc822-to-8bit (ORCPT ); Thu, 13 Jan 2011 16:43:05 -0500 Date: Thu, 13 Jan 2011 13:43:01 -0800 From: Stephen Hemminger To: Linus Torvalds Cc: Jens Axboe , Pekka Enberg , Marcelo Tosatti , Tejun Heo , "linux-kernel@vger.kernel.org" Subject: Re: [GIT PULL] block driver updates for 2.6.38 Message-ID: <20110113134301.3cefa5bd@nehalam> In-Reply-To: References: <4D2F03F2.4000707@fusionio.com> <4D2F51B5.6060105@fusionio.com> Organization: Vyatta X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 13 Jan 2011 11:40:09 -0800 Linus Torvalds wrote: > On Thu, Jan 13, 2011 at 11:25 AM, Jens Axboe wrote: > > On 2011-01-13 20:00, Linus Torvalds wrote: > >> On Thu, Jan 13, 2011 at 5:53 AM, Jens Axboe wrote: > >>> > >>> Pekka Enberg (1): > >>>      floppy: replace NO_GEOM macro with a function > >> > >> Hmm. When I see work on floppy.c, I end up wondering what happened to > >> the work by Stephen to use a single threaded workqueue? > >> > >> That was reported to fix a KVM oops at some point to to avoiding the > >> whole race between interrupts/workqueues, but it seems to have dropped > >> off everybody's radar. I don't think anybody ever tested it on real > >> hardware, but I'm still wondering.. > > > > Not sure, I don't recall seeing it. > > It was on lkml a few months ago. google finds it with "floppy: use > single threaded workqueue" if you don't have your own archives. > > Eg: > > http://kerneltrap.org/mailarchive/linux-kernel/2010/6/11/4582074 > > and similar. > > Linus Good news: I have updated version, but bad news is that it fails formatting a floppy and haven't had time to debug. --