From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F03CA3D99C; Tue, 24 Oct 2023 20:10:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="u+fOitUn" Received: by smtp.kernel.org (Postfix) with ESMTPS id 89610C433C8; Tue, 24 Oct 2023 20:10:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698178227; bh=FweFrBA5GoLxt0rHJp8rpoAgZynSyNvlwoeW27A/aDc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=u+fOitUnMI6sk1vrqU8xsdm9scrwsT766/QdKWFUFVP8fgl6NANwxL8LtyzhcVmNn BZpsrEJ6GoiibPlgNQlXdG0P9X9aLV4KogInpR/MwGglwLYLP9l9dEV44w+6/jOj+8 pgcwS2M6CMuahc+H1/ZsTCUapjk2FaKXeRfgyo/E0TqwmI4sXWOLm9ggkD0aptmuif 5Tdz310Y2aDmyRWn+5UQRhjWeO9WhEV5NeFgiPNMr1imJpTz9EVsO3Mnv7oFZ8HUND UGXCkG9/xbLdz5ttkCqGo7adgKjBpWxsNrP0ua3p7aIRcIT/vSPWcy6/lo4kyg4X1K TPTYdB6ph52GA== 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 6E81DC00446; Tue, 24 Oct 2023 20:10:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: mptcp@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 0/7] mptcp: convert Netlink code to use YAML spec From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169817822744.29692.7677408637061312181.git-patchwork-notify@kernel.org> Date: Tue, 24 Oct 2023 20:10:27 +0000 References: <20231023-send-net-next-20231023-1-v2-0-16b1f701f900@kernel.org> In-Reply-To: <20231023-send-net-next-20231023-1-v2-0-16b1f701f900@kernel.org> To: Mat Martineau Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, matttbe@kernel.org, netdev@vger.kernel.org, mptcp@lists.linux.dev, horms@kernel.org, dcaratti@redhat.com Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 23 Oct 2023 11:17:04 -0700 you wrote: > This series from Davide converts most of the MPTCP Netlink interface > (plus uAPI bits) to use sources generated by YNL using a YAML spec file. > > This new YAML file is useful to validate the API and to generate a good > documentation page. > > Patch 1 modifies YNL spec to support "uns-admin-perm" for genetlink > legacy. > > [...] Here is the summary with links: - [net-next,v2,1/7] tools: ynl: add uns-admin-perm to genetlink legacy https://git.kernel.org/netdev/net-next/c/52c121f4bf27 - [net-next,v2,2/7] tools: ynl-gen: add support for exact-len validation https://git.kernel.org/netdev/net-next/c/0c63ad379526 - [net-next,v2,3/7] net: mptcp: convert netlink from small_ops to ops https://git.kernel.org/netdev/net-next/c/1d0507f46843 - [net-next,v2,4/7] Documentation: netlink: add a YAML spec for mptcp https://git.kernel.org/netdev/net-next/c/bc8aeb2045e2 - [net-next,v2,5/7] uapi: mptcp: use header file generated from YAML spec https://git.kernel.org/netdev/net-next/c/9d1ed17f93ce - [net-next,v2,6/7] net: mptcp: rename netlink handlers to mptcp_pm_nl__{doit,dumpit} https://git.kernel.org/netdev/net-next/c/1e07938e29c5 - [net-next,v2,7/7] net: mptcp: use policy generated by YAML spec https://git.kernel.org/netdev/net-next/c/aab4d8564947 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html