]> git.dujemihanovic.xyz Git - linux.git/commit
Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Jun 2024 15:01:57 +0000 (11:01 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Jun 2024 15:01:57 +0000 (11:01 -0400)
commitd14f2780f0552edac67c24ac8868d44b2b1022a3
treeea478e697cc4b600b75f40b8714092db22c7513d
parent0971e82ea34c5e01cd3e68d231caa81780e8cafb
parent3f59138580bf8006fa99641b5803d0f683709f10
Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:
 "Five smb3 client fixes

   - three nets/fiolios cifs fixes

   - fix typo in module parameters description

   - fix incorrect swap warning"

* tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: Move the 'pid' from the subreq to the req
  cifs: Only pick a channel once per read request
  cifs: Defer read completion
  cifs: fix typo in module parameter enable_gcm_256
  cifs: drop the incorrect assertion in cifs_swap_rw()