]> 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)
commit0ada771d441da502f7c9bbe5a26bda3fa4194d9e
treef4ed3c34db5bac50c5c09292eaf99ab9794ba4ad
parent9c3f25ca91293ac33ccc2dccacf3e770b2102d32
parent2e0b54272b4c83afbd27932dbd1b21c1d5d84535
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()