Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932307AbbF0BTf (ORCPT ); Fri, 26 Jun 2015 21:19:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47456 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752765AbbF0BJG (ORCPT ); Fri, 26 Jun 2015 21:09:06 -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, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 4.0 00/22] 4.0.7-stable review Date: Fri, 26 Jun 2015 18:08:42 -0700 Message-Id: <20150627010854.064848055@linuxfoundation.org> X-Mailer: git-send-email 2.4.4 MIME-Version: 1.0 User-Agent: quilt/0.64 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 Content-Length: 4559 Lines: 127 This is the start of the stable review cycle for the 4.0.7 release. There are 22 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 Mon Jun 29 01:08:46 UTC 2015. 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.0.7-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.0.7-rc1 Sam Bobroff powerpc/powernv: Restore non-volatile CRs after nap Peter Antoine drm/i915: Avoid GPU hang when coming out of s3 or s4 Junichi Nomura dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED Eugene Shatokhin kprobes/x86: Return correct length in __copy_instruction() Krzysztof Kozlowski ARM: EXYNOS: Fix failed second suspend on Exynos4 Alexey Sokolov cdc-acm: Add support of ATOL FPrint fiscal printers Rafał Miłecki b43: fix support for 14e4:4321 PCI dev with BCM4321 chipset Dmitry Tunin ath3k: add support of 13d3:3474 AR3012 device Dmitry Tunin ath3k: Add support of 0489:e076 AR3012 device Michel Dänzer drm/radeon: Add RADEON_INFO_VA_UNMAP_WORKING query Jani Nikula Revert "drm/i915: Don't skip request retirement if the active list is empty" Chris Wilson drm/i915: Always reset vma->ggtt_view.pages cache on unbinding Adam Jackson drm/mgag200: Reject non-character-cell-aligned mode widths Sagi Grimberg iser-target: Fix possible use-after-free Sagi Grimberg iser-target: Fix variable-length response error completion Steven Rostedt tracing: Have filter check for balanced ops Hui Wang ALSA: hda - adding a DAC/pin preference map for a HP Envy TS machine Nicolas Ferre clk: at91: fix h32mx prototype inclusion in pmc header Boris Brezillon clk: at91: pll: fix input range validity check Radim Krčmář KVM: x86: fix lapic.timer_mode on restore Steve Cornelius crypto: caam - fix RNG buffer cache alignment Steve Cornelius crypto: caam - improve initalization for context state saves ------------- Diffstat: Makefile | 4 ++-- arch/arm/mach-exynos/common.h | 2 ++ arch/arm/mach-exynos/exynos.c | 27 +++++++++++++++++++++++ arch/arm/mach-exynos/platsmp.c | 39 ++------------------------------- arch/arm/mach-exynos/suspend.c | 3 +++ arch/powerpc/kernel/idle_power7.S | 2 ++ arch/x86/kernel/kprobes/core.c | 9 +++++--- arch/x86/kvm/lapic.c | 26 +++++++++++++--------- drivers/bluetooth/ath3k.c | 4 ++++ drivers/bluetooth/btusb.c | 2 ++ drivers/clk/at91/clk-pll.c | 12 ++++++++-- drivers/clk/at91/pmc.h | 2 +- drivers/crypto/caam/caamhash.c | 2 ++ drivers/crypto/caam/caamrng.c | 2 +- drivers/gpu/drm/i915/i915_drv.c | 13 ++++++++--- drivers/gpu/drm/i915/i915_gem.c | 5 ++++- drivers/gpu/drm/mgag200/mgag200_mode.c | 5 +++++ drivers/gpu/drm/radeon/radeon_kms.c | 3 +++ drivers/infiniband/ulp/isert/ib_isert.c | 7 ++++-- drivers/md/dm.c | 4 ++-- drivers/net/wireless/b43/main.c | 4 ++++ drivers/usb/class/cdc-acm.c | 9 ++++++++ drivers/usb/class/cdc-acm.h | 1 + include/uapi/drm/radeon_drm.h | 1 + kernel/trace/trace_events_filter.c | 11 ++++++++-- sound/pci/hda/patch_sigmatel.c | 25 +++++++++++++++++++++ 26 files changed, 158 insertions(+), 66 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/