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 AC4011E481; Tue, 22 Oct 2024 13:40:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729604422; cv=none; b=U/L3TtfgdVYqOXC4YhCROK6GBAj4hzdOknBauES8uFPhWddJtCkvHZG9GACVCox+k/nDaHWN8MY4ysNiSruOXgscZL55P1M1fUIHvIaKwFlDnsZVCNwQGzZKUQbeinUGOUCP+fM5kNT5fyzgiVjw32zYw1qpwl+beKLmvsYtWks= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729604422; c=relaxed/simple; bh=WQqmPsFzX948qO5n2uVgN03q+hIMvwWm4jLEtyM8bjA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Fofk1zCK1nqWOirvAeYBWH/c0nKV1OuG8Dii8x6SEO5R5ethBnzb1FAp+85+i8zBb0zfzGlue3/SXDVV8JRQCgRli2cqZRfrlkfwSsxqKtajLTzau/cccJReZ0lvl91ZhI5C1wZI/1NSSPhvP96bZE8jFQ95PkxaEDdC2sK1r38= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RloKJxnD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RloKJxnD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44CA8C4CEE6; Tue, 22 Oct 2024 13:40:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1729604422; bh=WQqmPsFzX948qO5n2uVgN03q+hIMvwWm4jLEtyM8bjA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=RloKJxnDOhAMi8QX77gftiaUJY5WRU00UyTFWoyz/iZaIOXa6hIm9bQkqQlVfKHlY LJZ+JAiKAIpGWRJMb4AU37nExOGbdlyheRzoiMVbJ+/EcYmmS77btTiUZSPuegEr18 2Vu1ZbkWo7AuBXAT/SXzyqAFL0joPin0Kq7qhfZhdMwDOQE6QThOBPQTd2HdlrbucR nocWhQtNWURPyFarhKj2MnYRr/CZqIpSLcHZQGGRTw1X07IVyb6FapXqfc9O8IawPp nxMs053ykXIGxTNpzBOdbv1Jjz7nhtSr8pNuitJSej2CGfngscIXmPvhD9l1rZoMg8 Vsgqx/zmALELA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id ADE0F3822D22; Tue, 22 Oct 2024 13:40:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] tools: ynl-gen: use big-endian netlink attribute types From: patchwork-bot+netdevbpf@kernel.org Message-Id: <172960442851.967544.3510243712784820450.git-patchwork-notify@kernel.org> Date: Tue, 22 Oct 2024 13:40:28 +0000 References: <20241017094704.3222173-1-ast@fiberby.net> In-Reply-To: <20241017094704.3222173-1-ast@fiberby.net> To: =?utf-8?b?QXNiasO4cm4gU2xvdGggVMO4bm5lc2VuIDxhc3RAZmliZXJieS5uZXQ+?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, dsahern@kernel.org, matttbe@kernel.org, martineau@kernel.org, geliang@kernel.org, donald.hunter@gmail.com, netdev@vger.kernel.org, mptcp@lists.linux.dev, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Thu, 17 Oct 2024 09:47:02 +0000 you wrote: > Change ynl-gen-c.py to use NLA_BE16 and NLA_BE32 types to represent > big-endian u16 and u32 ynl types. > > Doing this enables those attributes to have range checks applied, as > the validator will then convert to host endianness prior to validation. > > The autogenerated kernel/uapi code have been regenerated by running: > ./tools/net/ynl/ynl-regen.sh -f > > [...] Here is the summary with links: - [net-next,v2] tools: ynl-gen: use big-endian netlink attribute types https://git.kernel.org/netdev/net-next/c/867d13a75488 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html