Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 13 Dec 2024 09:44:53 +0100 you wrote:
Introduce a new helper function, `sk_set_prio_allowed`, to centralize the logic for validating priority settings. Add support for the `SO_PRIORITY` control message, enabling user-space applications to set socket priority via control messages (cmsg).
Patch Overview:
[...]
Here is the summary with links: - [net-next,v7,1/4] sock: Introduce sk_set_prio_allowed helper function https://git.kernel.org/netdev/net-next/c/77ec16be758e - [net-next,v7,2/4] sock: support SO_PRIORITY cmsg https://git.kernel.org/netdev/net-next/c/a32f3e9d1ed1 - [net-next,v7,3/4] selftests: net: test SO_PRIORITY ancillary data with cmsg_sender https://git.kernel.org/netdev/net-next/c/cda7d5abe089 - [net-next,v7,4/4] sock: Introduce SO_RCVPRIORITY socket option (no matching commit)
You are awesome, thank you!