From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753943AbZEYTRR (ORCPT ); Mon, 25 May 2009 15:17:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753005AbZEYTRI (ORCPT ); Mon, 25 May 2009 15:17:08 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:39789 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752993AbZEYTRI (ORCPT ); Mon, 25 May 2009 15:17:08 -0400 Date: Mon, 25 May 2009 12:14:21 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Pekka Enberg cc: Nick Piggin , Ingo Molnar , Yinghai Lu , Rusty Russell , "H. Peter Anvin" , Jeff Garzik , Alexander Viro , Linux Kernel Mailing List , Andrew Morton , Peter Zijlstra , cl@linux-foundation.org, mpm@selenic.com Subject: Re: [GIT PULL] scheduler fixes In-Reply-To: <4A1AE5CC.1000209@cs.helsinki.fi> Message-ID: References: <20090518202031.GA26549@elte.hu> <4A199327.5030503@kernel.org> <20090525025353.GA2580@elte.hu> <4A1A2261.1000504@kernel.org> <20090525051521.GC23032@elte.hu> <20090525112504.GB24071@wotan.suse.de> <84144f020905250437x585e66a2oc1124a4f1f43059d@mail.gmail.com> <20090525114127.GE24071@wotan.suse.de> <4A1AE5CC.1000209@cs.helsinki.fi> User-Agent: Alpine 2.01 (LFD 1184 2008-12-16) 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 On Mon, 25 May 2009, Pekka Enberg wrote: > > We can do that later but then we need to fix up vmalloc_init(). There's > actually a patch floating around to do that. Hey, all my suggestions were definitely for the "do it later". I'd hate to have this blow up to one large patch. I'm perfectly ok with the patch I replied to, I was more thinking that maybe there is then room for further (independent) fixups too. So [vmalloc|pidhash|vfs_caches_eary]_init all fall under the "let's look at that too. If we start off with just the scheduler init ordering, that's good. Linus