lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAH2r5msXrOGB1_JC-4jg0F4jbq5G33bGE8-uvdO6Doyw79E_mA@mail.gmail.com> Date: Fri, 24 Sep 2021 18:23:14 -0500 From: Steve French <smfrench@...il.com> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: CIFS <linux-cifs@...r.kernel.org>, LKML <linux-kernel@...r.kernel.org> Subject: [GIT PULL] cifs/smb3 client fixes Please pull the following changes since commit fdf5078458793fca9e9c0fb5e58a1a970ca0fdef: Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6 (2021-09-20 15:30:29 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.15-rc2-smb3-fixes for you to fetch changes up to 9ed38fd4a15417cac83967360cf20b853bfab9b6: cifs: fix incorrect check for null pointer in header_assemble (2021-09-23 21:12:53 -0500) ---------------------------------------------------------------- Six small cifs/smb3 fixes, 2 for stable - important fix for deferred close (found by a git functional test) related to attribute caching on close. - four (two cosmetic, two more serious) small fixes for problems pointed out by smatch via Dan Carpenter - fix for comment formatting problems pointed out by W=1 regression test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/805 ---------------------------------------------------------------- Dan Carpenter (1): cifs: fix a sign extension bug David Howells (1): cifs: Deal with some warnings from W=1 Steve French (4): cifs: Clear modified attribute bit from inode flags smb3: correct smb3 ACL security descriptor smb3: correct server pointer dereferencing check to be more consistent cifs: fix incorrect check for null pointer in header_assemble fs/cifs/connect.c | 5 +++-- fs/cifs/file.c | 4 ++-- fs/cifs/misc.c | 17 ++++++++++++++--- fs/cifs/smb2pdu.c | 4 ++-- 4 files changed, 21 insertions(+), 9 deletions(-) -- Thanks, Steve
Powered by blists - more mailing lists