From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [Bug #32982] Kernel locks up a few minutes after boot Date: Tue, 19 Apr 2011 09:32:36 -0700 Message-ID: References: <_H4l51C1wXN.A.yDC.yGuqNB@chimera> <4DAC2429.5000105@fusionio.com> <4DAC82E6.3020809@fusionio.com> <4DAD5156.2050300@fusionio.com> <4DAD6EF2.5070405@fusionio.com> Mime-Version: 1.0 Return-path: In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bart Van Assche Cc: Jens Axboe , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Maciej Rutecki , Florian Mickler , Neil Brown , David Dillow On Tue, Apr 19, 2011 at 9:13 AM, Bart Van Assche wrote: > > The same test with an initiator running 2.6.39-rc4 + > git://git.kernel.dk/linux-2.6-block.git for-linus + the above patch > yields about 155.000 IOPS on my test setup, or the same performance as > with 2.6.38.3. I'm running the above patch through an I/O stress test > now. Goodie. So not only does that patch get back the 11%, it removes the crazy QUEUE_FLAG_REENTER flag that was broken to begin with. AND it removes a number of complicated lines. Halleluja. Linus