From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 19 Jan 2004 16:57:30 -0800 From: Andrew Morton Subject: Re: 2.6.1-mm4 Message-Id: <20040119165730.7f250869.akpm@osdl.org> In-Reply-To: References: <20040115225948.6b994a48.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Thomas Molina Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: Thomas Molina wrote: > > Rusty, > > I updated mm4 with the patch you sent in response to my shutdown oops > report and haven't received a repeat oops in six reboots. Hopefully this > cures my problem. I previously couldn't reproduce the oops every single > reboot. > > I do have a couple of other anomalies to report though. > > First is this snippet from my bootup log: > > Cannot open master raw device '/dev/rawctl' (No such device) Do you have alias char-major-162 raw in /etc/modprobe.conf? > WARNING: /lib/modules/2.6.1-mm4a/kernel/fs/nfsd/nfsd.ko needs unknown > symbol dnotify_parent > Yup, this is fixed and it's all merged up. diff -puN fs/dnotify.c~nfsd-04-add-dnotify-events-fix fs/dnotify.c --- 25/fs/dnotify.c~nfsd-04-add-dnotify-events-fix 2004-01-16 08:42:25.000000000 -0800 +++ 25-akpm/fs/dnotify.c 2004-01-16 08:42:45.000000000 -0800 @@ -165,6 +165,7 @@ void dnotify_parent(struct dentry *dentr spin_unlock(&dentry->d_lock); } } +EXPORT_SYMBOL_GPL(dnotify_parent); static int __init dnotify_init(void) { _ -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: aart@kvack.org