From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754175AbbJAOrP (ORCPT ); Thu, 1 Oct 2015 10:47:15 -0400 Received: from foss.arm.com ([217.140.101.70]:36484 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753632AbbJAOrN (ORCPT ); Thu, 1 Oct 2015 10:47:13 -0400 Date: Thu, 1 Oct 2015 15:47:06 +0100 From: Catalin Marinas To: Thomas Gleixner Cc: mark.rutland@arm.com, jiang.liu@linux.intel.com, linux@arm.linux.org.uk, mingo@kernel.org, marc.zyngier@arm.com, will.deacon@arm.com, hanjun.guo@linaro.org, linux-kernel@vger.kernel.org, hpa@zytor.com, linux-arm-kernel@lists.infradead.org, yangyingliang@huawei.com, linux-tip-commits@vger.kernel.org Subject: Re: [tip:irq/core] genirq: Introduce generic irq migration for cpu hotunplug Message-ID: <20151001144706.GG6963@e104818-lin.cambridge.arm.com> References: <1443087135-17044-2-git-send-email-yangyingliang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 01, 2015 at 04:24:24PM +0200, Thomas Gleixner wrote: > On Thu, 1 Oct 2015, tip-bot for Yang Yingliang wrote: > > > Commit-ID: f1e0bb0ad473a32d1b7e6d285ae9f7e47710bb5e > > Gitweb: http://git.kernel.org/tip/f1e0bb0ad473a32d1b7e6d285ae9f7e47710bb5e > > Author: Yang Yingliang > > AuthorDate: Thu, 24 Sep 2015 17:32:13 +0800 > > Committer: Thomas Gleixner > > CommitDate: Thu, 1 Oct 2015 14:51:15 +0200 > > > > genirq: Introduce generic irq migration for cpu hotunplug > > > > ARM and ARM64 have almost identical code for migrating interrupts on > > cpu hotunplug. Provide a generic version which can be used by both. > > > > The new code addresses a shortcoming in the ARM[64] variants which > > fails to update the affinity change in some cases. The solution for > > this is to use the core function irq_do_set_affinity() instead of open > > coding it. > > > > [ tglx: Added copyright notice and license boilerplate. Rewrote > > subject and changelog. ] > > > > Signed-off-by: Yang Yingliang > > Acked-by: Russell King - ARM Linux > > Cc: Jiang Liu > > Cc: Marc Zyngier > > Cc: Mark Rutland > > Cc: Will Deacon > > Cc: Hanjun Guo > > Cc: > > Link: http://lkml.kernel.org/r/1443087135-17044-2-git-send-email-yangyingliang@huawei.com > > Signed-off-by: Thomas Gleixner > > Russell, Will, > > I applied that to a seperate branch > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/for-arm > > You can pull that into arm[64] so you can apply the architecture > specific part. Thanks. I'll queue the corresponding arm64 patch for 4.4. -- Catalin