Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759640Ab2EVCQ5 (ORCPT ); Mon, 21 May 2012 22:16:57 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:51310 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752431Ab2EVCQz (ORCPT ); Mon, 21 May 2012 22:16:55 -0400 Date: Mon, 21 May 2012 19:16:53 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Ingo Molnar cc: hpa@zytor.com, linux-kernel@vger.kernel.org, a.p.zijlstra@chello.nl, torvalds@linux-foundation.org, pjt@google.com, cl@linux.com, riel@redhat.com, bharata.rao@gmail.com, akpm@linux-foundation.org, Lee.Schermerhorn@hp.com, aarcange@redhat.com, danms@us.ibm.com, suresh.b.siddha@intel.com, tglx@linutronix.de, linux-tip-commits@vger.kernel.org Subject: Re: [tip:sched/numa] sched/numa: Introduce sys_numa_{t,m}bind() In-Reply-To: <20120521084046.GB31407@gmail.com> Message-ID: References: <20120521084046.GB31407@gmail.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) 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 Content-Length: 3737 Lines: 63 On Mon, 21 May 2012, Ingo Molnar wrote: > Fundamentally, do people agree with the 'single home node' > approach to begin with? We could turn it into a node mask, > but that complicates things. > I merged core/rcu locally to get a kernel that builds but ran into a divide by zero: [ 0.602181] divide error: 0000 [#1] SMP [ 0.606159] CPU 0 [ 0.608003] Modules linked in: [ 0.611266] [ 0.612767] Pid: 1, comm: swapper/0 Not tainted 3.4.0 #1 [ 0.620912] RIP: 0010:[] [] update_sd_lb_stats+0x38b/0x740 [ 0.629630] RSP: 0018:ffff880275471870 EFLAGS: 00010056 [ 0.634927] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ 0.642042] RDX: 0000000000000000 RSI: ffff880475969ca0 RDI: 0000000000000000 [ 0.649181] RBP: ffff880275471970 R08: ffff88027545ff60 R09: 0000000000000000 [ 0.656294] R10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000020 [ 0.663419] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 [ 0.670559] FS: 0000000000000000(0000) GS:ffff88027fc00000(0000) knlGS:0000000000000000 [ 0.678633] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b [ 0.684364] CR2: 0000000000000000 CR3: 000000000180b000 CR4: 00000000000007f0 [ 0.691499] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 0.698628] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 [ 0.705755] Process swapper/0 (pid: 1, threadinfo ffff880275470000, task ffff88027545b800) [ 0.714001] Stack: [ 0.716021] 000000000000000b 0000000000012000 0000000000000000 ffff88087fd92000 [ 0.723455] ffff880275471b5c 00000000754718b8 fffffffffffffff8 ffff880275471ab0 [ 0.730884] 00000000003f5e37 00000000ffffffff ffff880275471988 ffff88027545ff60 [ 0.738320] Call Trace: [ 0.740772] [] find_busiest_group+0x45/0x480 [ 0.746692] [] load_balance+0xfa/0x6e0 [ 0.752084] [] ? active_load_balance_cpu_stop+0x1d0/0x1d0 [ 0.759127] [] idle_balance+0xcc/0x130 [ 0.764529] [] __schedule+0x756/0x760 [ 0.769829] [] schedule+0x29/0x70 [ 0.774795] [] schedule_timeout+0x1b5/0x2e0 [ 0.780623] [] ? physflat_send_IPI_mask+0xe/0x10 [ 0.786885] [] ? native_smp_send_reschedule+0x46/0x60 [ 0.793584] [] ? resched_task+0x60/0x70 [ 0.799052] [] ? check_preempt_curr+0x75/0xa0 [ 0.805051] [] wait_for_common+0xc6/0x160 [ 0.810716] [] ? try_to_wake_up+0x2a0/0x2a0 [ 0.816541] [] wait_for_completion+0x1d/0x20 [ 0.822461] [] kthread_create_on_node+0xa9/0x130 [ 0.828714] [] ? alternate_node_alloc+0x9d/0xa6 [ 0.834890] [] ? worker_maybe_bind_and_lock.isra.27+0xd0/0xd0 [ 0.842266] [] ? kmem_freepages.isra.41+0x91/0x150 [ 0.848701] [] __alloc_workqueue_key+0x1dd/0x3f0 [ 0.854963] [] ? sched_init_smp+0x300/0x30f [ 0.860787] [] cpuset_init_smp+0x40/0x50 [ 0.866356] [] kernel_init+0xb9/0x1ad [ 0.871662] [] kernel_thread_helper+0x4/0x10 [ 0.877573] [] ? start_kernel+0x37e/0x37e [ 0.883216] [] ? gs_change+0xb/0xb -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/