From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BD10C43334 for ; Sat, 23 Jul 2022 15:20:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237071AbiGWPUB (ORCPT ); Sat, 23 Jul 2022 11:20:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232140AbiGWPT7 (ORCPT ); Sat, 23 Jul 2022 11:19:59 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20A22B87F; Sat, 23 Jul 2022 08:19:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B0F4360C0A; Sat, 23 Jul 2022 15:19:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ADED0C341C0; Sat, 23 Jul 2022 15:19:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658589598; bh=IKWj0a/HfvVLYcT/bIqRy//jkSi5vKPspnLfv/oMmGA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ud8lphhIODAgW1NnifDqMNjf/SZnYHBYK3G2I/msx3yd3bo6xiSSI6XlCZwjrUClO jnHNGqkOXNOEvxDkrUwWr1avnz/k//yb0zUQaeHw8eDlPamhj/C94st7f/AkdCDRNm hjJtrmDeLJF0Ah/AD5g8KK7h8zfv0u5fvlJ+Ax+M= Date: Sat, 23 Jul 2022 17:19:47 +0200 From: Greg Kroah-Hartman To: Sebastian Andrzej Siewior Cc: Sasha Levin , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Antonio Quartulli , Marek Lindner , Simon Wunderlich , Sven Eckelmann , b.a.t.m.a.n@lists.open-mesh.org, "David S. Miller" , Thomas Gleixner Subject: Re: [PATCH 5.15] batman-adv: Use netif_rx_any_context() any. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 19, 2022 at 06:08:12PM +0200, Sebastian Andrzej Siewior wrote: > This reverts the stable commit > e65d78b12fbc0 ("batman-adv: Use netif_rx().") > > The commit message says: > > | Since commit > | baebdf48c3600 ("net: dev: Makes sure netif_rx() can be invoked in any context.") > | > | the function netif_rx() can be used in preemptible/thread context as > | well as in interrupt context. > > This commit (baebdf48c3600) has not been backported to the 5.15 stable > series and therefore, the commit which builds upon it, must not be > backported either. > > Revert the backport and use netif_rx_any_context() again. > > Signed-off-by: Sebastian Andrzej Siewior > --- > net/batman-adv/bridge_loop_avoidance.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Now queued up, thanks. greg k-h