]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 May 2019 20:49:50 +0000 (13:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 May 2019 20:49:50 +0000 (13:49 -0700)
commitbecaec4b3c5fdf9d20ec20ed6da5a1e3fc65d0a5
treef250117954733a4827e5dd9b313c52314895da91
parentec32149641e474fe7c53378f8cfbc6471ca0ca32
parent603d91d47cc7e0ed143a314e042240b2a531a094
Merge tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "Four small smb3 fixes, one for stable"

* tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM
  dfs_cache: fix a wrong use of kfree in flush_cache_ent()
  fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_free
  cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case