Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1666998
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4.11 00/13] 4.11.6-stable review |
| Date | 2017-06-15 20:10 +0200 |
| Message-ID | <tSHns-5OL-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@linuxfoundation.org>
Linux 4.11.6-rc1
Kai Chen <kai.chen@intel.com>
drm/i915: Disable decoupled MMIO
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drm/i915: Always recompute watermarks when distrust_bios_wm is set, v2.
Chris Wilson <chris@chris-wilson.co.uk>
drm/i915: Guard against i915_ggtt_disable_guc() being invoked unconditionally
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: Workaround VLV/CHV DSI scanline counter hardware fail
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: Fix 90/270 rotated coordinates for FBC
Daniel Vetter <daniel.vetter@ffwll.ch>
Revert "drm/i915: Restore lost "Initialized i915" welcome message"
Christian Borntraeger <borntraeger@de.ibm.com>
s390/kvm: do not rely on the ILC on kvm host protection fauls
Max Filippov <jcmvbkbc@gmail.com>
xtensa: don't use linux IRQ #0
Dave Young <dyoung@redhat.com>
efi: Fix boot panic because of invalid BGRT image address
Richard <richard@aaazen.com>
partitions/msdos: FreeBSD UFS2 file systems are not recognized
Imre Deak <imre.deak@intel.com>
drm/i915: Prevent the system suspend complete optimization
Imre Deak <imre.deak@intel.com>
PCI/PM: Add needs_resume flag to avoid suspend complete optimization
Chris Wilson <chris@chris-wilson.co.uk>
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(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 4.11 00/13] 4.11.6-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-15 20:10 +0200
[PATCH 4.11 05/13] efi: Fix boot panic because of invalid BGRT image address Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-15 20:10 +0200
[PATCH 4.11 07/13] s390/kvm: do not rely on the ILC on kvm host protection fauls Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-15 20:10 +0200
[PATCH 4.11 13/13] drm/i915: Disable decoupled MMIO Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-15 20:10 +0200
[PATCH 4.11 02/13] PCI/PM: Add needs_resume flag to avoid suspend complete optimization Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-15 20:10 +0200
[PATCH 4.11 06/13] xtensa: dont use linux IRQ #0 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-15 20:10 +0200
[PATCH 4.11 08/13] Revert "drm/i915: Restore lost "Initialized i915" welcome message" Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-15 20:10 +0200
Re: [PATCH 4.11 00/13] 4.11.6-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2017-06-16 00:30 +0200
Re: [PATCH 4.11 00/13] 4.11.6-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-16 08:30 +0200
Re: [PATCH 4.11 00/13] 4.11.6-stable review Guenter Roeck <linux@roeck-us.net> - 2017-06-16 02:50 +0200
Re: [PATCH 4.11 00/13] 4.11.6-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-16 08:30 +0200
csiph-web