From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:54767 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750744AbcIINxw (ORCPT ); Fri, 9 Sep 2016 09:53:52 -0400 Date: Fri, 9 Sep 2016 15:53:58 +0200 From: Greg KH To: Fabio Estevam Cc: stable@vger.kernel.org, marc.zyngier@arm.com, Fabio Estevam Subject: Re: [PATCH] irqchip/gic: Allow self-SGIs for SMP on UP configurations Message-ID: <20160909135358.GA22239@kroah.com> References: <1473428557-14452-1-git-send-email-festevam@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473428557-14452-1-git-send-email-festevam@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Sep 09, 2016 at 10:42:37AM -0300, Fabio Estevam wrote: > From: Marc Zyngier > > On systems where a single CPU is present, the GIC may not support > having SGIs delivered to a target list. In that case, we use the > self-SGI mechanism to allow the interrupt to be delivered locally. > > Tested-by: Fabio Estevam > Signed-off-by: Marc Zyngier > Signed-off-by: Fabio Estevam > --- > drivers/irqchip/irq-gic.c | 7 +++++++ > 1 file changed, 7 insertions(+) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.