> > kfree should be used to free memory allocated by kmalloc or kzalloc to avoid any overhead and for > maintaining consistency. > > Fixes: 5dfeb6d945 ("cifsd: use kmalloc() for small allocations") > Signed-off-by: Muhammad Usama Anjum <musamaanjum@xxxxxxxxx> Looks good. I will apply. Thanks for your patch!