mbox

[Zesty,SRU] Zesty update to 4.10.15 stable release

Message ID 1494251452-27257-1-git-send-email-stefan.bader@canonical.com
State New
Headers show

Pull-request

git://git.launchpad.net/~smb/+git/linux-zesty stable-4.10

Message

Stefan Bader May 8, 2017, 1:50 p.m. UTC
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1689258


The following patch needed manual backport because of changes done
for bug #1670508 "CIFS: Enable encryption for SMB3":
 * Handle mismatched open calls

The following patch was not applied because it already was applied
for bug #1674635 Kernel linux-image-4.4.0-67-generic prevent the
boot on Microsoft Hyper-v 2012r2 Gen2 VM:
 * scsi: storvsc: Workaround for virtual DVD SCSI version

-Stefan


---

The following changes since commit ae1ce83885712edf6a7d7af370f15198ecc757f8:

  Linux 4.10.14 (2017-05-05 11:24:15 -0300)

are available in the git repository at:

  git://git.launchpad.net/~smb/+git/linux-zesty stable-4.10

for you to fetch changes up to eea840d510b38ea7577d75e487ee983a2d52da68:

  Linux 4.10.15 (2017-05-08 15:47:08 +0200)

----------------------------------------------------------------
Adrian Salido (1):
      dm ioctl: prevent stack leak in dm ioctl call

Greg Kroah-Hartman (1):
      Linux 4.10.15

Guenter Roeck (1):
      hwmon: (it87) Avoid registering the same chip on both SIO addresses

Sachin Prabhu (1):
      Handle mismatched open calls

Thomas Gleixner (1):
      timerfd: Protect the might cancel mechanism proper

 Makefile                |  2 +-
 drivers/hwmon/it87.c    | 24 +++++++++++++++++-----
 drivers/md/dm-ioctl.c   |  2 +-
 fs/cifs/cifsglob.h      | 11 ++++++++++
 fs/cifs/cifssmb.c       |  4 ++++
 fs/cifs/connect.c       | 13 ++++++++++--
 fs/cifs/smb2misc.c      | 46 ++++++++++++++++++++++++++++++++++++++++++
 fs/cifs/smb2ops.c       |  4 ++++
 fs/cifs/smb2proto.h     |  7 +++++++
 fs/cifs/smb2transport.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++---
 fs/cifs/transport.c     |  2 ++
 fs/timerfd.c            | 17 +++++++++++++---
 12 files changed, 170 insertions(+), 15 deletions(-)

Comments

Thadeu Lima de Souza Cascardo May 8, 2017, 2:53 p.m. UTC | #1
Applied to zesty master-next branch.

Thanks.
Cascardo.