https://github.com/torvalds/linux
Revision f41d5df5f146d606df02ec8fafd080a5ee6e6e81 authored by Linus Torvalds on 14 July 2022, 19:35:15 UTC, committed by Linus Torvalds on 14 July 2022, 19:35:15 UTC
Pull cifs fixes from Steve French:
 "Three smb3 client fixes:

   - two multichannel fixes: fix a potential deadlock freeing a channel,
     and fix a race condition on failed creation of a new channel

   - mount failure fix: work around a server bug in some common older
     Samba servers by avoiding padding at the end of the negotiate
     protocol request"

* tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  smb3: workaround negprot bug in some Samba servers
  cifs: remove unnecessary locking of chan_lock while freeing session
  cifs: fix race condition with delayed threads
2 parent s a24a6c0 + 32f3191
Raw File
Tip revision: f41d5df5f146d606df02ec8fafd080a5ee6e6e81 authored by Linus Torvalds on 14 July 2022, 19:35:15 UTC
Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Tip revision: f41d5df
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
*.dtsi diff=dts
*.dts  diff=dts
back to top