Return-Path: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: [PATCH bluetooth-next] bluetooth: 6lowpan: fix NOHZ: local_softirq_pending From: Marcel Holtmann In-Reply-To: <1445931324-1524-1-git-send-email-alex.aring@gmail.com> Date: Tue, 27 Oct 2015 17:56:04 +0900 Cc: linux-bluetooth , kernel@pengutronix.de, Jukka Rissanen Message-Id: References: <1445931324-1524-1-git-send-email-alex.aring@gmail.com> To: Alexander Aring Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Alex, > Jukka reported about the following warning: > > "NOHZ: local_softirq_pending 08" > > I remember this warning and we had a similar issue when using workqueues > and calling netif_rx. See commit 5ff3fec ("mac802154: fix NOHZ > local_softirq_pending 08 warning"). > > This warning occurs when calling "netif_rx" inside the wrong context > (non softirq context). The net core api offers "netif_rx_ni" to call > netif_rx inside the correct softirq context. > > Reported-by: Jukka Rissanen > Cc: Jukka Rissanen > Signed-off-by: Alexander Aring > --- > net/bluetooth/6lowpan.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) patch has been applied to bluetooth-next tree. Regards Marcel