From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, stable@vger.kernel.org Subject: [ 00/21] 3.0.69-stable review Date: Tue, 12 Mar 2013 15:44:02 -0700 Message-Id: <20130312223245.109098379@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.0.69 release. There are 21 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 Thu Mar 14 22:32:21 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.0.69-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.0.69-rc1 Ben Hutchings dmi_scan: fix missing check for _DMI_ signature in smbios_present() Eric W. Biederman decnet: Fix disappearing sysctl entries Steven Rostedt ftrace: Update the kconfig for DYNAMIC_FTRACE Tu, Xiaobing Fix memory leak in cpufreq stats. Al Viro vfs: fix pipe counter breakage David Howells keys: fix race with concurrent install_user_keyrings() Konstantin Khlebnikov e1000e: fix pci-device enable-counter balance Takashi Iwai ALSA: vmaster: Fix slave change notification Sean Connor ALSA: ice1712: Initialize card->private_data properly Alex Deucher drm/radeon: add primary dac adj quirk for R200 board Mark Brown hwmon: (sht15) Check return value of regulator_enable() NeilBrown md: raid0: fix error return from create_stripe_zones. Felix Fietkau ath9k: fix RSSI dummy marker value Rusty Russell hw_random: make buffer usable in scatterlist. Trond Myklebust SUNRPC: Don't start the retransmission timer when out of socket space Jeff Layton cifs: ensure that cifs_get_root() only traverses directories Thomas Gleixner btrfs: Init io_lock after cloning btrfs device struct Asias He target/pscsi: Fix page increment Dan Carpenter SCSI: dc395x: uninitialized variable in device_alloc() Russell King ARM: fix scheduling while atomic warning in alignment handling code Russell King ARM: VFP: fix emulation of second VFP instruction ------------- Diffstat: Makefile | 4 ++-- arch/arm/mm/alignment.c | 11 ++++------- arch/arm/vfp/vfpmodule.c | 2 +- drivers/char/hw_random/core.c | 19 ++++++++++++++++--- drivers/cpufreq/cpufreq_stats.c | 1 + drivers/firmware/dmi_scan.c | 5 ++--- drivers/gpu/drm/radeon/radeon_combios.c | 9 +++++++++ drivers/hwmon/sht15.c | 8 +++++++- drivers/md/raid0.c | 2 +- drivers/net/e1000e/netdev.c | 2 +- drivers/net/wireless/ath/ath9k/common.h | 2 +- drivers/scsi/dc395x.c | 2 +- drivers/target/target_core_pscsi.c | 1 - fs/btrfs/volumes.c | 1 + fs/cifs/cifsfs.c | 5 +++++ fs/pipe.c | 3 +++ kernel/trace/Kconfig | 24 ++++++++++++++---------- net/decnet/af_decnet.c | 4 ++++ net/decnet/sysctl_net_decnet.c | 28 ++++++++++++++++++++++++++++ net/sunrpc/xprt.c | 6 +++++- security/keys/process_keys.c | 2 +- sound/core/vmaster.c | 5 ++++- sound/pci/ice1712/ice1712.c | 2 ++ 23 files changed, 113 insertions(+), 35 deletions(-)