2021-07-29 23:15 GMT+09:00, Dan Carpenter <dan.carpenter@xxxxxxxxxx>: > If smb2_get_name() then "name" is an error pointer. In the clean up > code, we try to kfree() it and that will lead to an Oops. Set it to > NULL instead. > > Fixes: e2f34481b24d ("cifsd: add server-side procedures for SMB3") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> I will apply, Thanks for your patch!