From: Dave Jones Subject: Re: ext4 object already free. Date: Fri, 5 Apr 2013 09:49:29 -0400 Message-ID: <20130405134929.GA1648@redhat.com> References: <20130329155855.GB5313@redhat.com> <20130405102553.GB3848@quack.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: tytso@mit.edu, Linux Kernel , linux-ext4@vger.kernel.org To: Jan Kara Return-path: Content-Disposition: inline In-Reply-To: <20130405102553.GB3848@quack.suse.cz> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Fri, Apr 05, 2013 at 12:25:53PM +0200, Jan Kara wrote: > > [ 93.672257] [] sys_msgctl+0x139/0x400 > > [ 93.674641] [] ? retint_swapgs+0xe/0x13 > > [ 93.677056] [] ? trace_hardirqs_on_caller+0x115/0x1a0 > > [ 93.679626] [] ? trace_hardirqs_on_thunk+0x3a/0x3f > > [ 93.682159] [] system_call_fastpath+0x16/0x1b > > [ 93.799329] FIX kmalloc-64: Object at 0xffff88009997e620 not freed > And then sys_msgctl() came and wanted to free it again without > allocating. So it looks like a problem with IPC? Seems plausible, considering the bugs Linus & others found there in the last week. Should be fixed now, so I'll holler if I see this again. thanks, Dave