From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752479AbaEVIln (ORCPT ); Thu, 22 May 2014 04:41:43 -0400 Received: from mail-ee0-f43.google.com ([74.125.83.43]:34136 "EHLO mail-ee0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751961AbaEVIlk (ORCPT ); Thu, 22 May 2014 04:41:40 -0400 Date: Thu, 22 May 2014 10:41:35 +0200 From: Ingo Molnar To: "Rafael J. Wysocki" Cc: hpa@zytor.com, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, peterz@infradead.org, nicolas.pitre@linaro.org, tglx@linutronix.de, daniel.lezcano@linaro.org, linux-tip-commits@vger.kernel.org Subject: Re: [tip:sched/core] sched/idle: Reflow cpuidle_idle_call() Message-ID: <20140522084135.GA30094@gmail.com> References: <1877683.4pfeUuvFZ2@vostro.rjw.lan> <1591569.1rC3xo6G18@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1591569.1rC3xo6G18@vostro.rjw.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rafael J. Wysocki wrote: > On Thursday, May 08, 2014 01:39:14 PM Rafael J. Wysocki wrote: > > On Thursday, May 08, 2014 03:47:40 AM tip-bot for Peter Zijlstra wrote: > > > Commit-ID: 37352273ad48f2d177ed1b06ced32d5536b773fb > > > Gitweb: http://git.kernel.org/tip/37352273ad48f2d177ed1b06ced32d5536b773fb > > > Author: Peter Zijlstra > > > AuthorDate: Fri, 11 Apr 2014 13:55:48 +0200 > > > Committer: Ingo Molnar > > > CommitDate: Thu, 8 May 2014 09:16:59 +0200 > > > > > > sched/idle: Reflow cpuidle_idle_call() > > > > > > Apply goto to reduce lines and nesting levels. > > > > Well, I have a couple of patches that will conflict with this. > > > > This one in particular: > > > > https://patchwork.kernel.org/patch/4071541/ > > > > which unfortunately already is in my linux-next branch, because I was > > unaware of this work. > > > > I wonder how we can resolve this? > > The cpuidle patches I have queued up so far are on this separate branch > > git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-cpuidle > > in case you'd like to pull from there. Pulled into the scheduler tree, thanks Rafael! Ingo