mbox

[Xenial,SRU] Xenial update to 4.4.74 stable release

Message ID 1499092703-30213-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 July 3, 2017, 2:38 p.m. UTC
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702104

The following 3 patches were skipped as they have already been applied when fixing up the kernel for CVE-2017-1000364:
 - mm: larger stack guard gap, between vmas
 - Allow stack to grow up to address space limit
 - mm: fix new crash in unmapped_area_topdown()

-Stefan


---

The following changes since commit 1ea84acdf680b42a9db6121e71924e5389d98599:

  hv_utils: fix TimeSync work on pre-TimeSync-v4 hosts (2017-07-03 10:40:01 -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 04984ede6372c7064bf79d822a36541b0b87cde4:

  Linux 4.4.74 (2017-07-03 16:03:15 +0200)

----------------------------------------------------------------
Alan Stern (1):
      USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks

Anton Bondarenko (1):
      usb: core: fix potential memory leak in error path during hcd creation

Arnd Bergmann (1):
      pvrusb2: reduce stack usage pvr2_eeprom_analyze()

Chris Brandt (2):
      usb: r8a66597-hcd: select a different endpoint on timeout
      usb: r8a66597-hcd: decrease timeout

Christophe JAILLET (2):
      vb2: Fix an off by one error in 'vb2_plane_vaddr'
      serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'

Corentin Labbe (1):
      usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk

Dan Carpenter (2):
      staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()
      drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()

Emmanuel Grumbach (1):
      mac80211: don't look at the PM bit of BAR frames

Greg Kroah-Hartman (1):
      Linux 4.4.74

Heiner Kallweit (1):
      genirq: Release resources in __setup_irq() error path

James Morse (1):
      mm/memory-failure.c: use compound_head() flags for huge pages

Jason A. Donenfeld (1):
      mac80211/wpa: use constant time memory comparison for MACs

Johan Hovold (2):
      USB: hub: fix SS max number of ports
      USB: gadget: dummy_hcd: fix hub-descriptor removable fields

Johannes Berg (1):
      mac80211: fix IBSS presp allocation size

Koen Vandeputte (1):
      mac80211: fix CSA in IBSS mode

Laura Abbott (1):
      x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()

Marc Kleine-Budde (1):
      can: gs_usb: fix memory leak in gs_cmd_reset()

Matt Ranostay (1):
      iio: proximity: as3935: recalibrate RCO after resume

Nicholas Bellinger (1):
      configfs: Fix race between create_link and configfs_rmdir

Paul Burton (1):
      MIPS: Fix bnezc/jialc return address calculation

Shuah Khan (1):
      usb: dwc3: exynos fix axius clock error path to do cleanup

Thomas Gleixner (2):
      alarmtimer: Prevent overflow of relative timers
      alarmtimer: Rate limit periodic intervals

Tomasz WilczyƄski (1):
      cpufreq: conservative: Allow down_threshold to take values from 1 to 10

Tony Lindgren (1):
      mfd: omap-usb-tll: Fix inverted bit use for USB TLL mode

Yu Zhao (1):
      swap: cond_resched in swap_cgroup_prepare()

 Makefile                                   |  2 +-
 arch/mips/kernel/branch.c                  |  4 +++-
 arch/x86/mm/numa_32.c                      |  1 +
 drivers/cpufreq/cpufreq_conservative.c     |  4 ++--
 drivers/iio/proximity/as3935.c             |  6 ++----
 drivers/media/usb/pvrusb2/pvrusb2-eeprom.c | 13 ++++---------
 drivers/media/v4l2-core/videobuf2-core.c   |  2 +-
 drivers/mfd/omap-usb-tll.c                 |  2 +-
 drivers/misc/c2port/c2port-duramar2150.c   |  4 ++--
 drivers/net/can/usb/gs_usb.c               |  2 ++
 drivers/staging/rtl8188eu/core/rtw_ap.c    |  2 +-
 drivers/tty/serial/efm32-uart.c            | 11 ++++++++---
 drivers/usb/core/hcd.c                     |  1 +
 drivers/usb/core/hub.c                     |  8 +++++++-
 drivers/usb/dwc3/dwc3-exynos.c             |  4 +++-
 drivers/usb/gadget/legacy/inode.c          |  5 +++--
 drivers/usb/gadget/udc/dummy_hcd.c         | 19 +++++++------------
 drivers/usb/gadget/udc/net2280.c           |  9 +--------
 drivers/usb/host/r8a66597-hcd.c            |  6 ++++--
 drivers/usb/host/xhci-pci.c                |  3 +++
 fs/configfs/symlink.c                      |  3 +--
 include/uapi/linux/usb/ch11.h              |  3 +++
 kernel/irq/manage.c                        |  4 +++-
 kernel/time/alarmtimer.c                   | 14 +++++++++++---
 mm/memory-failure.c                        |  5 ++++-
 mm/swap_cgroup.c                           |  3 +++
 net/mac80211/ibss.c                        |  6 ++++--
 net/mac80211/rx.c                          |  6 +++++-
 net/mac80211/wpa.c                         |  9 +++++----
 29 files changed, 96 insertions(+), 65 deletions(-)

Comments

Thadeu Lima de Souza Cascardo July 11, 2017, 11:15 a.m. UTC | #1
Applied to xenial master-next branch.

Thanks.
Cascardo.