Please pull the following changes since commit a38297e3fb012ddfa7ce0321a7e5a8daeb1872b6: Linux 6.9 (2024-05-12 14:12:29 -0700) are available in the Git repository at: git://git.samba.org/ksmbd.git tags/6.10-rc-ksmbd-server-fixes for you to fetch changes up to 405ee4097c4bc3e70556520aed5ba52a511c2266: ksmbd: ignore trailing slashes in share paths (2024-05-22 18:26:29 -0500) ---------------------------------------------------------------- two ksmbd server fixes, both for stable - fix oplock problem noticed with test generic/011 - fix trailing slash issue with iOS and Android clients ---------------------------------------------------------------- Namjae Jeon (1): ksmbd: avoid to send duplicate oplock break notifications Nandor Kracser (1): ksmbd: ignore trailing slashes in share paths fs/smb/server/mgmt/share_config.c | 6 +++++- fs/smb/server/oplock.c | 21 +++++++++++++-------- 2 files changed, 18 insertions(+), 9 deletions(-) -- Thanks, Steve