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 DB809ECAAA1 for ; Thu, 15 Sep 2022 10:20:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229731AbiIOKUY (ORCPT ); Thu, 15 Sep 2022 06:20:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbiIOKUW (ORCPT ); Thu, 15 Sep 2022 06:20:22 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21F134362D; Thu, 15 Sep 2022 03:20:19 -0700 (PDT) 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 EB0ABB81F7C; Thu, 15 Sep 2022 10:20:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 9344BC433D7; Thu, 15 Sep 2022 10:20:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663237216; bh=Fy7zGKizMAtafW7WGQvD+WirHAwSowXg6atgykgL4Xo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=VjH5UptfxSLqE9BGC4W4WXWbF7gXwJg6/N0XHqrsqEdU1vRlO6Fl7kN83KQwarGq5 hEkCFimzSvwglI0O4ZC7c0CzqZ34mDSDk6Hx8EMnkooTzQ503MJruF57kDl7/jCNUb hXKdeWAByUVqxCwjL64Te9dR/Yt397beUtbXahQL0LVmXXvHBS2S438IL1XIewHbBV PsyMt1BaKUhY/IscO7hnh2NjGG40JgdAQ1vgHI2raq3ziymnR78aKmYVgDHYPu7Ap7 yxd8wuyPc49EKxpJlol9sPOItJFk3RBu7PGzqSP4SzUbwDm8R0nUWnhslAL2e2mskg upUrxYDfbPxKw== 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 75FFBC73FE5; Thu, 15 Sep 2022 10:20:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/5] mptcp: allow privileged operations from user ns & cleanup From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166323721647.17439.5951142665130976319.git-patchwork-notify@kernel.org> Date: Thu, 15 Sep 2022 10:20:16 +0000 References: <20220906205545.1623193-1-matthieu.baerts@tessares.net> In-Reply-To: <20220906205545.1623193-1-matthieu.baerts@tessares.net> To: Matthieu Baerts Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, mathew.j.martineau@linux.intel.com, pabeni@redhat.com, shuah@kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, mptcp@lists.linux.dev, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni : On Tue, 6 Sep 2022 22:55:38 +0200 you wrote: > This series allows privileged Netlink operations from user namespaces. When a > non-root user configures MPTCP endpoints, the memory allocation is now accounted > to this user. See patches 4 and 5. > > Apart from that, there are some cleanup: > > - Patch 1 adds a macro to improve code readability > > [...] Here is the summary with links: - [net-next,1/5] mptcp: add mptcp_for_each_subflow_safe helper https://git.kernel.org/netdev/net-next/c/5efbf6f7f076 - [net-next,2/5] selftests: mptcp: move prefix tests of addr_nr_ns2 together https://git.kernel.org/netdev/net-next/c/a1c3bdd9c5df - [net-next,3/5] mptcp: add do_check_data_fin to replace copied https://git.kernel.org/netdev/net-next/c/0522b424c4c2 - [net-next,4/5] mptcp: allow privileged operations from user namespaces https://git.kernel.org/netdev/net-next/c/d15697185404 - [net-next,5/5] mptcp: account memory allocation in mptcp_nl_cmd_add_addr() to user https://git.kernel.org/netdev/net-next/c/3eb9a6b6503c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html