From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:42847 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751786AbcKHQdU (ORCPT ); Tue, 8 Nov 2016 11:33:20 -0500 Date: Tue, 8 Nov 2016 17:33:17 +0100 From: Christoph Hellwig To: Thomas Gleixner Cc: Christoph Hellwig , Hannes Reinecke , axboe@kernel.dk, linux-block@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/7] genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks() Message-ID: <20161108163317.GA17383@lst.de> References: <1478544462-9549-1-git-send-email-hch@lst.de> <1478544462-9549-4-git-send-email-hch@lst.de> <20161108145508.GA12519@lst.de> <20161108150040.GA13184@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: On Tue, Nov 08, 2016 at 05:27:52PM +0100, Thomas Gleixner wrote: > On Tue, 8 Nov 2016, Christoph Hellwig wrote: > > > On Tue, Nov 08, 2016 at 03:59:16PM +0100, Hannes Reinecke wrote: > > > > > > Which you don't in this patch: > > > > True. We will always in the end, but the split isn't right, we'll > > need to pass the non-NULL argument starting in this patch. > > No, in the previous one .... That too, but it's for different functions. I have a rebased version that does this, I'll run it through quick testing and will repost it later today.