Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754767Ab2BPKOw (ORCPT ); Thu, 16 Feb 2012 05:14:52 -0500 Received: from merlin.infradead.org ([205.233.59.134]:36205 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751395Ab2BPKOu convert rfc822-to-8bit (ORCPT ); Thu, 16 Feb 2012 05:14:50 -0500 Message-ID: <1329387265.2293.195.camel@twins> Subject: Re: [PATCH RFC 0/4] Scheduler idle notifiers and users From: Peter Zijlstra To: Benjamin Herrenschmidt Cc: Russell King - ARM Linux , Saravana Kannan , Ingo Molnar , linaro-kernel@lists.linaro.org, Nicolas Pitre , Oleg Nesterov , cpufreq@vger.kernel.org, linux-kernel@vger.kernel.org, Anton Vorontsov , "Paul E. McKenney" , Mike Chan , Dave Jones , Todd Poynor , kernel-team@android.com, linux-arm-kernel@lists.infradead.org, Arjan Van De Ven , Thomas Gleixner Date: Thu, 16 Feb 2012 11:14:25 +0100 In-Reply-To: <1329363097.3772.46.camel@pasglop> References: <20120208013959.GA24535@panacea> <1328670355.2482.68.camel@laptop> <20120208202314.GA28290@redhat.com> <1328736834.2903.33.camel@pasglop> <20120209075106.GB18387@elte.hu> <4F35DD3E.4020406@codeaurora.org> <20120211144530.GA497@elte.hu> <4F3AEC4E.9000303@codeaurora.org> <1329313085.2293.106.camel@twins> <20120215140245.GB27825@n2100.arm.linux.org.uk> <1329318063.2293.136.camel@twins> <1329363097.3772.46.camel@pasglop> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 777 Lines: 16 On Thu, 2012-02-16 at 14:31 +1100, Benjamin Herrenschmidt wrote: > On Wed, 2012-02-15 at 16:01 +0100, Peter Zijlstra wrote: > > > > Thing is, the scheduler doesn't care about completion, all it needs is > > to be able to kick-start the thing atomically. So you really have to > > wait for it or can you do an interrupt driven state machine? > > Or the scheduler callback could schedule a wq to do the job ? That'll end up being very ugly due to lock inversion etc. If we can get out of this using self-IPIs I'd much prefer 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/