From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH] parisc: fix module loading failure of large kernel modules (take 4) Date: Fri, 2 Jan 2009 12:31:15 +0100 Message-ID: <20090102113115.GA3027@elte.hu> References: <4959346E.7060600@gmx.de> <200812310915.41693.rusty@rustcorp.com.au> <495B5806.3080505@gmx.de> <20081231181136.GA4382@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , Roland Dreier , Ian Campbell , Jeremy Fitzhardinge , Helge Deller , Rusty Russell , linux-parisc , Linux Kernel Development , Kyle McMartin , Randolph Chung , Andrew Morton , John David Anglin To: Sam Ravnborg Return-path: In-Reply-To: <20081231181136.GA4382@uranus.ravnborg.org> List-ID: List-Id: linux-parisc.vger.kernel.org * Sam Ravnborg wrote: > > I guess I could make a sparse rule for this, but nobody seems to run > > or care about sparse anyway. Sad. > > There is some increased janitorial effort recently. Try to grep for > [Ss]+parse in the shortlog for the last couple of months. in the x86 space there's a lot of Sparse activity as well: a number of developers do systematic runs of Sparse and keep the tree Sparse-clean. The moment this spreads to a critical mass of subsystems we can start automating it. (as i was able to automate the checking of -Werr builds on x86, with arbitrary random .config's) Ingo