Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756882Ab0D1TjH (ORCPT ); Wed, 28 Apr 2010 15:39:07 -0400 Received: from www.tglx.de ([62.245.132.106]:57726 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751177Ab0D1TjE (ORCPT ); Wed, 28 Apr 2010 15:39:04 -0400 Date: Wed, 28 Apr 2010 21:38:50 +0200 (CEST) From: Thomas Gleixner To: Xianghua Xiao cc: john stultz , LKML Subject: Re: 2.6.33.3-rt16 Oops caused by umount In-Reply-To: Message-ID: References: <1272399798.2255.2.camel@localhost> <1272400246.2255.5.camel@localhost> <1272434481.1974.101.camel@work-vm> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 669 Lines: 26 On Wed, 28 Apr 2010, Xianghua Xiao wrote: > Thomas, > I patched it and re-run it however did not find any condition from > your patch had a hit. > In your patch I changed : > > if (!file->f_path) { > to > if(!(&(file->f_path))){ > Otherwise it won't compile as f_path is a not a pointer. True :) > # reboot > # Oops: Kernel access of bad area, sig: 11 [#1] Ok. Can you please enable CONFIG_DEBUG_LIST ? Thanks, tglx -- 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/