Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1237450
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [tip:irq/core] genirq: Introduce generic irq migration for cpu hotunplug |
| Date | 2015-10-01 16:30 +0200 |
| Message-ID | <qeN1U-795-5@gated-at.bofh.it> (permalink) |
| References | <qcbaq-7wh-7@gated-at.bofh.it> <qeMSe-6WP-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, 1 Oct 2015, tip-bot for Yang Yingliang wrote: > Commit-ID: f1e0bb0ad473a32d1b7e6d285ae9f7e47710bb5e > Gitweb: http://git.kernel.org/tip/f1e0bb0ad473a32d1b7e6d285ae9f7e47710bb5e > Author: Yang Yingliang <yangyingliang@huawei.com> > AuthorDate: Thu, 24 Sep 2015 17:32:13 +0800 > Committer: Thomas Gleixner <tglx@linutronix.de> > 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 <yangyingliang@huawei.com> > Acked-by: Russell King - ARM Linux <linux@arm.linux.org.uk> > Cc: Jiang Liu <jiang.liu@linux.intel.com> > Cc: Marc Zyngier <marc.zyngier@arm.com> > Cc: Mark Rutland <mark.rutland@arm.com> > Cc: Will Deacon <will.deacon@arm.com> > Cc: Hanjun Guo <hanjun.guo@linaro.org> > Cc: <linux-arm-kernel@lists.infradead.org> > Link: http://lkml.kernel.org/r/1443087135-17044-2-git-send-email-yangyingliang@huawei.com > Signed-off-by: Thomas Gleixner <tglx@linutronix.de> 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, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC PATCH v6 1/3] genirq: introduce CONFIG_GENERIC_IRQ_MIGRATION and kernel/irq/cpuhotplug.c Yang Yingliang <yangyingliang@huawei.com> - 2015-09-24 11:40 +0200
[tip:irq/core] genirq: Introduce generic irq migration for cpu hotunplug tip-bot for Yang Yingliang <tipbot@zytor.com> - 2015-10-01 16:20 +0200
Re: [tip:irq/core] genirq: Introduce generic irq migration for cpu hotunplug Thomas Gleixner <tglx@linutronix.de> - 2015-10-01 16:30 +0200
Re: [tip:irq/core] genirq: Introduce generic irq migration for cpu hotunplug Catalin Marinas <catalin.marinas@arm.com> - 2015-10-01 16:50 +0200
csiph-web