mbox series

[Xenial,SRU] Xenial update to 4.4.93 stable release

Message ID 1508430788-6461-1-git-send-email-stefan.bader@canonical.com
State New
Headers show
Series [Xenial,SRU] Xenial update to 4.4.93 stable release | expand

Pull-request

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

Message

Stefan Bader Oct. 19, 2017, 4:33 p.m. UTC
https://bugs.launchpad.net/ubuntu/xenial/+source/linux/+bug/1724836

Manually applied "CIFS: Reconnect expired SMB sessions" ignoring some
fuzz and reverting the implementation of smb2_is_session_expired() to
its original 4.13 form as we carry related backports for bug #1670508
"CIFS: Enable encryption for SMB3".

Replace "UBUNTU: SAUCE: USB: serial: qcserial: add Dell DW5818, DW5819"
with the upstream stable version.

-Stefan


---

The following changes since commit 873569fbc99157cf82a40ffc10c5d4e63c6098ed:

  Linux 4.4.92 (2017-10-19 11:20:25 +0200)

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 685b884ff4bc387a2e793f44517f5929f9731800:

  Linux 4.4.93 (2017-10-19 18:06:50 +0200)

----------------------------------------------------------------
Alan Stern (1):
      USB: dummy-hcd: Fix deadlock caused by disconnect detection

Andreas Engel (1):
      USB: serial: cp210x: add support for ELV TFD500

Andreas Gruenbacher (1):
      direct-io: Prevent NULL pointer access in submit_page_section

Andrew Gabbasov (1):
      usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_options

Arend Van Spriel (1):
      brcmfmac: add length check in brcmf_cfg80211_escan_handler()

Darrick J. Wong (1):
      ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets

Greg Kroah-Hartman (1):
      Linux 4.4.93

Haozhong Zhang (1):
      KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit

Henryk Heisig (1):
      USB: serial: option: add support for TP-Link LTE module

Herbert Xu (1):
      crypto: shash - Fix zero-length shash ahash digest crash

Jaejoong Kim (1):
      HID: usbhid: fix out-of-bounds bug

Jeffrey Chu (1):
      USB: serial: ftdi_sio: add id for Cypress WICED dev board

Joerg Roedel (1):
      iommu/amd: Finish TLB flush in amd_iommu_unmap()

Johan Hovold (1):
      USB: serial: console: fix use-after-free after failed setup

Kazuya Mizuguchi (1):
      usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet

Luca Coelho (1):
      iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMD

Mathias Krause (1):
      x86/alternatives: Fix alt_max_short macro to really be a max()

Paul Burton (1):
      MIPS: math-emu: Remove pr_err() calls from fpu_emu()

Paul E. McKenney (1):
      rcu: Allow for page faults in NMI handlers

Pavel Shilovsky (1):
      CIFS: Reconnect expired SMB sessions

Peng Xu (1):
      nl80211: Define policy for packet pattern attributes

Peter Ujfalusi (1):
      dmaengine: edma: Align the memcpy acnt array size with the transfer

Shrirang Bagul (1):
      USB: serial: qcserial: add Dell DW5818, DW5819

Stefan Bader (1):
      Revert "UBUNTU: SAUCE: USB: serial: qcserial: add Dell DW5818, DW5819"

Takashi Iwai (5):
      ALSA: usb-audio: Kill stray URB at exiting
      ALSA: seq: Fix use-after-free at creating a port
      ALSA: seq: Fix copy_from_user() call inside lock
      ALSA: caiaq: Fix stray URB at probe error path
      ALSA: line6: Fix leftover URB at error-path during probe

Vitaly Mayatskikh (1):
      fix unbalanced page refcounting in bio_map_user_iov

 Makefile                                           |  2 +-
 arch/mips/math-emu/cp1emu.c                        |  2 --
 arch/x86/include/asm/alternative-asm.h             |  4 +++-
 arch/x86/include/asm/alternative.h                 |  6 ++---
 arch/x86/kvm/vmx.c                                 |  2 +-
 block/bio.c                                        |  8 +++++++
 crypto/shash.c                                     |  8 ++++---
 drivers/dma/edma.c                                 | 19 ++++++++++++---
 drivers/hid/usbhid/hid-core.c                      | 12 +++++++++-
 drivers/iommu/amd_iommu.c                          |  1 +
 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c | 18 ++++++++++++---
 drivers/net/wireless/iwlwifi/mvm/mac80211.c        | 10 +++++++-
 drivers/usb/gadget/composite.c                     |  5 ++++
 drivers/usb/gadget/udc/dummy_hcd.c                 |  9 +++++---
 drivers/usb/renesas_usbhs/fifo.c                   |  2 +-
 drivers/usb/serial/console.c                       |  1 +
 drivers/usb/serial/cp210x.c                        |  1 +
 drivers/usb/serial/ftdi_sio.c                      |  2 ++
 drivers/usb/serial/ftdi_sio_ids.h                  |  7 ++++++
 drivers/usb/serial/option.c                        |  2 ++
 fs/cifs/cifsglob.h                                 |  2 ++
 fs/cifs/cifssmb.c                                  |  7 ++++++
 fs/cifs/connect.c                                  |  7 ++++++
 fs/cifs/smb2ops.c                                  | 16 +++++++++++++
 fs/direct-io.c                                     |  3 ++-
 fs/ext4/file.c                                     |  4 ++--
 include/sound/seq_virmidi.h                        |  1 +
 kernel/rcu/tree.c                                  | 12 ++++++++++
 net/wireless/nl80211.c                             | 12 ++++++++--
 sound/core/seq/seq_clientmgr.c                     |  6 ++++-
 sound/core/seq/seq_ports.c                         |  7 ++++--
 sound/core/seq/seq_virmidi.c                       | 27 +++++++++++++++-------
 sound/usb/caiaq/device.c                           | 12 +++++++---
 sound/usb/line6/driver.c                           |  7 +++---
 sound/usb/mixer.c                                  | 12 ++++++++--
 sound/usb/mixer.h                                  |  2 ++
 36 files changed, 211 insertions(+), 47 deletions(-)

Comments

Kleber Sacilotto de Souza Oct. 30, 2017, 1:51 p.m. UTC | #1
Applied to xenial/master-next branch. Thanks.