From: Steve French <smfrench@gmail.com> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: Namjae Jeon <linkinjeon@kernel.org>, CIFS <linux-cifs@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org> Subject: [GIT PULL] ksmbd fixes Date: Fri, 12 Nov 2021 10:19:05 -0600 [thread overview] Message-ID: <CAH2r5ms0=2rMt4+jGi1nQC+EPrjozYezRjSiyt9DCxbkTwqgNw@mail.gmail.com> (raw) Please pull the following changes since commit b5013d084e03e82ceeab4db8ae8ceeaebe76b0eb: Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2021-11-06 16:47:53 -0700) are available in the Git repository at: git://git.samba.org/ksmbd.git tags/5.16-rc-ksmbd-fixes for you to fetch changes up to 26a2787d45c5af8ffe0f986c01c36bc9111aa9be: ksmbd: Use the SMB3_Create definitions from the shared (2021-11-11 19:22:58 -0600) ---------------------------------------------------------------- 15 smb server fixes: 3 for stable - important fix for validate negotiate - fix alignment check in packet validation - cleanup of dead code (like MD4) - refactoring some protocol headers to use common code in smbfs_common Regression test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/8/builds/93 ---------------------------------------------------------------- Christophe JAILLET (1): ksmbd: Remove redundant 'flush_workqueue()' calls Marios Makassikis (1): ksmbd: Fix buffer length check in fsctl_validate_negotiate_info() Namjae Jeon (6): ksmbd: don't need 8byte alignment for request length in ksmbd_check_message ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION ksmbd: remove md4 leftovers ksmbd: remove smb2_buf_length in smb2_hdr ksmbd: remove smb2_buf_length in smb2_transform_hdr ksmbd: change LeaseKey data type to u8 array Ralph Boehme (3): ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message() ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message() ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon() Ronnie Sahlberg (4): ksmbd: switch to use shared definitions where available ksmbd: use the common definitions for NEGOTIATE_PROTOCOL ksmbd: Move more definitions into the shared area ksmbd: Use the SMB3_Create definitions from the shared fs/ksmbd/Kconfig | 2 +- fs/ksmbd/auth.c | 11 +- fs/ksmbd/connection.c | 11 +- fs/ksmbd/ksmbd_work.c | 1 - fs/ksmbd/ksmbd_work.h | 4 +- fs/ksmbd/oplock.c | 48 ++-- fs/ksmbd/oplock.h | 2 - fs/ksmbd/server.c | 2 +- fs/ksmbd/smb2misc.c | 16 +- fs/ksmbd/smb2ops.c | 9 +- fs/ksmbd/smb2pdu.c | 591 +++++++++++++++++++------------------- fs/ksmbd/smb2pdu.h | 696 ++------------------------------------------- fs/ksmbd/smb_common.c | 13 +- fs/ksmbd/smb_common.h | 55 +--- fs/ksmbd/transport_rdma.c | 3 +- fs/ksmbd/vfs.c | 8 +- fs/ksmbd/vfs.h | 39 --- 17 files changed, 372 insertions(+), 1139 deletions(-) -- Thanks, Steve
next reply other threads:[~2021-11-12 16:19 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-11-12 16:19 Steve French [this message] 2021-11-13 19:44 ` pr-tracker-bot -- strict thread matches above, loose matches on Subject: below -- 2022-01-20 6:14 Steve French 2022-01-20 11:59 ` pr-tracker-bot 2021-12-24 0:45 Steve French 2021-12-24 1:22 ` pr-tracker-bot 2021-10-23 15:06 Steve French 2021-10-24 17:12 ` pr-tracker-bot 2021-10-09 4:59 Steve French 2021-10-09 22:05 ` pr-tracker-bot 2021-09-09 21:59 Steve French 2021-09-09 23:18 ` Steve French 2021-09-09 23:21 ` Linus Torvalds 2021-09-09 23:23 ` 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='CAH2r5ms0=2rMt4+jGi1nQC+EPrjozYezRjSiyt9DCxbkTwqgNw@mail.gmail.com' \ --to=smfrench@gmail.com \ --cc=linkinjeon@kernel.org \ --cc=linux-cifs@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=torvalds@linux-foundation.org \ --subject='Re: [GIT PULL] ksmbd 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).