From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932113AbcDDHy0 (ORCPT ); Mon, 4 Apr 2016 03:54:26 -0400 Received: from casper.infradead.org ([85.118.1.10]:57789 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbcDDHy0 (ORCPT ); Mon, 4 Apr 2016 03:54:26 -0400 Date: Mon, 4 Apr 2016 09:54:22 +0200 From: Peter Zijlstra To: Thomas Gleixner Cc: LKML , Ingo Molnar , rt@linutronix.de Subject: Re: [patch 00/15] cpu/hotplug: Convert scheduler to hotplug state machine Message-ID: <20160404075422.GU3448@twins.programming.kicks-ass.net> References: <20160310115406.940706476@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160310115406.940706476@linutronix.de> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 10, 2016 at 12:04:36PM -0000, Thomas Gleixner wrote: > The following series contains: > > - cleanup of the notifier maze in the scheduler and conversion > to the state machine. > > - Handling of cpu active is distangled from cpu online and moved to the > end of the hotplug process. > > Patches are against tip:master rather than against tip:smp/hotplug because > there is an interaction with the accounting fix pending in sched/urgent. I'm thinking you want this through the hotplug tree, so Acked-by: Peter Zijlstra (Intel)