Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756041Ab3CaCi1 (ORCPT ); Sat, 30 Mar 2013 22:38:27 -0400 Received: from mail-qc0-f175.google.com ([209.85.216.175]:37632 "EHLO mail-qc0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755406Ab3CaCiZ (ORCPT ); Sat, 30 Mar 2013 22:38:25 -0400 MIME-Version: 1.0 In-Reply-To: References: <1363809337-29718-1-git-send-email-riel@surriel.com> <20130321141058.76e028e492f98f6ee6e60353@linux-foundation.org> <20130326192852.GA25899@redhat.com> <20130326124309.077e21a9f59aaa3f3355e09b@linux-foundation.org> <20130329161746.GA8391@redhat.com> <1364609309.1818.8.camel@buesod1.americas.hpqcorp.net> Date: Sun, 31 Mar 2013 09:38:24 +0700 Message-ID: Subject: Re: ipc,sem: sysv semaphore scalability From: Emmanuel Benisty To: Linus Torvalds Cc: Davidlohr Bueso , Dave Jones , Andrew Morton , Rik van Riel , Linux Kernel Mailing List , hhuang@redhat.com, "Low, Jason" , Michel Lespinasse , Larry Woodman , "Vinod, Chegu" , Peter Hurley Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1491 Lines: 36 Hi Linus, On Sun, Mar 31, 2013 at 12:22 AM, Linus Torvalds wrote: > On Fri, Mar 29, 2013 at 10:57 PM, Emmanuel Benisty wrote: >> On Sat, Mar 30, 2013 at 12:10 PM, Linus Torvalds >>> >>> This came from the gcc build? >> >> yes, very early in the build process, IIRC this line was repeated a >> few times and the build just stalled. > > Ok, we're bringing out the crazy hacks now. > > The attached patch is just insane, doesn't really even work in > general, and only even compiles on 64-bit. But it should work in > *practice* to find if somebody adds the same RCU head to the RCU lists > twice, and ignore the second time it happens (and give a warning that > hopefully pinpoints the backtrace). > > It's ugly. It's broken. It may not work. In other words, I'm not proud > of it. But you seem to be the only one able to trigger the issue > easily, willing to try crazy crap, so "tag, you're it". Maybe this > gives us more information. And maybe it doesn't, and I'm totally wrong > about the whole "rcu head added twice" theory. That's all I could get so far: https://gist.github.com/anonymous/5279255 Losing wireless is generally the start signal of controlled demolition of the machine. -- 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/