]> git.hungrycats.org Git - linux/commit
Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Aug 2024 23:31:12 +0000 (16:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Aug 2024 23:31:12 +0000 (16:31 -0700)
commite0fac5fc8b7657ee82a7d23eeac564182dbf51fd
treed39125a90f06cfb4b0e272961810d6c415faf393
parent98a1b2d71f9fac01c7aba80f30235b1b2e8234da
parent5b4f3af39b6588e8de4444d8e1ccf759b40f9414
Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - fix for clang warning - additional null check

 - fix for cached write with posix locks

 - flexible structure fix

* tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  smb: smb2pdu.h: Use static_assert() to check struct sizes
  smb3: fix lock breakage for cached writes
  smb/client: avoid possible NULL dereference in cifs_free_subrequest()
fs/smb/client/file.c