From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753511AbcISWY0 (ORCPT ); Mon, 19 Sep 2016 18:24:26 -0400 Received: from verein.lst.de ([213.95.11.211]:46445 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751169AbcISWYY (ORCPT ); Mon, 19 Sep 2016 18:24:24 -0400 Date: Tue, 20 Sep 2016 00:24:21 +0200 From: Christoph Hellwing To: Thomas Gleixner Cc: LKML , linux-block@vger.kernel.org, Jens Axboe , Christoph Hellwing , Sebastian Siewior , Peter Zijlstra , rt@linutronix.de Subject: Re: [patch 2/3] blk/mq/cpu-notif: Convert to hotplug state machine Message-ID: <20160919222421.GA7077@lst.de> References: <20160919212207.161583394@linutronix.de> <20160919212601.094034281@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160919212601.094034281@linutronix.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 19, 2016 at 09:28:20PM -0000, Thomas Gleixner wrote: > From: Sebastian Andrzej Siewior > > Install the callbacks via the state machine so we can phase out the cpu > hotplug notifiers.. Didn't Sebastian come up with a version of the hotplug state callbacks that can be per-object? This seems to be a perfect candidate for that.