mbox

[Xenial,SRU] Xenial update to 4.4.67 stable release

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

Pull-request

git://git.launchpad.net/~smb/+git/linux-xenial stable-4.4

Message

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


The following patches were skipped because they were already applied:

* bug #1623750 Request to backport cxlflash patches to Xenial SRU
  stream
  - scsi: cxlflash: Scan host only after the port is ready for I/O
  - scsi: cxlflash: Fix to avoid EEH and host reset collisions
  - scsi: cxlflash: Improve EEH recovery time
* bug #1669153 Add Use-After-Free Patch for Ubuntu16.10 - EEH
  on BELL3 adapter fails to recover (serial/tty
  - 8250_pci: Fix potential use-after-free in error path

-Stefan


---

The following changes since commit 88b7e070abf50d4c71c35a9a77f0ef9837737d6f:

  x86/power/64: Always create temporary identity mapping correctly (2017-05-05 17:00:55 -0300)

are available in the git repository at:

  git://git.launchpad.net/~smb/+git/linux-xenial stable-4.4

for you to fetch changes up to fe2a13f2df890e1910136667956dbd1f308bc9ef:

  Linux 4.4.67 (2017-05-08 15:01:04 +0200)

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

Arnd Bergmann (5):
      ALSA: ppc/awacs: shut up maybe-uninitialized warning
      mtd: avoid stack overflow in MTD CFI code
      net: tg3: avoid uninitialized variable warning
      IB/qib: rename BITS_PER_PAGE to RVT_BITS_PER_PAGE
      IB/ehca: fix maybe-uninitialized warnings

Greg Kroah-Hartman (1):
      Linux 4.4.67

J. Bruce Fields (2):
      nfsd4: minor NFSv2/v3 write decoding cleanup
      nfsd: stricter decoding of write-like NFSv2/v3 ops

Jaegeuk Kim (1):
      ext4/fscrypto: avoid RCU lookup in d_revalidate

Lars Ellenberg (1):
      drbd: avoid redefinition of BITS_PER_PAGE

Richard Weinberger (1):
      ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY

Ross Lagerwall (1):
      netlink: Allow direct reclaim for fallback allocation

Sachin Prabhu (1):
      Handle mismatched open calls

Takashi Iwai (1):
      ASoC: intel: Fix PM and non-atomic crash in bytcr drivers

Theodore Ts'o (2):
      ext4 crypto: revalidate dentry after adding or removing the key
      ext4 crypto: use dget_parent() in ext4_d_revalidate()

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

 Makefile                              |  2 +-
 drivers/block/drbd/drbd_bitmap.c      |  6 ++++
 drivers/infiniband/hw/qib/qib_qp.c    | 18 +++++------
 drivers/md/dm-ioctl.c                 |  2 +-
 drivers/mtd/chips/Kconfig             |  1 +
 drivers/net/ethernet/broadcom/tg3.c   |  2 +-
 drivers/staging/rdma/ehca/ehca_mrmw.c |  3 +-
 fs/cifs/cifsglob.h                    | 11 +++++++
 fs/cifs/cifssmb.c                     |  4 +++
 fs/cifs/connect.c                     | 13 ++++++--
 fs/cifs/smb2misc.c                    | 44 ++++++++++++++++++++++++++
 fs/cifs/smb2ops.c                     |  4 +++
 fs/cifs/smb2proto.h                   |  7 +++++
 fs/cifs/smb2transport.c               | 58 ++++++++++++++++++++++++++++++----
 fs/cifs/transport.c                   |  2 ++
 fs/ext4/crypto.c                      | 59 +++++++++++++++++++++++++++++++++++
 fs/ext4/dir.c                         |  6 ++++
 fs/ext4/ext4.h                        |  1 +
 fs/ext4/ioctl.c                       |  3 ++
 fs/ext4/namei.c                       | 18 +++++++++++
 fs/nfsd/nfs3xdr.c                     | 12 ++++---
 fs/nfsd/nfsxdr.c                      | 10 +++---
 fs/timerfd.c                          | 17 ++++++++--
 include/linux/mtd/map.h               | 19 +++++------
 net/netlink/af_netlink.c              |  2 +-
 sound/ppc/awacs.c                     |  1 +
 sound/soc/intel/boards/bytcr_rt5640.c |  3 +-
 27 files changed, 282 insertions(+), 46 deletions(-)

Comments

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

Thanks.
Cascardo.