From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752897Ab1HOJKc (ORCPT ); Mon, 15 Aug 2011 05:10:32 -0400 Received: from lucidpixels.com ([72.73.18.11]:39962 "EHLO lucidpixels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752534Ab1HOJKa (ORCPT ); Mon, 15 Aug 2011 05:10:30 -0400 Date: Mon, 15 Aug 2011 05:10:29 -0400 (EDT) From: Justin Piszcz To: linux-kernel@vger.kernel.org cc: Alan Piszcz Subject: Kernel 3.0: Instant kernel crash when mounting CIFS Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Is this normal/is there a limitation on CIFS mounts? I do not have the full crash output, I would need to take a picture of the screen, but its completely reproducible, crashes every time.. thoughts? Aug 14 05:16:41 box kernel: [518217.158195] df D 0000000000000000 0 5465 11246 0x00000004 Aug 14 05:16:41 box kernel: [518217.158200] ffff88061f19c090 0000000000000082 0000000000000002 ffff880600000000 Aug 14 05:16:41 box kernel: [518217.158206] ffff8806275accf0 0000000000004000 ffff88058513ffd8 ffff88058513ffd8 Aug 14 05:16:41 box kernel: [518217.158211] ffff88058513fdf8 ffff880627076240 000000000000002f 0000000000000000 Aug 14 05:16:41 box kernel: [518217.158217] Call Trace: Aug 14 05:16:41 box kernel: [518217.158226] [] ? do_lookup+0x46/0x310 Aug 14 05:16:41 box kernel: [518217.158231] [] ? acl_permission_check+0x4d/0xb0 Aug 14 05:16:41 box kernel: [518217.158239] [] ? __mutex_lock_slowpath+0xc8/0x140 Aug 14 05:16:41 box kernel: [518217.158243] [] ? mutex_lock+0x1a/0x40 Aug 14 05:16:41 box kernel: [518217.158250] [] ? cifs_reconnect_tcon+0x1a9/0x320 Aug 14 05:16:41 box kernel: [518217.158254] [] ? smb_init+0x33/0x90 Aug 14 05:16:41 box kernel: [518217.158258] [] ? CIFSSMBQFSInfo+0x60/0x210 Aug 14 05:16:41 box kernel: [518217.158262] [] ? cifs_statfs+0xce/0x170 Aug 14 05:16:41 box kernel: [518217.158268] [] ? statfs_by_dentry+0x67/0x100 Aug 14 05:16:41 box kernel: [518217.158272] [] ? vfs_statfs+0x15/0x90 Aug 14 05:16:41 box kernel: [518217.158275] [] ? user_statfs+0x30/0x50 Aug 14 05:16:41 box kernel: [518217.158279] [] ? sys_statfs+0x12/0x30 Aug 14 05:16:41 box kernel: [518217.158284] [] ? system_call_fastpath+0x16/0x1b Then it hangs up, on my machine it actually panics and in both cases all I/O stops and the machine is unusable. This is from simply mounting a CIFS share. The share sizes are 18T and 28T, is there a limitation on the size that would cause the kernel to crash like that? mount.cifs //l1/drve /mnt_pnt -o user=myusername,pass=mypassword, then df -h or ls /mnt_pnt instant kernel panic. :( Remote host is Windows 7 64-bit. Justin.