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 48B03C4167B for ; Thu, 15 Dec 2022 12:00:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229836AbiLOMAW (ORCPT ); Thu, 15 Dec 2022 07:00:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229588AbiLOMAU (ORCPT ); Thu, 15 Dec 2022 07:00:20 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 125042A95F; Thu, 15 Dec 2022 04:00:20 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id B9157B81B8C; Thu, 15 Dec 2022 12:00:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 3DC5EC433F0; Thu, 15 Dec 2022 12:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671105617; bh=M6vpEoJ3FxMMmItoiz8CY4zrJ7rPXsaS/7JyHG557AY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=XHGQg6LRhdDm4v9tycx6M0xqkVTkXXIezvTW4RV5JQQw1+uLAh+cGUDnDJ0C7fjGs q0hEBFsgVk9eZSAtd3twoQobz9BZeMmhD5YcjfPIl04NHPqLcNevhycNkSDQd5cxnR dAR+J9MB/9ANHU/M0lZLjASl0rLaVRI58HVWu8NFoceDWj5iUsdVYZBcYxtZj4jbR5 +mD+IPdVwP6Daou9CjIO0xsbvCjhgqvuhVoimnf6TXFnf5h1iHqU7L4lgEotuH6uiA WNRDn16QkdWfn1R+roq/3K1v+wxg6XbQ9DmIl/oZ8wQSyO6QVm8ddWvC28enfY+/T1 1xkvHxBlq72Fg== 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 208EBE4D00F; Thu, 15 Dec 2022 12:00:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] r6040: Fix kmemleak in probe and remove From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167110561712.17327.3063641334105199044.git-patchwork-notify@kernel.org> Date: Thu, 15 Dec 2022 12:00:17 +0000 References: <20221213125614.927754-1-lizetao1@huawei.com> In-Reply-To: <20221213125614.927754-1-lizetao1@huawei.com> To: Li Zetao Cc: weiyongjun1@huawei.com, davem@davemloft.net, edumazet@google.com, f.fainelli@gmail.com, kuba@kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, pabeni@redhat.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Paolo Abeni : On Tue, 13 Dec 2022 20:56:14 +0800 you wrote: > There is a memory leaks reported by kmemleak: > > unreferenced object 0xffff888116111000 (size 2048): > comm "modprobe", pid 817, jiffies 4294759745 (age 76.502s) > hex dump (first 32 bytes): > 00 c4 0a 04 81 88 ff ff 08 10 11 16 81 88 ff ff ................ > 08 10 11 16 81 88 ff ff 00 00 00 00 00 00 00 00 ................ > backtrace: > [] kmalloc_trace+0x22/0x60 > [] phy_device_create+0x4e/0x90 > [] get_phy_device+0xd2/0x220 > [] mdiobus_scan+0xa4/0x2e0 > [] __mdiobus_register+0x482/0x8b0 > [] r6040_init_one+0x714/0xd2c [r6040] > ... > > [...] Here is the summary with links: - [net,v2] r6040: Fix kmemleak in probe and remove https://git.kernel.org/netdev/net/c/7e43039a49c2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html