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 663B6C433F5 for ; Tue, 22 Feb 2022 16:13:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233743AbiBVQN5 (ORCPT ); Tue, 22 Feb 2022 11:13:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233703AbiBVQN4 (ORCPT ); Tue, 22 Feb 2022 11:13:56 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 724EA165C33; Tue, 22 Feb 2022 08:13:30 -0800 (PST) Date: Tue, 22 Feb 2022 17:13:26 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1645546408; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=YhcmEsclrus/SSxzTfb+KX5HUaM8qNI+s5zOBCI+RqU=; b=h1Or7OdsITsOrHavCBKVGK4Jw4yU9/DP8aZ4vE6k6IKc03V+EG+nENBBQ0LjOuMYHW7xbV FFxNIGwC9PMHN+nYGQQd4ZRK3+qLkbKsx7J3Y0CLYt/Ghrtj5EOjhDbNeahGNOnw97F2il ljjeOMnbT63QtepMYN8NYkIP4qzOpM+9Hs+ZLQoLBWMnIgJPPMbtYQSkmzMDMxGp+F49Mx nqcy9HGE7OWQ/QePKbEc/3WovsjQkJb+1FBuXYgKoL9Ux8mfJ8WIUwjcfokDcD2rDGJQ0y ZH/vhj2Qz1Ut5otnUvRzOBGcaHRC9Z9aTwdlqvgm8aLtYKzq6Ukt/wBPR16aLQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1645546408; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=YhcmEsclrus/SSxzTfb+KX5HUaM8qNI+s5zOBCI+RqU=; b=e0dQQzmDdcMpykO0yE8PATaDHIYrNB+vrCU88aymBH/CHZRYtnyM5/T+usiAzQ2KMmZa8H LLVE0dQSz57AcXAw== From: Sebastian Andrzej Siewior To: Geert Uytterhoeven Cc: Marek Szyprowski , bpf@vger.kernel.org, netdev@vger.kernel.org, "David S. Miller" , Alexei Starovoitov , Daniel Borkmann , Eric Dumazet , Jakub Kicinski , Jesper Dangaard Brouer , John Fastabend , Thomas Gleixner , Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= , Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= , linux-mips@vger.kernel.org Subject: Re: [PATCH net-next v3 2/3] net: dev: Makes sure netif_rx() can be invoked in any context. Message-ID: References: <20220211233839.2280731-1-bigeasy@linutronix.de> <20220211233839.2280731-3-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On 2022-02-22 16:30:37 [+0100], Geert Uytterhoeven wrote: > Hi Sebastian, Hi Geert, > Similar on rbtx4927 (CONFIG_NE2000=y), where I'm getting a slightly > different warning: Based on the backtrace the patch in https://lore.kernel.org/all/Yg05duINKBqvnxUc@linutronix.de/ should fix it, right? Sebastian