From mboxrd@z Thu Jan 1 00:00:00 1970 From: viro@parcelfarce.linux.theplanet.co.uk Subject: Re: fbdev sysfs support. Date: Sat, 7 Feb 2004 01:31:53 +0000 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <20040207013153.GV21151@parcelfarce.linux.theplanet.co.uk> References: <20040207011916.GD4492@kroah.com> <20040207012841.GG4492@kroah.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20040207012841.GG4492@kroah.com> List-Id: Cc: James Simmons , Linus Torvalds , Linux Fbdev development list , Linux Kernel Mailing List On Fri, Feb 06, 2004 at 05:28:41PM -0800, Greg KH wrote: > On Sat, Feb 07, 2004 at 01:23:29AM +0000, James Simmons wrote: > > > > > This function will not get called until the sysfs node stops being busy, > > > so it should all work properly. But only if that fb_info structure was > > > allocated dynamically, unlike all of the current fb drivers (see my > > > other comment about this patch.) > > > > > > So in that case, this will cause us to try to call kfree on a static > > > structure :( > > > > I plan to move every driver to framebuffer_alloc. > > When? With this patchset? Or at a later time? It all needs to be done > at the same time to prevent easy kernel oopses. It doesn't, actually - you can move the drivers before touching sysfs with no breakage at all. The only reason why entire patchset needs to go at the same time is that sysfs part is in the wrong place in sequence...