stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	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	[thread overview]
Message-ID: <20150627010854.064848055@linuxfoundation.org> (raw)

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 <gregkh@linuxfoundation.org>
    Linux 4.0.7-rc1

Sam Bobroff <sam.bobroff@au1.ibm.com>
    powerpc/powernv: Restore non-volatile CRs after nap

Peter Antoine <peter.antoine@intel.com>
    drm/i915: Avoid GPU hang when coming out of s3 or s4

Junichi Nomura <j-nomura@ce.jp.nec.com>
    dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED

Eugene Shatokhin <eugene.shatokhin@rosalab.ru>
    kprobes/x86: Return correct length in __copy_instruction()

Krzysztof Kozlowski <k.kozlowski@samsung.com>
    ARM: EXYNOS: Fix failed second suspend on Exynos4

Alexey Sokolov <sokolov@7pikes.com>
    cdc-acm: Add support of ATOL FPrint fiscal printers

Rafał Miłecki <zajec5@gmail.com>
    b43: fix support for 14e4:4321 PCI dev with BCM4321 chipset

Dmitry Tunin <hanipouspilot@gmail.com>
    ath3k: add support of 13d3:3474 AR3012 device

Dmitry Tunin <hanipouspilot@gmail.com>
    ath3k: Add support of 0489:e076 AR3012 device

Michel Dänzer <michel.daenzer@amd.com>
    drm/radeon: Add RADEON_INFO_VA_UNMAP_WORKING query

Jani Nikula <jani.nikula@intel.com>
    Revert "drm/i915: Don't skip request retirement if the active list is empty"

Chris Wilson <chris@chris-wilson.co.uk>
    drm/i915: Always reset vma->ggtt_view.pages cache on unbinding

Adam Jackson <ajax@redhat.com>
    drm/mgag200: Reject non-character-cell-aligned mode widths

Sagi Grimberg <sagig@mellanox.com>
    iser-target: Fix possible use-after-free

Sagi Grimberg <sagig@mellanox.com>
    iser-target: Fix variable-length response error completion

Steven Rostedt <rostedt@goodmis.org>
    tracing: Have filter check for balanced ops

Hui Wang <hui.wang@canonical.com>
    ALSA: hda - adding a DAC/pin preference map for a HP Envy TS machine

Nicolas Ferre <nicolas.ferre@atmel.com>
    clk: at91: fix h32mx prototype inclusion in pmc header

Boris Brezillon <boris.brezillon@free-electrons.com>
    clk: at91: pll: fix input range validity check

Radim Krčmář <rkrcmar@redhat.com>
    KVM: x86: fix lapic.timer_mode on restore

Steve Cornelius <steve.cornelius@freescale.com>
    crypto: caam - fix RNG buffer cache alignment

Steve Cornelius <steve.cornelius@freescale.com>
    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(-)



             reply	other threads:[~2015-06-27  1:09 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-27  1:08 Greg Kroah-Hartman [this message]
2015-06-27  1:08 ` [PATCH 4.0 01/22] crypto: caam - improve initalization for context state saves Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 02/22] crypto: caam - fix RNG buffer cache alignment Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 04/22] clk: at91: pll: fix input range validity check Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 05/22] clk: at91: fix h32mx prototype inclusion in pmc header Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 06/22] ALSA: hda - adding a DAC/pin preference map for a HP Envy TS machine Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 07/22] tracing: Have filter check for balanced ops Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 08/22] iser-target: Fix variable-length response error completion Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 09/22] iser-target: Fix possible use-after-free Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 10/22] drm/mgag200: Reject non-character-cell-aligned mode widths Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 11/22] drm/i915: Always reset vma->ggtt_view.pages cache on unbinding Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 14/22] ath3k: Add support of 0489:e076 AR3012 device Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 15/22] ath3k: add support of 13d3:3474 " Greg Kroah-Hartman
2015-06-27  1:08 ` [PATCH 4.0 17/22] cdc-acm: Add support of ATOL FPrint fiscal printers Greg Kroah-Hartman
2015-06-27  1:09 ` [PATCH 4.0 18/22] ARM: EXYNOS: Fix failed second suspend on Exynos4 Greg Kroah-Hartman
2015-06-27  1:09 ` [PATCH 4.0 19/22] kprobes/x86: Return correct length in __copy_instruction() Greg Kroah-Hartman
2015-06-27  1:09 ` [PATCH 4.0 20/22] dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED Greg Kroah-Hartman
2015-06-27  1:09 ` [PATCH 4.0 21/22] drm/i915: Avoid GPU hang when coming out of s3 or s4 Greg Kroah-Hartman
2015-06-27  1:09 ` [PATCH 4.0 22/22] powerpc/powernv: Restore non-volatile CRs after nap Greg Kroah-Hartman
2015-06-27  3:13 ` [PATCH 4.0 00/22] 4.0.7-stable review Shuah Khan
2015-06-27  6:07 ` Guenter Roeck
2015-06-27  9:04 ` Sudip Mukherjee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150627010854.064848055@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=shuah.kh@samsung.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).