Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761916AbXKOPfS (ORCPT ); Thu, 15 Nov 2007 10:35:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755924AbXKOPfG (ORCPT ); Thu, 15 Nov 2007 10:35:06 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:46228 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753215AbXKOPfF (ORCPT ); Thu, 15 Nov 2007 10:35:05 -0500 Date: Thu, 15 Nov 2007 16:25:58 +0100 From: Ingo Molnar To: Gautham R Shenoy Cc: Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, Rusty Russel , Srivatsa Vaddagiri , Dipankar Sarma , Oleg Nesterov , Paul E McKenney , Richard Gooch , Tigran Aivazian , Shoahua Li , Ralf Baechle , Heiko Carstens , Nathan Lynch , Paul Jackson , Christoph Lameter , Pekka Enberg , Akinobu Mita Subject: Re: [RFC PATCH 1/3] cpu-hotplug: Refcount Based Cpu Hotplug implementation Message-ID: <20071115152558.GA22599@elte.hu> References: <20071115134924.GA15282@in.ibm.com> <20071115135108.GA15462@in.ibm.com> <20071115141501.GB28857@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071115141501.GB28857@elte.hu> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.1.7-deb -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1023 Lines: 32 * Ingo Molnar wrote: > * Gautham R Shenoy wrote: > > > void lock_cpu_hotplug(void) > > { > > - struct task_struct *tsk = current; > > - > > - if (tsk == recursive) { > > - static int warnings = 10; > > - if (warnings) { > > - printk(KERN_ERR "Lukewarm IQ detected in hotplug locking\n"); > > - WARN_ON(1); > > - warnings--; > > - } > > - recursive_depth++; > > i nominate it for a 2.6.24 merge due to it fixing the above > regression. I've seen regular instances of the "Lukewarm IQ" message. FYI, i've put these 3 patches into the scheduler git tree and it's looking very good so far. So unless Andrew or Linus objects to put this into v2.6.24, or there's serious questions during review, could we merge it this way? Ingo - 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/