From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932822AbcISVao (ORCPT ); Mon, 19 Sep 2016 17:30:44 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:57005 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752710AbcISVan (ORCPT ); Mon, 19 Sep 2016 17:30:43 -0400 Message-Id: <20160919212207.161583394@linutronix.de> User-Agent: quilt/0.63-1 Date: Mon, 19 Sep 2016 21:28:16 -0000 From: Thomas Gleixner To: LKML Cc: linux-block@vger.kernel.org, Jens Axboe , Christoph Hellwing , Sebastian Siewior Subject: [patch 0/3] block/mq: Convert to the new hotplug state machine Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following series converts block/mq to the new hotplug state machine. Patch 1/3 reserves the states for the block layer and is already applied to git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/for-block to avoid merge conflicts. This branch can be pulled into the block layer instead of applying patch 1/3 manually, Thanks, tglx --- include/linux/blk-mq.h | 2 block/blk-mq-cpu.c | 15 ++---- block/blk-mq.c | 108 ++++++++++++++++++++------------------------- block/blk-mq.h | 2 include/linux/cpuhotplug.h | 2 5 files changed, 59 insertions(+), 70 deletions(-)