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 <[email protected]>
Linux 3.4.36-rc1
Greg Kroah-Hartman <[email protected]>
Revert "ALSA: hda - hdmi: Make jacks phantom, if they're not detectable"
Sarah Sharp <[email protected]>
USB: Rip out recursive call on warm port reset.
Sarah Sharp <[email protected]>
USB: Prepare for refactoring by adding extra udev checks.
Sarah Sharp <[email protected]>
USB: Don't use EHCI port sempahore for USB 3.0 hubs.
Ben Hutchings <[email protected]>
dmi_scan: fix missing check for _DMI_ signature in smbios_present()
Steven Rostedt <[email protected]>
ftrace: Update the kconfig for DYNAMIC_FTRACE
Tu, Xiaobing <[email protected]>
Fix memory leak in cpufreq stats.
Andrew Lunn <[email protected]>
rtc: rtc-mv: Add support for clk to avoid lockups
Al Viro <[email protected]>
vfs: fix pipe counter breakage
Mathieu Desnoyers <[email protected]>
Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and
security keys
David Howells <[email protected]>
keys: fix race with concurrent install_user_keyrings()
Mathias Krause <[email protected]>
crypto: user - fix info leaks in report API
Konrad Rzeszutek Wilk <[email protected]>
xen/pat: Disable PAT using pat_enabled value.
Benjamin Tissoires <[email protected]>
HID: logitech-dj: do not directly call hid_output_raw_report() during probe
Konstantin Khlebnikov <[email protected]>
e1000e: fix pci-device enable-counter balance
Takashi Iwai <[email protected]>
ALSA: vmaster: Fix slave change notification
Sean Connor <[email protected]>
ALSA: ice1712: Initialize card->private_data properly
Will Deacon <[email protected]>
ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bit
Alex Deucher <[email protected]>
drm/radeon: add primary dac adj quirk for R200 board
Guenter Roeck <[email protected]>
hwmon: (pmbus/ltc2978) Use detected chip ID to select supported
functionality
Guenter Roeck <[email protected]>
hwmon: (pmbus/ltc2978) Fix peak attribute handling
Mark Brown <[email protected]>
hwmon: (sht15) Check return value of regulator_enable()
NeilBrown <[email protected]>
md: raid0: fix error return from create_stripe_zones.
NeilBrown <[email protected]>
md: fix two bugs when attempting to resize RAID0 array.
Sebastian Riemer <[email protected]>
md: protect against crash upon fsync on ro array
Felix Fietkau <[email protected]>
ath9k_hw: improve reset reliability after errors
Felix Fietkau <[email protected]>
ath9k: fix RSSI dummy marker value
Avinash Patil <[email protected]>
mwifiex: correct sleep delay counter
Rusty Russell <[email protected]>
hw_random: make buffer usable in scatterlist.
Olaf Hering <[email protected]>
ata_piix: reenable MS Virtual PC guests
Trond Myklebust <[email protected]>
SUNRPC: Don't start the retransmission timer when out of socket space
Trond Myklebust <[email protected]>
NFS: Don't allow NFS silly-renamed files to be deleted, no signal
Jeff Layton <[email protected]>
cifs: ensure that cifs_get_root() only traverses directories
Thomas Gleixner <[email protected]>
btrfs: Init io_lock after cloning btrfs device struct
Asias He <[email protected]>
target/pscsi: Fix page increment
K. Y. Srinivasan <[email protected]>
SCSI: storvsc: Initialize the sglist
Dan Carpenter <[email protected]>
SCSI: dc395x: uninitialized variable in device_alloc()
Konrad Rzeszutek Wilk <[email protected]>
xen/pci: We don't do multiple MSI's.
Russell King <[email protected]>
ARM: fix scheduling while atomic warning in alignment handling code
Russell King <[email protected]>
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/