From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757988AbZEXTPv (ORCPT ); Sun, 24 May 2009 15:15:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751256AbZEXTPn (ORCPT ); Sun, 24 May 2009 15:15:43 -0400 Received: from mail-bw0-f174.google.com ([209.85.218.174]:35581 "EHLO mail-bw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751062AbZEXTPm convert rfc822-to-8bit (ORCPT ); Sun, 24 May 2009 15:15:42 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=Y2tZU0xjjSa7cHtv7CqDb+R6COKTS2f4+MwJtUnTGlb5RPO+aORexYvm4gCov3Pegd VRPE75GDfRTiWdlTMyqTn6p0vmiX4WHZLtP8ITd0e9oyrpzUDWTDsNJECgImewxS+hm5 jro36GyleyVXOS84LHv7eVI9iBVl5S07K9OWs= MIME-Version: 1.0 In-Reply-To: <4A199327.5030503@kernel.org> References: <20090518142707.GA24142@elte.hu> <20090518164921.GA6903@elte.hu> <20090518170909.GA1623@elte.hu> <20090518190320.GA20260@elte.hu> <20090518202031.GA26549@elte.hu> <4A199327.5030503@kernel.org> Date: Sun, 24 May 2009 22:15:42 +0300 X-Google-Sender-Auth: bc998bb531e0737b Message-ID: <84144f020905241215s1db61d2fyfa09c4154a466add@mail.gmail.com> Subject: Re: [GIT PULL] scheduler fixes From: Pekka Enberg To: Yinghai Lu Cc: Linus Torvalds , Ingo Molnar , "H. Peter Anvin" , Jeff Garzik , Alexander Viro , Rusty Russell , Linux Kernel Mailing List , Andrew Morton , Peter Zijlstra Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 24, 2009 at 9:34 PM, Yinghai Lu wrote: >> Ingo, here's a patch that boots UMA+SMP+SLUB x86-64 kernel on qemu all >> the way to userspace. It probably breaks bunch of things for now but >> something for you to play with if you want. >> > > updated with tip/master. also add change to cpupri_init > otherwise will get > [    0.000000] Memory: 523096612k/537526272k available (10461k kernel code, 656156k absent, 13773504k reserved, 7186k data, 2548k init) > [    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=8 > [    0.000000] ------------[ cut here ]------------ > [    0.000000] WARNING: at kernel/lockdep.c:2282 lockdep_trace_alloc+0xaf/0xee() > [    0.000000] Hardware name: Sun Fire X4600 M2 > [    0.000000] Modules linked in: > [    0.000000] Pid: 0, comm: swapper Not tainted 2.6.30-rc6-tip-01778-g0afdd0f-dirty #259 > [    0.000000] Call Trace: > [    0.000000]  [] ? lockdep_trace_alloc+0xaf/0xee > [    0.000000]  [] warn_slowpath_common+0x88/0xcb > [    0.000000]  [] warn_slowpath_null+0x22/0x38 > [    0.000000]  [] lockdep_trace_alloc+0xaf/0xee > [    0.000000]  [] kmem_cache_alloc_node+0x38/0x14d > [    0.000000]  [] ? alloc_cpumask_var_node+0x4a/0x10a > [    0.000000]  [] ? lockdep_init_map+0xb9/0x564 > [    0.000000]  [] alloc_cpumask_var_node+0x4a/0x10a > [    0.000000]  [] alloc_cpumask_var+0x24/0x3a > [    0.000000]  [] cpupri_init+0x7f/0x112 > [    0.000000]  [] init_rootdomain+0x72/0xb7 > [    0.000000]  [] sched_init+0x109/0x660 > [    0.000000]  [] ? kmem_cache_init+0x193/0x1b2 > [    0.000000]  [] start_kernel+0x218/0x3f3 > [    0.000000]  [] x86_64_start_reservations+0xb9/0xd4 > [    0.000000]  [] x86_64_start_kernel+0xee/0x109 > [    0.000000] ---[ end trace a7919e7f17c0a725 ]--- > > works with 8 sockets numa amd64 box. Oh, cool. Thanks for testing! I'll rebase on top of tip and merge your changes to my patch.