]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '5.13-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 May 2021 23:12:51 +0000 (13:12 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 May 2021 23:12:51 +0000 (13:12 -1000)
commit7af0206fbfe69bc8c7c7564873be1b09efafff3f
treef4ed3c34db5bac50c5c09292eaf99ab9794ba4ad
parented90685e6021501692e65a3d4db98a9e3173e0b4
parente49c805ea55b478f68fa813ced1f1f35377acaae
Merge tag '5.13-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "Seven smb3 fixes: one for stable, three others fix problems found in
  testing handle leases, and a compounded request fix"

* tag '5.13-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6:
  Fix KASAN identified use-after-free issue.
  Defer close only when lease is enabled.
  Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.
  cifs: Fix inconsistent indenting
  cifs: fix memory leak in smb2_copychunk_range
  SMB3: incorrect file id in requests compounded with open
  cifs: remove deadstore in cifs_close_all_deferred_files()