From: Steve French <smfrench@gmail.com> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: CIFS <linux-cifs@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org> Subject: [GIT PULL] cifs/smb3 client fixes Date: Fri, 24 Sep 2021 18:23:14 -0500 [thread overview] Message-ID: <CAH2r5msXrOGB1_JC-4jg0F4jbq5G33bGE8-uvdO6Doyw79E_mA@mail.gmail.com> (raw) 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
next reply other threads:[~2021-09-24 23:23 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-09-24 23:23 Steve French [this message] 2021-09-25 19:06 ` pr-tracker-bot -- strict thread matches above, loose matches on Subject: below -- 2022-02-04 6:08 Steve French 2022-02-04 17:58 ` pr-tracker-bot 2021-12-10 20:41 Steve French 2021-12-11 1:38 ` pr-tracker-bot 2021-11-06 13:49 Steve French 2021-11-06 23:50 ` pr-tracker-bot 2021-09-18 19:54 Steve French 2021-09-20 23:32 ` pr-tracker-bot 2021-08-30 5:48 Steve French 2021-08-31 16:39 ` Linus Torvalds 2021-08-31 17:08 ` Steve French 2021-08-31 17:43 ` Linus Torvalds 2021-08-31 18:06 ` Steve French 2021-09-14 21:21 ` Steve French 2021-08-31 16:41 ` pr-tracker-bot
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAH2r5msXrOGB1_JC-4jg0F4jbq5G33bGE8-uvdO6Doyw79E_mA@mail.gmail.com \ --to=smfrench@gmail.com \ --cc=linux-cifs@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=torvalds@linux-foundation.org \ --subject='Re: [GIT PULL] cifs/smb3 client fixes' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).