Re: [PATCH net 2/4] tools: ynl-gen: use macro for binary min-len check
Jakub Kicinski <[email protected]>
| Newsgroups | com.zx2c4.lists.wireguard,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 1 Sep 2025 14:50:21 +0000 Asbjørn Sloth Tønnesen wrote: > This patch changes the generated min-len check for binary > attributes to use the NLA_POLICY_MIN_LEN() macro, and thereby > ensures that .validation_type is not left at NLA_VALIDATE_NONE. Please test this well and include the results in the commit message. I'm pretty sure it's fine as is.