On 24/09/2024 19:00, Elena Salomatkina wrote: > In mlx5e_tir_builder_alloc() kvzalloc() may return NULL > which is dereferenced on the next line in a reference > to the modify field. > > Found by Linux Verification Center (linuxtesting.org) with SVACE. > > Fixes: a6696735d694 ("net/mlx5e: Convert TIR to a dedicated object") > Signed-off-by: Elena Salomatkina <esalomatkina@xxxxxxxxx> Thanks! Reviewed-by: Gal Pressman <gal@xxxxxxxxxx>