Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933876AbcKIPKe (ORCPT ); Wed, 9 Nov 2016 10:10:34 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:35300 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932912AbcKIPKc (ORCPT ); Wed, 9 Nov 2016 10:10:32 -0500 Date: Wed, 9 Nov 2016 07:10:27 -0800 From: Christoph Hellwig To: Thomas Gleixner Cc: Jens Axboe , Christoph Hellwig , linux-block@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: support for partial irq affinity assignment V3 Message-ID: <20161109151027.GA25267@infradead.org> References: <1478654107-7384-1-git-send-email-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 612 Lines: 14 On Wed, Nov 09, 2016 at 08:51:35AM +0100, Thomas Gleixner wrote: > It's available from > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/for-block > > for you to pull into the block tree so you can apply the block changes. I don't actually need them in the block tree, but in the SCSI tree.. So the block tree is a bad place for this, that's why I initially wanted you to pick it up. But thinking about it the SCSI tree might a better idea as we could avoid a non-bisectability with that. I'll coordinate it with Jens and Martin and we'll leave you off the hook. Thanks for all the help!