]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit8bb14ca1714fa341d638a5d313c258feae3a8f3f
treef4ed3c34db5bac50c5c09292eaf99ab9794ba4ad
parente8085a07097b217adeb2f0cad3ea79ac1f8750e5
parent9687c85dfbf84a6a37522626b4d5c5191a695e6c
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()