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 B411CC433EF for ; Sun, 6 Feb 2022 11:10:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232441AbiBFLKP (ORCPT ); Sun, 6 Feb 2022 06:10:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56668 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233104AbiBFLKO (ORCPT ); Sun, 6 Feb 2022 06:10:14 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72F22C06173B for ; Sun, 6 Feb 2022 03:10:11 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 0D81460F4D for ; Sun, 6 Feb 2022 11:10:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 6D200C340F5; Sun, 6 Feb 2022 11:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644145809; bh=HZOoohQEbHxdMSp10kzpQPZvGQXUPoYhXI3MnMTZLgQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DRaM106ohGCMCAH+MCvH/j1/NG1K3/DDxdQP3FDNCt3cI4bbZoxqEpO6NggNvyGL+ EIr3K3/jyzYymODKt4m4fARlyrSYFN85aoLWMBguCGsRzq8sOSwKM0NHNYpfbRfFCB Miy5cHYmAOoCtDFpZU0r9JAHNkJiGm36UF8E4WeJg1Jn+mMntUbs7Gv/WSh7fwCRyr Ceg0oYjNfDZMNS91dsb0pbf0WnhK6KBTyQ2wGDiBCvXobagHrWS25HHCxB/il6TtTN o32nwkF0c+UQJFkA24C8hVpgOKR75eQKADtMumu8K5UM+/fGaGRKeYidqM6j+RfxKj y4lxMFHe9yBFQ== 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 5D51FE6BBD2; Sun, 6 Feb 2022 11:10:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 net-next] net: initialize init_net earlier From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164414580937.29882.9458302181097916569.git-patchwork-notify@kernel.org> Date: Sun, 06 Feb 2022 11:10:09 +0000 References: <20220205170125.3562935-1-eric.dumazet@gmail.com> In-Reply-To: <20220205170125.3562935-1-eric.dumazet@gmail.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, edumazet@google.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Sat, 5 Feb 2022 09:01:25 -0800 you wrote: > From: Eric Dumazet > > While testing a patch that will follow later > ("net: add netns refcount tracker to struct nsproxy") > I found that devtmpfs_init() was called before init_net > was initialized. > > [...] Here is the summary with links: - [v2,net-next] net: initialize init_net earlier https://git.kernel.org/netdev/net-next/c/9c1be1935fb6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html