On Thu, Jan 15, 2026 at 10:38:21AM +0000, Ciara Loftus wrote:
> When commiting a new Tx scheduler hierarchy we assume the user has
> created a root node. However if they have not, it leads to an invalid
> memory access. While this would be an invalid configuration by the user
> we should still prevent the invalid memory access from happening. Do so
> by ensuring the root node is non null before dereferencing.
>
> Fixes: 715d449a965b ("net/ice: enhance Tx scheduler hierarchy support")
> Cc: [email protected]
>
> Signed-off-by: Ciara Loftus <[email protected]>
> ---
Acked-by: Bruce Richardson <[email protected]>