Re: [PATCH 6.6.y 0/1] ksmbd: validate owner of durable handle on reconnect

From: Alva Lan

Date: Mon May 25 2026 - 07:17:30 EST



On 5/24/2026 11:13 PM, Namjae Jeon wrote:
Hi Alva,

An additional adaptation was needed for 6.6.y: in ksmbd_free_global_file_table(),
the call to ksmbd_destroy_file_table(&global_ft) was replaced with
idr_destroy/kfree, since the function changed to take a
struct ksmbd_session *. This matches the approach in upstream commit
d484d621d40f ("ksmbd: add durable scavenger timer").
I think we should backport the upstream commit d484d621d40f ("ksmbd:
add durable scavenger timer") first, along with any subsequent bug-fix
patches related to it.
Thanks!

Thanks for your review. I have sent a v2 backport.

Alva Lan