Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751513AbWE0Nbe (ORCPT ); Sat, 27 May 2006 09:31:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751515AbWE0Nbe (ORCPT ); Sat, 27 May 2006 09:31:34 -0400 Received: from mx1.redhat.com ([66.187.233.31]:645 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1751513AbWE0Nbd (ORCPT ); Sat, 27 May 2006 09:31:33 -0400 Date: Sat, 27 May 2006 09:31:22 -0400 From: Dave Jones To: Jens Axboe Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: .17rc5 cfq slab corruption. Message-ID: <20060527133122.GB3086@redhat.com> Mail-Followup-To: Dave Jones , Jens Axboe , Andrew Morton , linux-kernel@vger.kernel.org References: <20060526213915.GB7585@redhat.com> <20060526170013.67391a2b.akpm@osdl.org> <20060527070724.GB24988@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060527070724.GB24988@suse.de> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1849 Lines: 40 On Sat, May 27, 2006 at 09:07:24AM +0200, Jens Axboe wrote: > On Fri, May 26 2006, Andrew Morton wrote: > > Dave Jones wrote: > > > > > > Was playing with googles new picasa toy, which hammered the disks > > > hunting out every image file it could find, when this popped out: > > > > > > Slab corruption: (Not tainted) start=ffff810012b998c8, len=168 > > > Redzone: 0x5a2cf071/0x5a2cf071. > > > Last user: [](cfq_free_io_context+0x2f/0x74) > > > 090: 10 bd 28 1b 00 81 ff ff 6b 6b 6b 6b 6b 6b 6b 6b > > > Prev obj: start=ffff810012b99808, len=168 > > > Redzone: 0x5a2cf071/0x5a2cf071. > > > Last user: [](cfq_free_io_context+0x2f/0x74) > > > 000: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b > > > 010: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b > > > Next obj: start=ffff810012b99988, len=168 > > > Redzone: 0x5a2cf071/0x5a2cf071. > > > Last user: [](cfq_free_io_context+0x2f/0x74) > > > 000: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b > > > 010: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b > > Pretty baffling... cfq has been hammered pretty thoroughly over the > last months and _nothing_ has shown up except some performance anomalies > that are now fixed. Since daves case (at least) seems to be > use-after-free, I'll see if I can reproduce with some contrived case. > I'm asuming that picasa forks and exits a lot with submitted io in > between than may not have finished at exit. The second time I hit it, was actually during boot up. Dave -- http://www.codemonkey.org.uk - 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/