On Sat, Feb 10, 2024 at 11:53:13AM +0100, Christophe JAILLET wrote: > Use kasprintf() instead of open-coding it. > This saves some lines of code, avoid a hard-coded magic number and is more > robust. > > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > --- > If you consider it as a bug fix, should 'name' overflow because of the > hard-coded limit, then: > Fixes: ac6ea6e81a80 ("net/mlx5_core: Use private health thread for each device") TBH I am entirely unsure if an overflow can occur. But in any case the change looks good to me. Reviewed-by: Simon Horman <horms@xxxxxxxxxx>