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 BFC0FEE49A0 for ; Sat, 19 Aug 2023 02:51:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244393AbjHSCu6 (ORCPT ); Fri, 18 Aug 2023 22:50:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244415AbjHSCu1 (ORCPT ); Fri, 18 Aug 2023 22:50:27 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 113904228 for ; Fri, 18 Aug 2023 19:50:26 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9CDDA62CDF for ; Sat, 19 Aug 2023 02:50:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id F2EC4C433CB; Sat, 19 Aug 2023 02:50:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692413425; bh=PhfRIEz1S0Jg3MoXhK7iolerhlMr6r0OudB70E+1gig=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DWj0hq7bu3Ta8B8oZZlzC3xIGt+yDTvVP/8iknwRlf88URPk+8p3j7jM34IRUQsmF 3yZFzfzOzvrcwfl4C8utpNYOn/1HEyN9Dy0m5nhA7le4LR5xeqYYDgmym+Flruuek2 dnNPLBgoKVIcqyiXjAEjersY3SD/MOENM16YKX3CQePzt9nwWzxrIUgwZ+i1Rmu4BX 5Bq0/TfbueK/L/Kr4+EcXWY/0PbrK0MfLWpHXtV3iUreSQRCKztLVD9ErAxIU0fHcI GTcAP57ZqvB4ptTJ0f0YO3YtW0mOZ47si2i+7k1EAD64acrcpl32qaFWJh+FsRgkmQ ipakJx94WItJQ== 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 D8D00E26D34; Sat, 19 Aug 2023 02:50:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] ipvlan: Fix a reference count leak warning in ipvlan_ns_exit() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169241342488.21912.14677082854350120327.git-patchwork-notify@kernel.org> Date: Sat, 19 Aug 2023 02:50:24 +0000 References: <20230817145449.141827-1-luwei32@huawei.com> In-Reply-To: <20230817145449.141827-1-luwei32@huawei.com> To: Lu Wei Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, wsa+renesas@sang-engineering.com, tglx@linutronix.de, peterz@infradead.org, maheshb@google.com, fw@strlen.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 17 Aug 2023 22:54:49 +0800 you wrote: > There are two network devices(veth1 and veth3) in ns1, and ipvlan1 with > L3S mode and ipvlan2 with L2 mode are created based on them as > figure (1). In this case, ipvlan_register_nf_hook() will be called to > register nf hook which is needed by ipvlans in L3S mode in ns1 and value > of ipvl_nf_hook_refcnt is set to 1. > > (1) > ns1 ns2 > > [...] Here is the summary with links: - [net] ipvlan: Fix a reference count leak warning in ipvlan_ns_exit() https://git.kernel.org/netdev/net/c/043d5f68d0cc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html