Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751183AbdCQNSE (ORCPT ); Fri, 17 Mar 2017 09:18:04 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:57281 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbdCQNSD (ORCPT ); Fri, 17 Mar 2017 09:18:03 -0400 Date: Fri, 17 Mar 2017 14:18:00 +0100 (CET) From: Thomas Gleixner To: Sodagudi Prasad cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, james.morse@arm.com, will.deacon@arm.com, catalin.marinas@arm.com Subject: Re: Schedule affinity_notify work while migrating IRQs during hot plug In-Reply-To: <559ce4c1fef10c45eab12f65c4e0f0d9@codeaurora.org> Message-ID: References: <05102c455476941d37904f8c6f387452@codeaurora.org> <36fe90bcca0a9c6283c4012412ed2924@codeaurora.org> <559ce4c1fef10c45eab12f65c4e0f0d9@codeaurora.org> 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 Content-Length: 451 Lines: 10 On Fri, 17 Mar 2017, Sodagudi Prasad wrote: > On 2017-03-13 13:19, Thomas Gleixner wrote: > > Can you actually see the difference between these functions? There is a > > damned good reason WHY this calls irq_do_set_affinity(). > > Other option is that, adding an argument to irq_do_set_affinity() and queue > work to notify when that new parameter set. I have attached patch for the > same. Documentation/process/submitting-patches.rst: Section #6