Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756065AbZLNKWP (ORCPT ); Mon, 14 Dec 2009 05:22:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756002AbZLNKWO (ORCPT ); Mon, 14 Dec 2009 05:22:14 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:49553 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755956AbZLNKWN convert rfc822-to-8bit (ORCPT ); Mon, 14 Dec 2009 05:22:13 -0500 Subject: Re: [Next] CPU Hotplug test failures on powerpc From: Peter Zijlstra To: Sachin Sant Cc: Linux/PPC Development , linux-kernel , Ingo Molnar , linux-next@vger.kernel.org, Benjamin Herrenschmidt In-Reply-To: <4B2224C7.1020908@in.ibm.com> References: <4B2224C7.1020908@in.ibm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Mon, 14 Dec 2009 11:22:02 +0100 Message-ID: <1260786122.4165.142.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2605 Lines: 61 On Fri, 2009-12-11 at 16:23 +0530, Sachin Sant wrote: > While executing cpu_hotplug(from autotest) tests against latest > next on a power6 box, the machine locks up. A soft reset shows > the following trace > > cpu 0x0: Vector: 100 (System Reset) at [c00000000c9333d0] > pc: c0000000003433d8: .find_next_bit+0x54/0xc4 > lr: c000000000342f10: .cpumask_next_and+0x4c/0x94 > sp: c00000000c933650 > msr: 8000000000089032 > current = 0xc00000000c173840 > paca = 0xc000000000bc2600 > pid = 2602, comm = hotplug06.top.s > enter ? for help > [link register ] c000000000342f10 .cpumask_next_and+0x4c/0x94 > [c00000000c933650] c0000000000e9f34 .cpuset_cpus_allowed_locked+0x38/0x74 (unreliable) > [c00000000c9336e0] c000000000090074 .move_task_off_dead_cpu+0xc4/0x1ac > [c00000000c9337a0] c0000000005e4e5c .migration_call+0x304/0x830 > [c00000000c933880] c0000000005e0880 .notifier_call_chain+0x68/0xe0 > [c00000000c933920] c00000000012a92c ._cpu_down+0x210/0x34c > [c00000000c933a90] c00000000012aad8 .cpu_down+0x70/0xa8 > [c00000000c933b20] c000000000525940 .store_online+0x54/0x894 > [c00000000c933bb0] c000000000463430 .sysdev_store+0x3c/0x50 > [c00000000c933c20] c0000000001f8320 .sysfs_write_file+0x124/0x18c > [c00000000c933ce0] c00000000017edac .vfs_write+0xd4/0x1fc > [c00000000c933d80] c00000000017efdc .SyS_write+0x58/0xa0 > [c00000000c933e30] c0000000000085b4 syscall_exit+0x0/0x40 > --- Exception: c01 (System Call) at 00000fff9fa8a8f8 > SP (fffe7aef200) is in userspace > 0:mon> e > cpu 0x0: Vector: 100 (System Reset) at [c00000000c9333d0] > pc: c0000000003433d8: .find_next_bit+0x54/0xc4 > lr: c000000000342f10: .cpumask_next_and+0x4c/0x94 > sp: c00000000c933650 > msr: 8000000000089032 > current = 0xc00000000c173840 > paca = 0xc000000000bc2600 > pid = 2602, comm = hotplug06.top.s > > Last few messages from the dmesg log shows > After some debugging a possible suspect seems to be commit > 6ad4c18.. : sched: Fix balance vs hotplug race Oh, wonderful :-/ So what is that thing whining about? Not being able to read a cpumask or something? Does your .config have cpusets enabled (there's a different cpuset_cpus_allowed_locked implementation depending on that)? I know of at least one remaining race and am working on closing that, but I'm not sure I can explain this crash with that. -- 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/