From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve French Subject: [GIT] CIFS Fixes Date: Mon, 10 Mar 2014 10:04:31 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: "linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , linux-fsdevel To: Linus Torvalds Return-path: Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Fix for the problem which Al spotted in cifs_writev and a followup (noticed when fixing CVE-2014-0069) patch to ensure that cifs never sends more than the smb frame length over the socket (as we saw with that cifs_iovec_write problem that Jeff fixed last month). The following changes since commit f9b080803ec66f708309ceffab14ce879c302963: Merge tag 'usb-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2014-02-23 10:40:22 -0800) are available in the git repository at: git://git.samba.org/sfrench/cifs-2.6.git for-next for you to fetch changes up to dca1c8d17a2feae056f9e334ea75a462ae4cb52a: cifs: mask off top byte in get_rfc1002_length() (2014-02-28 14:01:14 -0600) ---------------------------------------------------------------- Jeff Layton (2): cifs: sanity check length of data to send before sending cifs: mask off top byte in get_rfc1002_length() Pavel Shilovsky (1): CIFS: Fix wrong pos argument of cifs_find_lock_conflict fs/cifs/cifsglob.h | 2 +- fs/cifs/file.c | 24 ++++++------------------ fs/cifs/transport.c | 29 +++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 19 deletions(-) -- Thanks, Steve