Merge tag '6.1-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Oct 2022 16:40:04 +0000 (09:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Oct 2022 16:40:04 +0000 (09:40 -0700)
commit28b7bd4ad25f7dc662a84636a619e61c97ac0e06
treeabc579c4bb27faa1e88f4d61c39bed8e4417ecd1
parent882ad2a2a8ffa1defecdf907052f04da2737dc46
parent153695d36ead0ccc4d0256953c751cabf673e621
Merge tag '6.1-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:

 - use after free fix for reconnect race

 - two memory leak fixes

* tag '6.1-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: fix use-after-free caused by invalid pointer `hostname`
  cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()
  cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()