]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '6.0-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Sep 2022 13:41:44 +0000 (06:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Sep 2022 13:41:44 +0000 (06:41 -0700)
commit23447132097df0441e1a0bcfa2f36e04b7705d45
tree0fbc384082c04fb80f7abfd38f47edc3b6b324af
parentbe391f870a554ae5bd37cb2d2822918cc075f318
parentb459c59dd3ed162912f0545b75a52effff81e5c7
Merge tag '6.0-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "Four smb3 fixes for stable:

   - important fix to revalidate mapping when doing direct writes

   - missing spinlock

   - two fixes to socket handling

   - trivial change to update internal version number for cifs.ko"

* tag '6.0-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: update internal module number
  cifs: add missing spinlock around tcon refcount
  cifs: always initialize struct msghdr smb_msg completely
  cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
  cifs: revalidate mapping when doing direct writes