From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754138AbdFOSBj (ORCPT ); Thu, 15 Jun 2017 14:01:39 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55520 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754125AbdFOSBh (ORCPT ); Thu, 15 Jun 2017 14:01:37 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.11 00/13] 4.11.6-stable review Date: Thu, 15 Jun 2017 19:54:34 +0200 Message-Id: <20170615175426.075744317@linuxfoundation.org> X-Mailer: git-send-email 2.13.1 MIME-Version: 1.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.11.6-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.11.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.11.6-rc1 X-KernelTest-Deadline: 2017-06-17T17:54+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Linux 4.11.6-rc1 Kai Chen drm/i915: Disable decoupled MMIO Maarten Lankhorst drm/i915: Always recompute watermarks when distrust_bios_wm is set, v2. Chris Wilson drm/i915: Guard against i915_ggtt_disable_guc() being invoked unconditionally Ville Syrjälä drm/i915: Workaround VLV/CHV DSI scanline counter hardware fail Ville Syrjälä drm/i915: Fix 90/270 rotated coordinates for FBC Daniel Vetter Revert "drm/i915: Restore lost "Initialized i915" welcome message" Christian Borntraeger s390/kvm: do not rely on the ILC on kvm host protection fauls Max Filippov xtensa: don't use linux IRQ #0 Dave Young efi: Fix boot panic because of invalid BGRT image address Richard partitions/msdos: FreeBSD UFS2 file systems are not recognized Imre Deak drm/i915: Prevent the system suspend complete optimization Imre Deak PCI/PM: Add needs_resume flag to avoid suspend complete optimization Chris Wilson 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(-)