From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752379AbdGDK3I (ORCPT ); Tue, 4 Jul 2017 06:29:08 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:47450 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752341AbdGDK3H (ORCPT ); Tue, 4 Jul 2017 06:29:07 -0400 Date: Tue, 4 Jul 2017 12:29:04 +0200 (CEST) From: Thomas Gleixner To: Linus Torvalds cc: Jens Axboe , Max Gurtovoy , Christoph Hellwig , LKML , Andrew Morton , Ingo Molnar , "H. Peter Anvin" Subject: Re: [GIT pull] irq updates for 4.13 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 4 Jul 2017, Thomas Gleixner wrote: > On Mon, 3 Jul 2017, Linus Torvalds wrote: > > > On Mon, Jul 3, 2017 at 12:42 AM, Thomas Gleixner wrote: > > > > > > please pull the latest irq-core-for-linus git tree from: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-core-for-linus > > > > Ugh, this caused conflicts with the block tree, with commits > > > > - fe631457ff3e: "blk-mq: map all HWQ also in hyperthreaded system" > > > > - 5f042e7cbd9e "blk-mq: Include all present CPUs in the default queue mapping" > > > > clashing. > > > > I'm not at all understanding why that second commit came in through > > the irq tree at all, in fact. Very annoying. Why was that not sent > > through the block tree? It doesn't seem to have anything fundamentally > > to do with irqs, really: it's a driver CPU choice for irq chocie. > > There is a dependency. The changes in the block code rely on the new > features of the generic interrupt affinity management. See below. That said, we should have kept the colliding changes back, wait until block and irq got merged and then apply them again properly. Sorry for the inconveniance. Thanks, tglx