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,
stable@vger.kernel.org
Subject: [ 00/36] 3.10.11-stable review
Date: Thu, 5 Sep 2013 13:27:29 -0700 [thread overview]
Message-ID: <20130905202702.289738686@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.10.11 release.
There are 36 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 Sep 7 20:26:25 UTC 2013.
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.11-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.11-rc1
David Jander <david@protonic.nl>
regmap: rbtree: Fix overlapping rbnodes.
Fabio Estevam <fabio.estevam@freescale.com>
imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id
Julien Grall <julien.grall@linaro.org>
xen/arm: missing put_cpu in xen_percpu_init
Mark Rusk <Mark.Rusk@hp.com>
drivers/misc/hpilo: Correct panic when an AUX iLO is detected
Lan Tianyu <tianyu.lan@intel.com>
ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDT
Wei Hu <wei@aristanetworks.com>
hwmon: (k10temp) Add support for Fam16h (Kabini)
Graham Williams <gwilli@broadcom.com>
usb: acm gadget: Null termintate strings table
Tomas Winkler <tomas.winkler@intel.com>
mei: me: fix hardware reset flow
Nicholas Bellinger <nab@linux-iscsi.org>
iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject
Nicholas Bellinger <nab@linux-iscsi.org>
iscsi-target: Fix iscsit_transport reference leak during NP thread reset
Nicholas Bellinger <nab@linux-iscsi.org>
iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10
Nicholas Bellinger <nab@linux-iscsi.org>
target: Fix trailing ASCII space usage in INQUIRY vendor+model
Stanislaw Gruszka <sgruszka@redhat.com>
iwl4965: fix rfkill set state regression
Felix Fietkau <nbd@openwrt.org>
mac80211: add a flag to indicate CCK support for HT clients
Johannes Berg <johannes.berg@intel.com>
mac80211: add missing channel context release
Sujith Manoharan <c_manoha@qca.qualcomm.com>
ath9k: Enable PLL fix only for AR9340/AR9330
Helmut Schaa <helmut.schaa@googlemail.com>
ath9k_htc: Restore skb headroom when returning skb to mac80211
Yinghai Lu <yinghai@kernel.org>
x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAM
Trond Myklebust <Trond.Myklebust@netapp.com>
SUNRPC: Fix memory corruption issue on 32-bit highmem systems
Imre Deak <imre.deak@intel.com>
drm/i915: ivb: fix edp voltage swing reg val
Jakob Bornecrantz <jakob@vmware.com>
drm/vmwgfx: Split GMR2_REMAP commands if they are to large
Tejun Heo <tj@kernel.org>
workqueue: cond_resched() after processing each work item
Andrey Vagin <avagin@openvz.org>
memcg: check that kmem_cache has memcg_params before accessing it
Russ Anderson <rja@sgi.com>
drivers/base/memory.c: fix show_mem_removable() to handle missing sections
Svenning Soerensen <sss@secomea.dk>
IPC: bugfix for msgrcv with msgtyp < 0
Nathan Zimmer <nzimmer@sgi.com>
timer_list: correct the iterator for timer_list
Kevin Hilman <khilman@linaro.org>
regmap: Add another missing header for !CONFIG_REGMAP stubs
Hans Verkuil <hverkuil@xs4all.nl>
SCSI: pm80xx: fix Adaptec 71605H hang
Eugene Surovegin <ebs@ebshome.net>
powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.
Benjamin Herrenschmidt <benh@kernel.crashing.org>
powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisor
Paul Mackerras <paulus@samba.org>
powerpc: Work around gcc miscompilation of __pa() on 64-bit
Takashi Iwai <tiwai@suse.de>
ALSA: opti9xx: Fix conflicting driver object name
Takashi Iwai <tiwai@suse.de>
ALSA: hda - Add inverted digital mic fixup for Acer Aspire One
Takashi Iwai <tiwai@suse.de>
ALSA: hda - Fix NULL dereference with CONFIG_SND_DYNAMIC_MINORS=n
Dave Kleikamp <dave.kleikamp@oracle.com>
jfs: fix readdir cookie incompatibility with NFSv4
Ben Skeggs <bskeggs@redhat.com>
drm/nouveau/mc: fix race condition between constructor and request_irq()
-------------
Diffstat:
Documentation/hwmon/k10temp | 1 +
Makefile | 4 +-
arch/arm/xen/enlighten.c | 1 +
arch/powerpc/Kconfig | 1 +
arch/powerpc/include/asm/page.h | 10 ++++
arch/powerpc/kernel/lparcfg.c | 22 ++++-----
arch/x86/mm/init.c | 4 +-
drivers/acpi/ec.c | 4 ++
drivers/base/memory.c | 2 +
drivers/base/regmap/regcache-rbtree.c | 2 +-
drivers/gpu/drm/i915/i915_reg.h | 2 +-
drivers/gpu/drm/nouveau/core/include/subdev/mc.h | 7 +--
drivers/gpu/drm/nouveau/core/subdev/mc/base.c | 6 ++-
drivers/gpu/drm/nouveau/core/subdev/mc/nv04.c | 3 +-
drivers/gpu/drm/nouveau/core/subdev/mc/nv44.c | 3 +-
drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c | 3 +-
drivers/gpu/drm/nouveau/core/subdev/mc/nv98.c | 3 +-
drivers/gpu/drm/nouveau/core/subdev/mc/nvc0.c | 3 +-
drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c | 58 ++++++++++++++++--------
drivers/hwmon/Kconfig | 4 +-
drivers/hwmon/k10temp.c | 3 +-
drivers/misc/hpilo.c | 4 +-
drivers/misc/mei/hw-me.c | 8 ++--
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 10 ++++
drivers/net/wireless/ath/ath9k/init.c | 3 +-
drivers/net/wireless/ath/ath9k/main.c | 3 +-
drivers/net/wireless/ath/carl9170/main.c | 3 +-
drivers/net/wireless/iwlegacy/4965-mac.c | 2 +-
drivers/net/wireless/rt2x00/rt2800lib.c | 3 +-
drivers/scsi/pm8001/pm8001_hwi.c | 4 +-
drivers/scsi/pm8001/pm80xx_hwi.c | 4 +-
drivers/staging/imx-drm/imx-drm-core.c | 1 +
drivers/target/iscsi/iscsi_target.c | 17 ++++---
drivers/target/iscsi/iscsi_target_login.c | 9 ++--
drivers/target/target_core_spc.c | 9 ++--
drivers/tty/hvc/hvsi_lib.c | 4 +-
drivers/usb/gadget/f_acm.c | 1 +
fs/jfs/jfs_dtree.c | 31 +++++++++----
include/linux/regmap.h | 1 +
include/net/mac80211.h | 1 +
ipc/msg.c | 5 +-
kernel/time/timer_list.c | 41 ++++++++++-------
kernel/workqueue.c | 9 ++++
mm/slab.h | 2 +
net/mac80211/ibss.c | 1 +
net/mac80211/rc80211_minstrel_ht.c | 3 ++
net/sunrpc/xdr.c | 9 ++--
sound/isa/opti9xx/opti92x-ad1848.c | 8 +---
sound/pci/hda/patch_hdmi.c | 3 ++
sound/pci/hda/patch_realtek.c | 1 +
50 files changed, 221 insertions(+), 125 deletions(-)
next reply other threads:[~2013-09-05 20:27 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-05 20:27 Greg Kroah-Hartman [this message]
2013-09-05 20:27 ` [ 01/36] drm/nouveau/mc: fix race condition between constructor and request_irq() Greg Kroah-Hartman
2013-09-05 20:27 ` [ 02/36] jfs: fix readdir cookie incompatibility with NFSv4 Greg Kroah-Hartman
2013-09-05 20:27 ` [ 03/36] ALSA: hda - Fix NULL dereference with CONFIG_SND_DYNAMIC_MINORS=n Greg Kroah-Hartman
2013-09-05 20:27 ` [ 04/36] ALSA: hda - Add inverted digital mic fixup for Acer Aspire One Greg Kroah-Hartman
2013-09-05 20:27 ` [ 05/36] ALSA: opti9xx: Fix conflicting driver object name Greg Kroah-Hartman
2013-09-05 20:27 ` [ 06/36] powerpc: Work around gcc miscompilation of __pa() on 64-bit Greg Kroah-Hartman
2013-09-05 20:27 ` [ 07/36] powerpc: Dont Oops when accessing /proc/powerpc/lparcfg without hypervisor Greg Kroah-Hartman
2013-09-05 20:27 ` [ 08/36] powerpc/hvsi: Increase handshake timeout from 200ms to 400ms Greg Kroah-Hartman
2013-09-05 20:27 ` [ 09/36] SCSI: pm80xx: fix Adaptec 71605H hang Greg Kroah-Hartman
2013-09-05 20:27 ` [ 10/36] regmap: Add another missing header for !CONFIG_REGMAP stubs Greg Kroah-Hartman
2013-09-05 20:27 ` [ 11/36] timer_list: correct the iterator for timer_list Greg Kroah-Hartman
2013-09-05 20:27 ` [ 12/36] IPC: bugfix for msgrcv with msgtyp < 0 Greg Kroah-Hartman
2013-09-05 20:27 ` [ 13/36] drivers/base/memory.c: fix show_mem_removable() to handle missing sections Greg Kroah-Hartman
2013-09-05 20:27 ` [ 14/36] memcg: check that kmem_cache has memcg_params before accessing it Greg Kroah-Hartman
2013-09-05 20:27 ` [ 15/36] workqueue: cond_resched() after processing each work item Greg Kroah-Hartman
2013-09-05 20:27 ` [ 16/36] drm/vmwgfx: Split GMR2_REMAP commands if they are to large Greg Kroah-Hartman
2013-09-05 20:27 ` [ 17/36] drm/i915: ivb: fix edp voltage swing reg val Greg Kroah-Hartman
2013-09-05 20:27 ` [ 18/36] SUNRPC: Fix memory corruption issue on 32-bit highmem systems Greg Kroah-Hartman
2013-09-05 20:27 ` [ 19/36] x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAM Greg Kroah-Hartman
2013-09-05 20:27 ` [ 20/36] ath9k_htc: Restore skb headroom when returning skb to mac80211 Greg Kroah-Hartman
2013-09-05 20:27 ` [ 21/36] ath9k: Enable PLL fix only for AR9340/AR9330 Greg Kroah-Hartman
2013-09-05 20:27 ` [ 22/36] mac80211: add missing channel context release Greg Kroah-Hartman
2013-09-05 20:27 ` [ 23/36] mac80211: add a flag to indicate CCK support for HT clients Greg Kroah-Hartman
2013-09-05 20:27 ` [ 24/36] iwl4965: fix rfkill set state regression Greg Kroah-Hartman
2013-09-05 20:27 ` [ 25/36] target: Fix trailing ASCII space usage in INQUIRY vendor+model Greg Kroah-Hartman
2013-09-05 20:27 ` [ 26/36] iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10 Greg Kroah-Hartman
2013-09-05 20:27 ` [ 27/36] iscsi-target: Fix iscsit_transport reference leak during NP thread reset Greg Kroah-Hartman
2013-09-05 20:27 ` [ 28/36] iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject Greg Kroah-Hartman
2013-09-05 20:27 ` [ 29/36] mei: me: fix hardware reset flow Greg Kroah-Hartman
2013-09-05 20:27 ` [ 30/36] usb: acm gadget: Null termintate strings table Greg Kroah-Hartman
2013-09-05 20:28 ` [ 31/36] hwmon: (k10temp) Add support for Fam16h (Kabini) Greg Kroah-Hartman
2013-09-05 20:28 ` [ 32/36] ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDT Greg Kroah-Hartman
2013-09-05 20:28 ` [ 33/36] drivers/misc/hpilo: Correct panic when an AUX iLO is detected Greg Kroah-Hartman
2013-09-05 20:28 ` [ 34/36] xen/arm: missing put_cpu in xen_percpu_init Greg Kroah-Hartman
2013-09-05 20:28 ` [ 35/36] imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id Greg Kroah-Hartman
2013-09-05 20:28 ` [ 36/36] regmap: rbtree: Fix overlapping rbnodes Greg Kroah-Hartman
2013-09-05 22:59 ` [ 00/36] 3.10.11-stable review Guenter Roeck
2013-09-06 16:40 ` Greg Kroah-Hartman
2013-09-06 17:36 ` Shuah Khan
2013-09-06 18:45 ` Greg Kroah-Hartman
2013-09-06 18:48 ` Shuah Khan
2013-09-06 22:08 ` Olof Johansson
2013-09-06 22:20 ` Greg Kroah-Hartman
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=20130905202702.289738686@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--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).