On Wed, Nov 12, 2025 at 09:47:39AM +0200, Bing Zhao wrote: > From: Nupur Uttarwar <[email protected]> > > `buddy` was erroroneously declared as static. When multiple > threads call this routine, they set the same static variable > corrupting pool data and can cause potential double free when > releasing resources. > > Fixes: b4dd7bcb0dcb ("net/mlx5/hws: add pool and buddy") > > Signed-off-by: Nupur Uttarwar <[email protected]>
Acked-by: Dariusz Sosnowski <[email protected]>

