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 X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5B8B2C49EA2 for ; Sat, 19 Jun 2021 19:30:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 46E2F611AC for ; Sat, 19 Jun 2021 19:30:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235021AbhFSTcX (ORCPT ); Sat, 19 Jun 2021 15:32:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:49220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231601AbhFSTcP (ORCPT ); Sat, 19 Jun 2021 15:32:15 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id A0C4F60E08; Sat, 19 Jun 2021 19:30:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624131003; bh=44te2zktC7sJxqYNg9H5C4Bd+o+5Z9lbhNTfooBw+Wk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=dGzTNs3uJz1bMe6hKu7IEQmuo21jG+Tx6uICFz6qmHKxUDlpQ8f4wUvkBvjejjjr/ hQ+/N1ghw6y4/XMOc0LyS2yQDatTVqRhoVouliTCt5FE1NwSsNFONscQa5FaCnXSf7 E7B1u5WVEhN8k/FX8BdxviDFLFBVpWQzRptXi+R++eBsfPeHX5IylTjO1O9+qKQosH uiTobH+FV5Cz1wWJz4t9RQjZp1a/MEwMvF/ATKrVR63SI9Q2AzDfZGQfGWa4ucepTu 9ASWQ1owsOuPpflQlt0gRxEa65WUp+ONcKR9l6SSmJSBKrNISoIDntiXficH288dxZ 6nKqKmm3UoR4w== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: ethernet: aeroflex: fix UAF in greth_of_remove From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162413100358.3389.13847175679674551696.git-patchwork-notify@kernel.org> Date: Sat, 19 Jun 2021 19:30:03 +0000 References: <20210618145731.32194-1-paskripkin@gmail.com> In-Reply-To: <20210618145731.32194-1-paskripkin@gmail.com> To: Pavel Skripkin Cc: andreas@gaisler.com, davem@davemloft.net, kuba@kernel.org, kristoffer@gaisler.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 18 Jun 2021 17:57:31 +0300 you wrote: > static int greth_of_remove(struct platform_device *of_dev) > { > ... > struct greth_private *greth = netdev_priv(ndev); > ... > unregister_netdev(ndev); > free_netdev(ndev); > > [...] Here is the summary with links: - net: ethernet: aeroflex: fix UAF in greth_of_remove https://git.kernel.org/netdev/net/c/e3a5de6d81d8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html