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=-16.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,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 D3094C4338F for ; Mon, 23 Aug 2021 10:50:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BBFA96135F for ; Mon, 23 Aug 2021 10:50:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236382AbhHWKux (ORCPT ); Mon, 23 Aug 2021 06:50:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:56482 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236198AbhHWKur (ORCPT ); Mon, 23 Aug 2021 06:50:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 8D3D16138B; Mon, 23 Aug 2021 10:50:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629715805; bh=+NZm6SwBfuOmiLXrfx1E0+0v6lXO50bdoG+42+61gNE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=moRS2eYBgIO1QS2aOLtcfpxRLXaup2DvbdAphg4r7kj6QWouNEy10z/qHJw1EoAgc Bz6Xii10+JGvpscfpWDhHSVUGaj+s/eJ5VBpz3g/xyLakjlNfOCCK7klyIcBuEGkZo PoLDTVXjA9oj1H0c+BMiLYNHSqq85+/UAA2hJBySHYYacndCMEPXUuzBkfAmz3gbKO sm+RDX4oavjQni/KDU0yay6ef8JB/59sMDoggd4Hwt7LsovZKN9Zld1KHvjxWm1pX5 UwWrAJn9GLHHJSK4aXMaxrc3wFTw6kie+JB9xUoYLR3pQwkgH/ESJMbYZQ7qDe1ZWe pNW42EAmEj3GQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] xgene-v2: Fix a resource leak in the error handling path of 'xge_probe()' From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162971580550.31139.11625637788314697314.git-patchwork-notify@kernel.org> Date: Mon, 23 Aug 2021 10:50:05 +0000 References: In-Reply-To: To: Christophe JAILLET Cc: iyappan@os.amperecomputing.com, keyur@os.amperecomputing.com, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.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 Sat, 21 Aug 2021 09:35:23 +0200 you wrote: > A successful 'xge_mdio_config()' call should be balanced by a corresponding > 'xge_mdio_remove()' call in the error handling path of the probe, as > already done in the remove function. > > Update the error handling path accordingly. > > Fixes: ea8ab16ab225 ("drivers: net: xgene-v2: Add MDIO support") > Signed-off-by: Christophe JAILLET > > [...] Here is the summary with links: - xgene-v2: Fix a resource leak in the error handling path of 'xge_probe()' https://git.kernel.org/netdev/net/c/5ed74b03eb4d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html