mbox series

[Xenial,SRU] Xenial update to 4.4.84 stable release

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

Pull-request

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

Message

Stefan Bader Aug. 29, 2017, 2:44 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1713729

Skipped "netfilter: nf_ct_ext: fix possible panic after
nf_ct_extend_unregister" because it was already applied for
bug #1713729 Creating conntrack entry failure with kernel 4.4.0-89.

Adjusted file to patch of "perf/x86: Fix LBR related crashes on Intel Atom"
to match changes introduced by bug #1559914 Disable multi-record PEBS on
Merom. Patch did apply cleanly to new location.

Additionally had to revert "UBUNTU: SAUCE: (no-up) ALSA: usb-audio:
Add quirk for sennheiser officerunner" which was applied for
bug #1642572 because the same USB ID was now added by
"ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset".

-Stefan


---

The following changes since commit d1519aa7083002ce91f6c3f1edb1710e4e480675:

  UBUNTU: Ubuntu-4.4.0-94.117 (2017-08-28 17:09:59 +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 ec405783f5306ad57d354e88dbb9db7720c936ef:

  Linux 4.4.84 (2017-08-29 15:55:42 +0200)

----------------------------------------------------------------
Andy Lutomirski (1):
      x86/asm/64: Clear AC on NMI entries

Boris Brezillon (2):
      irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()
      irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()

Daniel Mentz (1):
      ALSA: seq: 2nd attempt at fixing race creating a queue

Greg Kroah-Hartman (1):
      Linux 4.4.84

Hector Martin (1):
      usb: qmi_wwan: add D-Link DWM-222 device ID

Jan Kara (1):
      audit: Fix use after free in audit_remove_watch_rule()

KT Liao (1):
      Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NB

Kai-Heng Feng (1):
      Input: elan_i2c - add ELAN0608 to the ACPI table

Kees Cook (1):
      mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes

Linus Torvalds (1):
      Sanitize 'move_pages()' permission checks

Mathias Nyman (1):
      usb: optimize acpi companion search for usb port devices

Oleg Nesterov (1):
      pids: make task_tgid_nr_ns() safe

Roger Pau Monne (1):
      xen: fix bio vec merging

Stefan Bader (1):
      Revert "UBUNTU: SAUCE: (no-up) ALSA: usb-audio: Add quirk for sennheiser officerunner"

Stephane Eranian (1):
      perf/x86: Fix LBR related crashes on Intel Atom

Takashi Iwai (2):
      ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
      ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices

Thomas Bogendoerfer (1):
      parisc: pci memory bar assignment fails with 64bit kernels on dino/cujo

megha.dey@linux.intel.com (1):
      crypto: x86/sha1 - Fix reads beyond the number of blocks passed

zhong jiang (1):
      mm/mempolicy: fix use after free when calling get_mempolicy

 Makefile                               |  2 +-
 arch/arm64/include/asm/elf.h           |  4 +-
 arch/x86/crypto/sha1_avx2_x86_64_asm.S | 67 ++++++++++++++++++----------------
 arch/x86/crypto/sha1_ssse3_glue.c      |  2 +-
 arch/x86/entry/entry_64.S              |  2 +
 arch/x86/events/intel/lbr.c            |  8 ++--
 arch/x86/include/asm/elf.h             |  4 +-
 drivers/input/mouse/elan_i2c_core.c    |  4 ++
 drivers/irqchip/irq-atmel-aic-common.c |  5 +--
 drivers/net/usb/qmi_wwan.c             |  1 +
 drivers/parisc/dino.c                  |  2 +-
 drivers/usb/core/usb-acpi.c            | 26 +++++++++++--
 drivers/xen/biomerge.c                 |  3 +-
 include/linux/pid.h                    |  4 +-
 include/linux/sched.h                  | 50 +++++++++++++------------
 kernel/audit_watch.c                   | 12 +++---
 kernel/pid.c                           | 11 ++----
 mm/mempolicy.c                         |  5 ---
 mm/migrate.c                           | 11 ++----
 sound/core/seq/seq_clientmgr.c         | 13 ++-----
 sound/core/seq/seq_queue.c             | 14 ++++---
 sound/core/seq/seq_queue.h             |  2 +-
 sound/usb/mixer.c                      |  2 +
 sound/usb/mixer.h                      |  1 +
 sound/usb/mixer_quirks.c               |  6 +++
 sound/usb/quirks.c                     |  2 +-
 26 files changed, 149 insertions(+), 114 deletions(-)

Comments

Kleber Sacilotto de Souza Sept. 19, 2017, 8:59 a.m. UTC | #1
Applied to xenial/master-next branch.

Skipped commit a03e7ed0a1ba (Input: elan_i2c - add ELAN0608 to the ACPI
table), since it had already been applied as a fix for LP: #1708852
(Touchpad not detected).

Skipped commit c4e9367e7f14 (mm: revert x86_64 and arm64 ELF_ET_DYN_BASE
base changes), since it had already been applied as a fix for LP:
#1715636 (Xenial update to 4.4.78 stable release broke Address Sanitizer).