public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: LKML <linux-kernel@vger.kernel.org>
Cc: linux-block@vger.kernel.org, Jens Axboe <axboe@kernel.dk>,
	Christoph Hellwing <hch@lst.de>,
	Sebastian Siewior <bigeasy@linutronix.de>
Subject: [patch V2 0/2] block/mq: Convert to new hotplug state machine
Date: Tue, 20 Sep 2016 15:21:54 -0000	[thread overview]
Message-ID: <20160920152020.777561324@linutronix.de> (raw)

The following series converts block/mq to the new hotplug state
machine. The series is against block.git/for-next and depends on

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/for-block

This branch contains the necessary infrastructure for multi-instance
callbacks which allows us to remove blk-mq-cpu.c completely. It can be
pulled into the block tree.

Changes vs. V1:

  Use the multi instance callbacks and remove the private notifier handling
  in the block code.

Thanks,

	tglx
---
 a/block/blk-mq-cpu.c     |   67 -------------------------
 b/include/linux/blk-mq.h |    8 ---
 block/Makefile           |    2 
 block/blk-mq.c           |  123 +++++++++++++++++++++--------------------------
 block/blk-mq.h           |    7 --
 5 files changed, 58 insertions(+), 149 deletions(-)

             reply	other threads:[~2016-09-20 15:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-20 15:21 Thomas Gleixner [this message]
2016-09-20 15:21 ` [patch V2 2/2] blk/mq: Convert to hotplug state machine Thomas Gleixner
2016-09-20 15:21 ` [patch V2 1/2] blk/mq/cpu-notif: " Thomas Gleixner
2016-09-21  3:48 ` [patch V2 0/2] block/mq: Convert to new " Jens Axboe
2016-09-22 13:57   ` Christoph Hellwing
2016-09-22 14:05     ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160920152020.777561324@linutronix.de \
    --to=tglx@linutronix.de \
    --cc=axboe@kernel.dk \
    --cc=bigeasy@linutronix.de \
    --cc=hch@lst.de \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox