All of lore.kernel.org
 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, satoru.takeuchi@gmail.com,
	shuah.kh@samsung.com, stable@vger.kernel.org
Subject: [PATCH 3.10 00/22] 3.10.35-stable review
Date: Fri, 28 Mar 2014 10:31:52 -0700	[thread overview]
Message-ID: <20140328173109.378288825@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 3.10.35 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 Sun Mar 30 17:30:55 UTC 2014.
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/v3.0/stable-review/patch-3.10.35-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 3.10.35-rc1

Gerald Schaefer <gerald.schaefer@de.ibm.com>
    sched/autogroup: Fix race with task_groups list

Michele Baldessari <michele@acksyn.org>
    e100: Fix "disabling already-disabled device" warning

Sarah Sharp <sarah.a.sharp@linux.intel.com>
    xhci: Fix resume issues on Renesas chips in Samsung laptops

Ping Cheng <pinglinux@gmail.com>
    Input: wacom - make sure touch_max is set for touch devices

Marcelo Tosatti <mtosatti@redhat.com>
    KVM: VMX: fix use after free of vmx->loaded_vmcs

Marcelo Tosatti <mtosatti@redhat.com>
    KVM: x86: handle invalid root_hpa everywhere

Marcelo Tosatti <mtosatti@redhat.com>
    KVM: MMU: handle invalid root_hpa at __direct_map

Hans de Goede <hdegoede@redhat.com>
    Input: elantech - improve clickpad detection

Rob Herring <rob.herring@calxeda.com>
    ARM: highbank: avoid L2 cache smc calls when PL310 is not present

Rob Herring <rob.herring@calxeda.com>
    ARM: move outer_cache declaration out of ifdef

Markus Pargmann <mpa@pengutronix.de>
    regulator: core: Replace direct ops->disable usage

Dan Carpenter <dan.carpenter@oracle.com>
    p54: clamp properly instead of just truncating

Ben Hutchings <ben@decadent.org.uk>
    deb-pkg: Fix cross-building linux-headers package

Alexei Starovoitov <ast@plumgrid.com>
    x86: bpf_jit: support negative offsets

Stephen Warren <swarren@nvidia.com>
    ASoC: max98090: make REVISION_ID readable

Josh Durgin <josh.durgin@inktank.com>
    libceph: resend all writes after the osdmap loses the full flag

Josh Durgin <josh.durgin@inktank.com>
    libceph: block I/O when PAUSE or FULL osd map flags are set

Dan Carpenter <dan.carpenter@oracle.com>
    media: cx18: check for allocation failure in cx18_read_eeprom()

Dan Carpenter <dan.carpenter@oracle.com>
    media: dw2102: some missing unlocks on error

Dan Carpenter <dan.carpenter@oracle.com>
    media: cxusb: unlock on error in cxusb_i2c_xfer()

Vaibhav Nagarnaik <vnagarnaik@google.com>
    tracing: Fix array size mismatch in format string

Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
    ALSA: compress: Pass through return value of open ops callback


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

Diffstat:

 Makefile                             |  4 +--
 arch/arm/include/asm/outercache.h    |  4 +--
 arch/arm/mach-highbank/highbank.c    | 13 ++++----
 arch/x86/kvm/mmu.c                   | 12 ++++++++
 arch/x86/kvm/paging_tmpl.h           |  8 +++++
 arch/x86/kvm/vmx.c                   |  2 +-
 arch/x86/net/bpf_jit.S               |  2 +-
 drivers/input/mouse/elantech.c       | 45 ++++++++++++++++++++++++++--
 drivers/input/tablet/wacom_sys.c     |  7 +++--
 drivers/media/pci/cx18/cx18-driver.c |  5 +++-
 drivers/media/usb/dvb-usb/cxusb.c    | 21 +++++++++----
 drivers/media/usb/dvb-usb/dw2102.c   | 52 ++++++++++++++++++++++----------
 drivers/net/ethernet/intel/e100.c    |  2 +-
 drivers/net/wireless/p54/txrx.c      |  2 +-
 drivers/regulator/core.c             | 34 ++++++++-------------
 drivers/usb/host/xhci-pci.c          |  5 ++++
 include/linux/ceph/osd_client.h      |  1 +
 include/linux/ftrace_event.h         |  4 ---
 include/trace/ftrace.h               |  7 ++---
 kernel/sched/auto_group.c            |  3 +-
 kernel/trace/trace_events.c          |  6 ----
 kernel/trace/trace_export.c          |  7 ++---
 net/ceph/osd_client.c                | 57 +++++++++++++++++++++++++++++++-----
 scripts/package/builddeb             |  9 +++---
 sound/core/compress_offload.c        |  2 +-
 sound/soc/codecs/max98090.c          |  1 +
 26 files changed, 216 insertions(+), 99 deletions(-)



             reply	other threads:[~2014-03-28 18:06 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-28 17:31 Greg Kroah-Hartman [this message]
2014-03-28 17:31 ` [PATCH 3.10 01/22] ALSA: compress: Pass through return value of open ops callback Greg Kroah-Hartman
2014-03-28 17:31 ` [PATCH 3.10 02/22] tracing: Fix array size mismatch in format string Greg Kroah-Hartman
2014-03-28 17:31 ` [PATCH 3.10 03/22] media: cxusb: unlock on error in cxusb_i2c_xfer() Greg Kroah-Hartman
2014-03-28 17:31 ` [PATCH 3.10 04/22] media: dw2102: some missing unlocks on error Greg Kroah-Hartman
2014-03-28 17:31 ` [PATCH 3.10 05/22] media: cx18: check for allocation failure in cx18_read_eeprom() Greg Kroah-Hartman
2014-03-28 17:31 ` [PATCH 3.10 06/22] libceph: block I/O when PAUSE or FULL osd map flags are set Greg Kroah-Hartman
2014-03-28 17:31 ` [PATCH 3.10 07/22] libceph: resend all writes after the osdmap loses the full flag Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 08/22] ASoC: max98090: make REVISION_ID readable Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 09/22] x86: bpf_jit: support negative offsets Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 10/22] deb-pkg: Fix cross-building linux-headers package Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 11/22] p54: clamp properly instead of just truncating Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 12/22] regulator: core: Replace direct ops->disable usage Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 13/22] ARM: move outer_cache declaration out of ifdef Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 14/22] ARM: highbank: avoid L2 cache smc calls when PL310 is not present Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 15/22] Input: elantech - improve clickpad detection Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 16/22] KVM: MMU: handle invalid root_hpa at __direct_map Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 17/22] KVM: x86: handle invalid root_hpa everywhere Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 18/22] KVM: VMX: fix use after free of vmx->loaded_vmcs Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 19/22] Input: wacom - make sure touch_max is set for touch devices Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 20/22] xhci: Fix resume issues on Renesas chips in Samsung laptops Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 21/22] e100: Fix "disabling already-disabled device" warning Greg Kroah-Hartman
2014-03-28 17:32 ` [PATCH 3.10 22/22] sched/autogroup: Fix race with task_groups list Greg Kroah-Hartman
2014-03-29  1:00 ` [PATCH 3.10 00/22] 3.10.35-stable review Guenter Roeck
2014-03-30  1:26 ` Shuah Khan

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=20140328173109.378288825@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=satoru.takeuchi@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.