]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-shaper-fix-various-minor-bugs'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 12 May 2026 14:15:03 +0000 (16:15 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 12 May 2026 14:15:04 +0000 (16:15 +0200)
commit9988931df99cf5d68af360e1f23b9c674a0b1b4f
tree566478e30be01de48ad47efdc0adc6847ffa0a94
parent36a8d04a8293afcb9304cf0cd3741f67698f2a1a
parentce372e869f9f492f3d5aa9a0ae75ed52c61d2d6f
Merge branch 'net-shaper-fix-various-minor-bugs'

Jakub Kicinski says:

====================
net: shaper: fix various minor bugs

Fix various minor bugs in the net shaper API.

First 2 patches deal with ordering issues around inserting
and publishing new shapers. Shapers are inserted "tentatively"
and marked valid only after HW op succeeded, this used to
be slightly racy.

Only other patch of note is patch 8. We want to add a Netlink
policy check on the handle ID. This necessitates patch 7.

The rest are simple and self-explanatory.

v1: https://lore.kernel.org/20260506000628.1501691-1-kuba@kernel.org
====================

Link: https://patch.msgid.link/20260510192904.3987113-1-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>