From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752983AbbDCOVj (ORCPT ); Fri, 3 Apr 2015 10:21:39 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:60443 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752439AbbDCOVi (ORCPT ); Fri, 3 Apr 2015 10:21:38 -0400 Date: Fri, 3 Apr 2015 16:21:25 +0200 From: Peter Zijlstra To: Borislav Petkov Cc: tglx@linutronix.de, juri.lelli@gmail.com, linux-kernel@vger.kernel.org, mingo@kernel.org, hpa@zytor.com, juri.lelli@arm.com, linux-tip-commits@vger.kernel.org Subject: Re: [tip:sched/core] sched/core: Check for available DL bandwidth in cpuset_cpu_inactive() Message-ID: <20150403142125.GH27490@worktop.programming.kicks-ass.net> References: <1427792017-7356-2-git-send-email-juri.lelli@arm.com> <20150403084217.GA27111@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150403084217.GA27111@pd.tnic> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 03, 2015 at 10:42:17AM +0200, Borislav Petkov wrote: > > + if (overflow) { > > + trace_printk("hotplug failed for cpu %lu", cpu); > > Look ma, > > someone forgot debugging code: > *groan*, I actually saw that when Juri send the patch and though: I should not forget to take that out... :/