Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423011AbWJSRcS (ORCPT ); Thu, 19 Oct 2006 13:32:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423072AbWJSRcS (ORCPT ); Thu, 19 Oct 2006 13:32:18 -0400 Received: from smtp.osdl.org ([65.172.181.4]:17099 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1423011AbWJSRcQ (ORCPT ); Thu, 19 Oct 2006 13:32:16 -0400 Date: Thu, 19 Oct 2006 10:25:29 -0700 From: Andrew Morton To: jt@hpl.hp.com Cc: Mariusz Kozlowski , linux-kernel@vger.kernel.org, "John W. Linville" Subject: Re: 2.6.19-rc2-mm1 // errors in verify_redzone_free() Message-Id: <20061019102529.dea90fec.akpm@osdl.org> In-Reply-To: <20061019171727.GA9350@bougret.hpl.hp.com> References: <20061016230645.fed53c5b.akpm@osdl.org> <200610191645.40308.m.kozlowski@tuxland.pl> <20061019100342.4e4895fb.akpm@osdl.org> <20061019171727.GA9350@bougret.hpl.hp.com> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2680 Lines: 67 On Thu, 19 Oct 2006 10:17:27 -0700 Jean Tourrilhes wrote: > On Thu, Oct 19, 2006 at 10:03:42AM -0700, Andrew Morton wrote: > > On Thu, 19 Oct 2006 16:45:39 +0200 > > Mariusz Kozlowski wrote: > > > > > Hello, > > > > > > Multiple of verif were found with 2.6.19-rc2-mm1 kernel: > > > > > > slab error in verify_redzone_free(): cache `size-32': memory outside object > > > was overwritten > > > [] dump_trace+0x1c1/0x1f1 > > > [] show_trace_log_lvl+0x1a/0x30 > > > [] show_trace+0x12/0x14 > > > [] dump_stack+0x19/0x1b > > > [] __slab_error+0x26/0x28 > > > [] cache_free_debugcheck+0x13d/0x1d8 > > > [] kfree+0x54/0xa5 > > > [] ioctl_standard_call+0x187/0x2a1 > > > [] wireless_process_ioctl+0x328/0x3c7 > > > [] dev_ioctl+0x1fd/0x372 > > > [] sock_ioctl+0x34/0x1e8 > > > [] do_ioctl+0x22/0x71 > > > [] vfs_ioctl+0x55/0x29b > > > [] sys_ioctl+0x33/0x50 > > > [] sysenter_past_esp+0x56/0x79 > > > [] 0xb7f4e410 > > > ======================= > > > dd20cb64: redzone 1:0x170fc2a5, redzone 2:0x170fc200. > > > slab error in verify_redzone_free(): cache `size-32': memory outside object > > > was overwritten > > > [] dump_trace+0x1c1/0x1f1 > > > [] show_trace_log_lvl+0x1a/0x30 > > > [] show_trace+0x12/0x14 > > > [] dump_stack+0x19/0x1b > > > [] __slab_error+0x26/0x28 > > > [] cache_free_debugcheck+0x13d/0x1d8 > > > [] kfree+0x54/0xa5 > > > [] ioctl_standard_call+0x187/0x2a1 > > > [] wireless_process_ioctl+0x328/0x3c7 > > > [] dev_ioctl+0x1fd/0x372 > > > [] sock_ioctl+0x34/0x1e8 > > > [] do_ioctl+0x22/0x71 > > > [] vfs_ioctl+0x55/0x29b > > > [] sys_ioctl+0x33/0x50 > > > [] sysenter_past_esp+0x56/0x79 > > > [] 0xb7f4e410 > > > > The wireless ioctls are still blowing up? I thought we'd fixed that, > > or is this something new? > > Do you know which driver the user is using ? Is it an > in-kernel driver, or an out-of-kernel driver ? > Thanks ! > Modules Loaded orinoco_cs orinoco hermes pcmcia firmware_class yenta_socket rsrc_nonstatic pcmcia_core The full dmesg is on the mailing list - I'll forward it to you. - 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/