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 F01E0C77B7D for ; Wed, 10 May 2023 08:30:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236120AbjEJIay (ORCPT ); Wed, 10 May 2023 04:30:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236493AbjEJIae (ORCPT ); Wed, 10 May 2023 04:30:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F5243C02 for ; Wed, 10 May 2023 01:30:24 -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 DD45063B9A for ; Wed, 10 May 2023 08:30:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 22D93C4339C; Wed, 10 May 2023 08:30:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683707423; bh=AN+Eo+qzhyw47/MyXdApQCMAYN3iMem6tBDKDVm5ntE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=b8T6Nh8ELnyMMcbsAIKZbbujBuDPDMFknIFXWChTjwVxuS0RKXujkLgSeDxjMU6ty PxcJ3hwdhG7odmGe7GH0SQ9w94dK8rLzFSR7WtLAsACrEcLlE/28y82NdQLtB1I+Of LaJ7Za4bsQqd5u0z+sKOudyFD8NwJfBMsmBX3/qc1PLvElfL+bYUMsQAWuf3pOY7Gv ISQvP7r45zA1pVvBP63ntWISnPJ8hkCIG0lfjFY0aqQaxnrKpBApCxyd99ZDvyBN5i Kh5O4/NfgBlGznsyFyFsNv1BJKRLivINOERR4bHjYFD2vj0x5Z2F2QX0G/Kp0vfGOh 6avUcX/C1/rBQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 053A1E270C4; Wed, 10 May 2023 08:30:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: ethernet: mtk_eth_soc: fix NULL pointer dereference From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168370742301.8895.5605086676316626500.git-patchwork-notify@kernel.org> Date: Wed, 10 May 2023 08:30:23 +0000 References: In-Reply-To: To: Daniel Golle Cc: netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, nbd@nbd.name, john@phrozen.org, sean.wang@mediatek.com, Mark-MC.Lee@mediatek.com, lorenzo@kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Tue, 9 May 2023 03:20:06 +0200 you wrote: > Check for NULL pointer to avoid kernel crashing in case of missing WO > firmware in case only a single WEDv2 device has been initialized, e.g. on > MT7981 which can connect just one wireless frontend. > > Fixes: 86ce0d09e424 ("net: ethernet: mtk_eth_soc: use WO firmware for MT7981") > Signed-off-by: Daniel Golle > > [...] Here is the summary with links: - [net] net: ethernet: mtk_eth_soc: fix NULL pointer dereference https://git.kernel.org/netdev/net/c/7c83e28f1083 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html