]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'genetlink-apply-reject-policy-for-split-ops-on-the-dispatch-path'
authorJakub Kicinski <kuba@kernel.org>
Fri, 13 Mar 2026 01:02:15 +0000 (18:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Mar 2026 01:02:15 +0000 (18:02 -0700)
commit06fc88a6973fa6203c7c0cd3f5cef9d3405928ca
tree1a29e7c7126c93930a472ae7b57fa07e98eeeb55
parent6e263aadbaf231bbb73e1fed048b3e3591f06264
parentc1f9a89b0c901266028e66cd8e6bdf54c8c3042e
Merge branch 'genetlink-apply-reject-policy-for-split-ops-on-the-dispatch-path'

Jakub Kicinski says:

====================
genetlink: apply reject policy for split ops on the dispatch path

Looks like I somehow missed adding default reject policies to commands
in families using split Netlink ops. I realized this randomly trying
to dump page pools for a specific device and always getting all of them
back. The per-device dump is simply not implemented so the request
should have been rejected. Patch 2 is the real change, the rest is
just accompaniment.
====================

Link: https://patch.msgid.link/20260311032839.417748-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>