cifsd-team / ksmbd

ksmbd kernel server(SMB/CIFS server)
151 stars 23 forks source link

Reduce descriptor size if remaining bytes is less than request size #597

Closed consp closed 9 months ago

consp commented 11 months ago

Fixes #595

namjaejeon commented 11 months ago

Please update the subject to "ksmbd: reduce descriptor size if remaining bytes is less than request size". And need to add signed-off-by tag. you can create the patch using git.

namjaejeon commented 11 months ago

Have you ever sent the patch to the mailing list ? ksmbd patch should be sent to the mailing list(linux-cifs@vger.kernel.org)

namjaejeon commented 11 months ago

Can you update the patch description ? You can add the description of ISSUE and how this patch fix it.

consp commented 11 months ago

@namjaejeon sorry for the slow response

Yes, I'll add the changes this weekend (this is on my private time). No I have never send a patch to the kernel mailing list (and have no intention of putting considerable amounts of time into it).

namjaejeon commented 11 months ago

Okay, I will directly update your patch and send the patch to mailing list. Let me know your full name and mail address to add signed-off-by tag.

namjaejeon commented 11 months ago

Let me know your full name and mail address to add signed-off-by tag.

@consp Ping?

namjaejeon commented 10 months ago

@consp I have reproduced it with cifs client, I will check it more. thanks.

namjaejeon commented 9 months ago

Applied updated patch. Let me know if you have the issue.