Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp435967imu; Mon, 5 Nov 2018 03:25:21 -0800 (PST) X-Google-Smtp-Source: AJdET5f9PPMAMqlRxoWD31sB9Ay8zhuHMvaSxShy5cVeJriznFxxg1GoYHTTZZCQcF/0FOev+kIh X-Received: by 2002:a63:4d66:: with SMTP id n38mr8543752pgl.270.1541417121264; Mon, 05 Nov 2018 03:25:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541417121; cv=none; d=google.com; s=arc-20160816; b=de+OZbyTCfIKhLZPKAYW/mJNW0r0LHE/3QTsn6CqGj2PsTxQvrQZo3lCZxBJH4RKqN zlBTYJlUyrxcKViEQ+x6mWibVEBzNCz0+gS52uVyqt/LRAYLB9qRVCjSPgxI2e0tFUoG 8rlcijAmZqVn49ame/M7/zk88NvyIdiENOCCNQIB5Ae5f9VfnfJT5j4FgBrmGLCMfyns CbeHw4nAf17mLnJ/EpVtLQOe7Xy4N0uEER7lighLJJC+uEN5SrxydZq35ZWwGkEFo4H1 UlNOEZI2ZEt8GOb7kIqiM9ypGJBLXKLsRvP/dIl1EhU/IhEHbpnze9VTeBGib4B+hj0b 2Tkw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=BhwFn22cdLpjxn4UmeVYIKgV3f+Y8eJaU0P3r8L+jk4=; b=qoMOHhGJL5d8cbX7l2u+bv9ZE4Zk/ObD/F2tic17ubfnUPnA51O/piOCBlvreZOSPk bOlJqujimgq7/PB6sixuagOcEM9NkvIJgbeHDeGbUVLeAx3LYxdhJadgP17NVjsAMLit miLzy8ou2xF6Wj3RkRgSDCp1srljdPK7LQwLTx5CwsLS6c65bIj4oJSTK9KytVk2b5bZ 6wofGmOCCMHCet3x2i8YHLf3bV3+gTwWMLyzARgHp6rMZWPpy0Ss8hm12BLsiw6ZlZWI XlDizNrHpCjYAtwNLJP2jjoHxTSp7dJTYjeH5+lfymYy+ya+mPd6yi5NFdhiE9U2YNBW 9uow== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i20-v6si21669094pgk.562.2018.11.05.03.25.06; Mon, 05 Nov 2018 03:25:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729534AbeKEUn3 (ORCPT + 99 others); Mon, 5 Nov 2018 15:43:29 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:34542 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728899AbeKEUn3 (ORCPT ); Mon, 5 Nov 2018 15:43:29 -0500 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1gJczH-0003Ls-Sj; Mon, 05 Nov 2018 12:24:08 +0100 Date: Mon, 5 Nov 2018 12:24:07 +0100 (CET) From: Thomas Gleixner To: Jens Axboe cc: Ming Lei , linux-block@vger.kernel.org, LKML , Hannes Reinecke , Keith Busch , Sagi Grimberg , Long Li Subject: Re: [PATCH 0/4] irq: fix support for allocating sets of IRQs In-Reply-To: Message-ID: References: <20181102145951.31979-1-ming.lei@redhat.com> <955edd2f-ad2f-ae8b-b8c2-98a01918c112@kernel.dk> <5787f309-fa34-36df-83be-934a64989583@kernel.dk> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jens, On Sun, 4 Nov 2018, Thomas Gleixner wrote: > On Sun, 4 Nov 2018, Jens Axboe wrote: > > On 11/4/18 5:02 AM, Thomas Gleixner wrote: > > > So I assume, that I can pick up Mings series instead. > > > > Yes, let's do that. > > > > > There is another patch pending affecting the irq affinity spreading. Can > > > you folks please have a look at it? > > > > > > https://lkml.kernel.org/r/20181102180248.13583-1-longli@linuxonhyperv.com > > > > I'll give that a look and test. Thanks for the heads-up. I picked the series from Ming and the patch from Long and merged it into tip/irq/core. The result is available for you to pull from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/for-block That branch is immutable now and I keep it around in case that there are incremental updates necessary before the merge window. Thanks, tglx