Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934083Ab2JaAt6 (ORCPT ); Tue, 30 Oct 2012 20:49:58 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:55952 "EHLO mail.parknet.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932400Ab2JaAt5 (ORCPT ); Tue, 30 Oct 2012 20:49:57 -0400 From: OGAWA Hirofumi To: Paul Bolle Cc: Stanislaw Gruszka , linux-kernel@vger.kernel.org, Al Viro , Eric Paris Subject: Re: NULL pointer dereference at fat_detach References: <20121030134449.GA5435@redhat.com> <1351632646.1339.72.camel@x61.thuisdomein> Date: Wed, 31 Oct 2012 09:49:47 +0900 In-Reply-To: <1351632646.1339.72.camel@x61.thuisdomein> (Paul Bolle's message of "Tue, 30 Oct 2012 22:30:46 +0100") Message-ID: <87y5in8nys.fsf@devron.myhome.or.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 974 Lines: 28 Paul Bolle writes: >> BUG: unable to handle kernel NULL pointer dereference at 0000009c >> IP: [] do_raw_spin_lock+0xd/0x1e >> >> [] _raw_spin_lock+0xd/0xf >> [] fat_detach+0x20/0x59 [fat] >> [] fat_evict_inode+0x5b/0x5e [fat] >> [] evict+0x57/0xe9 >> [] iput+0xf8/0xfd >> [] fsnotify_destroy_mark+0xdf/0xf8 >> [] sys_inotify_rm_watch+0x59/0x79 >> [] syscall_call+0x7/0xb >> >> what most likely indicate that fat_evict is called with >> inode with i_sb->s_fs_info == NULL. This bug is known as the inotify bug. I recall I talked about this, maybe years ago. Eric? -- OGAWA Hirofumi -- 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/