This is the start of the stable review cycle for the 3.4.36 release. There are 40 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:31:37 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.4.36-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gre...@linuxfoundation.org> Linux 3.4.36-rc1 Greg Kroah-Hartman <gre...@linuxfoundation.org> Revert "ALSA: hda - hdmi: Make jacks phantom, if they're not detectable" Sarah Sharp <sarah.a.sh...@linux.intel.com> USB: Rip out recursive call on warm port reset. Sarah Sharp <sarah.a.sh...@linux.intel.com> USB: Prepare for refactoring by adding extra udev checks. Sarah Sharp <sarah.a.sh...@linux.intel.com> USB: Don't use EHCI port sempahore for USB 3.0 hubs. Ben Hutchings <b...@decadent.org.uk> dmi_scan: fix missing check for _DMI_ signature in smbios_present() Steven Rostedt <srost...@redhat.com> ftrace: Update the kconfig for DYNAMIC_FTRACE Tu, Xiaobing <xiaobing...@intel.com> Fix memory leak in cpufreq stats. Andrew Lunn <and...@lunn.ch> rtc: rtc-mv: Add support for clk to avoid lockups Al Viro <v...@zeniv.linux.org.uk> vfs: fix pipe counter breakage Mathieu Desnoyers <mathieu.desnoy...@efficios.com> Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys David Howells <dhowe...@redhat.com> keys: fix race with concurrent install_user_keyrings() Mathias Krause <mini...@googlemail.com> crypto: user - fix info leaks in report API Konrad Rzeszutek Wilk <konrad.w...@oracle.com> xen/pat: Disable PAT using pat_enabled value. Benjamin Tissoires <benjamin.tissoi...@redhat.com> HID: logitech-dj: do not directly call hid_output_raw_report() during probe Konstantin Khlebnikov <khlebni...@openvz.org> e1000e: fix pci-device enable-counter balance Takashi Iwai <ti...@suse.de> ALSA: vmaster: Fix slave change notification Sean Connor <sconnor...@allyinics.org> ALSA: ice1712: Initialize card->private_data properly Will Deacon <will.dea...@arm.com> ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bit Alex Deucher <alexander.deuc...@amd.com> drm/radeon: add primary dac adj quirk for R200 board Guenter Roeck <li...@roeck-us.net> hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionality Guenter Roeck <li...@roeck-us.net> hwmon: (pmbus/ltc2978) Fix peak attribute handling Mark Brown <broo...@opensource.wolfsonmicro.com> hwmon: (sht15) Check return value of regulator_enable() NeilBrown <ne...@suse.de> md: raid0: fix error return from create_stripe_zones. NeilBrown <ne...@suse.de> md: fix two bugs when attempting to resize RAID0 array. Sebastian Riemer <sebastian.rie...@profitbricks.com> md: protect against crash upon fsync on ro array Felix Fietkau <n...@openwrt.org> ath9k_hw: improve reset reliability after errors Felix Fietkau <n...@openwrt.org> ath9k: fix RSSI dummy marker value Avinash Patil <pat...@marvell.com> mwifiex: correct sleep delay counter Rusty Russell <ru...@rustcorp.com.au> hw_random: make buffer usable in scatterlist. Olaf Hering <o...@aepfle.de> ata_piix: reenable MS Virtual PC guests Trond Myklebust <trond.mykleb...@netapp.com> SUNRPC: Don't start the retransmission timer when out of socket space Trond Myklebust <trond.mykleb...@netapp.com> NFS: Don't allow NFS silly-renamed files to be deleted, no signal Jeff Layton <jlay...@redhat.com> cifs: ensure that cifs_get_root() only traverses directories Thomas Gleixner <t...@linutronix.de> btrfs: Init io_lock after cloning btrfs device struct Asias He <as...@redhat.com> target/pscsi: Fix page increment K. Y. Srinivasan <k...@microsoft.com> SCSI: storvsc: Initialize the sglist Dan Carpenter <dan.carpen...@oracle.com> SCSI: dc395x: uninitialized variable in device_alloc() Konrad Rzeszutek Wilk <konrad.w...@oracle.com> xen/pci: We don't do multiple MSI's. Russell King <rmk+ker...@arm.linux.org.uk> ARM: fix scheduling while atomic warning in alignment handling code Russell King <rmk+ker...@arm.linux.org.uk> ARM: VFP: fix emulation of second VFP instruction ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/kirkwood.dtsi | 1 + arch/arm/kernel/perf_event_v7.c | 2 +- arch/arm/mm/alignment.c | 11 +-- arch/arm/vfp/vfpmodule.c | 2 +- arch/x86/pci/xen.c | 9 ++ arch/x86/xen/enlighten.c | 10 +- crypto/ablkcipher.c | 12 +-- crypto/aead.c | 9 +- crypto/ahash.c | 2 +- crypto/blkcipher.c | 6 +- crypto/crypto_user.c | 22 ++--- crypto/pcompress.c | 3 +- crypto/rng.c | 2 +- crypto/shash.c | 3 +- drivers/ata/ata_piix.c | 25 ++++- 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/hid/hid-logitech-dj.c | 22 +++-- drivers/hwmon/pmbus/ltc2978.c | 30 +++--- drivers/hwmon/sht15.c | 8 +- drivers/md/md.c | 7 ++ drivers/md/raid0.c | 5 +- drivers/net/ethernet/intel/e1000e/netdev.c | 2 +- drivers/net/wireless/ath/ath9k/common.h | 2 +- drivers/net/wireless/ath/ath9k/hw.c | 4 +- drivers/net/wireless/mwifiex/pcie.c | 2 +- drivers/rtc/rtc-mv.c | 28 +++++- drivers/scsi/dc395x.c | 2 +- drivers/scsi/storvsc_drv.c | 1 + drivers/target/target_core_pscsi.c | 1 - drivers/usb/core/hub.c | 148 ++++++++++++++--------------- fs/btrfs/volumes.c | 1 + fs/cifs/cifsfs.c | 5 + fs/compat.c | 15 ++- fs/nfs/unlink.c | 20 ++-- fs/pipe.c | 3 + kernel/trace/Kconfig | 24 +++-- mm/process_vm_access.c | 8 -- net/sunrpc/xprt.c | 6 +- security/keys/compat.c | 4 +- security/keys/process_keys.c | 2 +- sound/core/vmaster.c | 5 +- sound/pci/hda/patch_hdmi.c | 3 - sound/pci/ice1712/ice1712.c | 2 + 47 files changed, 311 insertions(+), 206 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/