mbox

[Xenial,SRU] v4.4.62 stable update

Message ID 1492538217-26264-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 April 18, 2017, 5:56 p.m. UTC
http://bugs.launchpad.net/bugs/1683728

-Stefan

---

The following changes since commit f1e7a8454395594736350ac32e629ffb8ad21bb3:

  net: use net->count to check whether a netns is alive or not (2017-04-13 18:09:21 +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 79f2345d76c18ad9d5be0136725b9c1e32d63651:

  Linux 4.4.62 (2017-04-18 12:58:25 +0200)

----------------------------------------------------------------
Chris Wilson (1):
      drm/i915: Stop using RP_DOWN_EI on Baytrail

Greg Kroah-Hartman (1):
      Linux 4.4.62

Horia Geantă (1):
      crypto: caam - fix RNG deinstantiation error checking

Janusz Dziedzic (1):
      usb: dwc3: gadget: delay unmap of bounced requests

Matt Redfearn (6):
      MIPS: Introduce irq_stack
      MIPS: Stack unwinding while on IRQ stack
      MIPS: Only change $28 to thread_info if coming from user mode
      MIPS: Switch to the irq_stack in interrupts
      MIPS: Select HAVE_IRQ_EXIT_ON_IRQ_STACK
      MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch

Mika Kuoppala (1):
      drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3

Rafał Miłecki (1):
      mtd: bcm47xxpart: fix parsing first block after aligned TRX

 Makefile                           |  2 +-
 arch/mips/Kconfig                  |  1 +
 arch/mips/include/asm/irq.h        | 12 ++++++
 arch/mips/include/asm/stackframe.h |  7 ++++
 arch/mips/kernel/asm-offsets.c     |  1 +
 arch/mips/kernel/genex.S           | 81 +++++++++++++++++++++++++++++++++++---
 arch/mips/kernel/irq.c             | 11 ++++++
 arch/mips/kernel/process.c         | 15 ++++++-
 drivers/crypto/caam/ctrl.c         |  3 +-
 drivers/gpu/drm/i915/i915_drv.h    |  2 +-
 drivers/gpu/drm/i915/i915_irq.c    | 73 +++++++++++++---------------------
 drivers/gpu/drm/i915/intel_pm.c    | 12 +++++-
 drivers/mtd/bcm47xxpart.c          | 10 ++---
 drivers/usb/dwc3/gadget.c          | 21 ++++++++--
 14 files changed, 185 insertions(+), 66 deletions(-)

Comments

Thadeu Lima de Souza Cascardo April 21, 2017, 8:58 a.m. UTC | #1
Applied to xenial master-next branch.

Thanks.
Cascardo.