Please pull the following changes since commit eb555cb5b794f4e12a9897f3d46d5a72104cd4a7: Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd (2022-08-08 20:15:13 -0700) are available in the Git repository at: git://git.samba.org/ksmbd.git tags/5.20-rc2-ksmbd-smb3-server-fixes for you to fetch changes up to 17661ecf6a64eb11ae7f1108fe88686388b2acd5: ksmbd: don't remove dos attribute xattr on O_TRUNC open (2022-08-15 21:07:01 -0500) ---------------------------------------------------------------- 4 ksmbd server fixes: - important sparse file fix - allocation size fix - fix incorrect rc on bad share - share config fix ---------------------------------------------------------------- Atte Heikkilä (1): ksmbd: request update to stale share config Hyunchul Lee (1): ksmbd: remove unnecessary generic_fillattr in smb2_open Namjae Jeon (2): ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured ksmbd: don't remove dos attribute xattr on O_TRUNC open fs/ksmbd/ksmbd_netlink.h | 2 ++ fs/ksmbd/mgmt/share_config.c | 6 +++++- fs/ksmbd/mgmt/share_config.h | 1 + fs/ksmbd/mgmt/tree_connect.c | 16 +++++++++++++++- fs/ksmbd/smb2pdu.c | 35 ++++++++++++++++------------------- 5 files changed, 39 insertions(+), 21 deletions(-) -- Thanks, Steve