From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] skge: remove redundunt free_irq under spinlock Date: Wed, 13 Dec 2017 15:47:58 -0500 (EST) Message-ID: <20171213.154758.1504408683613867311.davem@davemloft.net> References: <20171212183029.28684-1-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, sthemmin@microsoft.com To: stephen@networkplumber.org Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:44830 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753591AbdLMUsz (ORCPT ); Wed, 13 Dec 2017 15:48:55 -0500 In-Reply-To: <20171212183029.28684-1-sthemmin@microsoft.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Stephen Hemminger Date: Tue, 12 Dec 2017 10:30:29 -0800 > The code to handle multi-port SKGE boards was freeing IRQ > twice. The first one was under lock and might sleep. > > Signed-off-by: Stephen Hemminger > --- > Given that multi-port SKGE devices are very old and unlikely > to still be in use. This patch does not need to go to stable. Applied, thanks Stephen.