]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
authorLin Ma <linma@zju.edu.cn>
Sat, 15 Mar 2025 16:51:13 +0000 (00:51 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Apr 2025 12:31:54 +0000 (14:31 +0200)
commitfc0f223ea342322d0f54fe902787e43b322f63e8
treecd6a4a0ba83ae11571489cb93e78d42a85c0cbe4
parent82d9084a97892de1ee4881eb5c17911fcd9be6f6
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES

[ Upstream commit 90a7138619a0c55e2aefaad27b12ffc2ddbeed78 ]

Previous commit 8b5c171bb3dc ("neigh: new unresolved queue limits")
introduces new netlink attribute NDTPA_QUEUE_LENBYTES to represent
approximative value for deprecated QUEUE_LEN. However, it forgot to add
the associated nla_policy in nl_ntbl_parm_policy array. Fix it with one
simple NLA_U32 type policy.

Fixes: 8b5c171bb3dc ("neigh: new unresolved queue limits")
Signed-off-by: Lin Ma <linma@zju.edu.cn>
Link: https://patch.msgid.link/20250315165113.37600-1-linma@zju.edu.cn
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/core/neighbour.c