2022-04-03 20:59:25

by Steve French

[permalink] [raw]
Subject: [GIT PULL] ksmbd server fixes

Please pull the following changes since commit
ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2:

Linux 5.17-rc7 (2022-03-06 14:28:31 -0800)

are available in the Git repository at:

git://git.samba.org/ksmbd.git tags/5.18-rc-ksmbd-server-fixes

for you to fetch changes up to edf5f0548fbb77e20b898460dc25281b0f4d974d:

ksmbd: replace usage of found with dedicated list iterator variable
(2022-03-30 08:17:55 -0500)

----------------------------------------------------------------
six ksmbd SMB3 server fixes

- three cleanup fixes
- shorten module load warning
- two documentation fixes

Does not include the dentry race related changes which
are being reworked by Namjae.

--
Thanks,

Steve


2022-04-05 01:38:43

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] ksmbd server fixes

On Fri, Apr 1, 2022 at 11:40 AM Steve French <[email protected]> wrote:
>
> six ksmbd SMB3 server fixes
>
> - three cleanup fixes
> - shorten module load warning
> - two documentation fixes
>
> Does not include the dentry race related changes which
> are being reworked by Namjae.

Thanks. An updated diffstat would still have been nice, though...

But I've pulled it, no worries.

Linus