Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 5 Nov 2025 07:26:20 +0000 you wrote:
Liang reported an issue where setting a slave’s actor_port_prio to predefined values such as 0, 255, or 65535 would cause a system crash.
The problem occurs because in bond_opt_parse(), when the provided value matches a predefined table entry, the function returns that table entry, which does not contain slave information. Later, in bond_option_actor_port_prio_set(), calling bond_slave_get_rtnl() leads to a NULL pointer dereference.
[...]
Here is the summary with links: - [net] bonding: fix NULL pointer dereference in actor_port_prio setting https://git.kernel.org/netdev/net/c/067bf016e99a
You are awesome, thank you!