[PATCH 4.11 00/13] 4.11.6-stable review

From: Greg Kroah-Hartman
Date: Thu Jun 15 2017 - 14:01:42 EST


This is the start of the stable review cycle for the 4.11.6 release.
There are 13 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sat Jun 17 17:54:16 UTC 2017.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.11.6-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.11.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 4.11.6-rc1

Kai Chen <kai.chen@xxxxxxxxx>
drm/i915: Disable decoupled MMIO

Maarten Lankhorst <maarten.lankhorst@xxxxxxxxxxxxxxx>
drm/i915: Always recompute watermarks when distrust_bios_wm is set, v2.

Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>
drm/i915: Guard against i915_ggtt_disable_guc() being invoked unconditionally

Ville SyrjÃlà <ville.syrjala@xxxxxxxxxxxxxxx>
drm/i915: Workaround VLV/CHV DSI scanline counter hardware fail

Ville SyrjÃlà <ville.syrjala@xxxxxxxxxxxxxxx>
drm/i915: Fix 90/270 rotated coordinates for FBC

Daniel Vetter <daniel.vetter@xxxxxxxx>
Revert "drm/i915: Restore lost "Initialized i915" welcome message"

Christian Borntraeger <borntraeger@xxxxxxxxxx>
s390/kvm: do not rely on the ILC on kvm host protection fauls

Max Filippov <jcmvbkbc@xxxxxxxxx>
xtensa: don't use linux IRQ #0

Dave Young <dyoung@xxxxxxxxxx>
efi: Fix boot panic because of invalid BGRT image address

Richard <richard@xxxxxxxxxx>
partitions/msdos: FreeBSD UFS2 file systems are not recognized

Imre Deak <imre.deak@xxxxxxxxx>
drm/i915: Prevent the system suspend complete optimization

Imre Deak <imre.deak@xxxxxxxxx>
PCI/PM: Add needs_resume flag to avoid suspend complete optimization

Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>
drm/i915: Do not drop pagetables when empty


-------------

Diffstat:

Makefile | 4 ++--
arch/s390/kernel/entry.S | 19 +++++++++++-----
arch/x86/platform/efi/efi-bgrt.c | 26 +++++++++++++++++++++-
arch/xtensa/include/asm/irq.h | 3 ++-
arch/xtensa/kernel/irq.c | 5 -----
.../platforms/xtfpga/include/platform/hardware.h | 6 +++--
arch/xtensa/platforms/xtfpga/setup.c | 10 ++++-----
block/partitions/msdos.c | 2 ++
drivers/gpu/drm/i915/i915_drv.c | 13 +++++++----
drivers/gpu/drm/i915/i915_gem_gtt.c | 13 ++---------
drivers/gpu/drm/i915/i915_pci.c | 1 -
drivers/gpu/drm/i915/intel_display.c | 9 ++++++++
drivers/gpu/drm/i915/intel_fbc.c | 19 ++++++----------
drivers/gpu/drm/i915/intel_pm.c | 9 ++++++++
drivers/gpu/drm/i915/intel_sprite.c | 21 +++++++++++++++++
drivers/irqchip/irq-xtensa-mx.c | 2 +-
drivers/irqchip/irq-xtensa-pic.c | 2 +-
drivers/pci/pci.c | 3 ++-
include/linux/pci.h | 5 +++++
19 files changed, 119 insertions(+), 53 deletions(-)