stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ 00/40] 3.4.36-stable review
@ 2013-03-12 22:43 Greg Kroah-Hartman
  2013-03-12 22:43 ` [ 01/40] ARM: VFP: fix emulation of second VFP instruction Greg Kroah-Hartman
                   ` (41 more replies)
  0 siblings, 42 replies; 52+ messages in thread
From: Greg Kroah-Hartman @ 2013-03-12 22:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg Kroah-Hartman, torvalds, akpm, stable

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 <gregkh@linuxfoundation.org>
    Linux 3.4.36-rc1

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Revert "ALSA: hda - hdmi: Make jacks phantom, if they're not detectable"

Sarah Sharp <sarah.a.sharp@linux.intel.com>
    USB: Rip out recursive call on warm port reset.

Sarah Sharp <sarah.a.sharp@linux.intel.com>
    USB: Prepare for refactoring by adding extra udev checks.

Sarah Sharp <sarah.a.sharp@linux.intel.com>
    USB: Don't use EHCI port sempahore for USB 3.0 hubs.

Ben Hutchings <ben@decadent.org.uk>
    dmi_scan: fix missing check for _DMI_ signature in smbios_present()

Steven Rostedt <srostedt@redhat.com>
    ftrace: Update the kconfig for DYNAMIC_FTRACE

Tu, Xiaobing <xiaobing.tu@intel.com>
    Fix memory leak in cpufreq stats.

Andrew Lunn <andrew@lunn.ch>
    rtc: rtc-mv: Add support for clk to avoid lockups

Al Viro <viro@ZenIV.linux.org.uk>
    vfs: fix pipe counter breakage

Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
    Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys

David Howells <dhowells@redhat.com>
    keys: fix race with concurrent install_user_keyrings()

Mathias Krause <minipli@googlemail.com>
    crypto: user - fix info leaks in report API

Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
    xen/pat: Disable PAT using pat_enabled value.

Benjamin Tissoires <benjamin.tissoires@redhat.com>
    HID: logitech-dj: do not directly call hid_output_raw_report() during probe

Konstantin Khlebnikov <khlebnikov@openvz.org>
    e1000e: fix pci-device enable-counter balance

Takashi Iwai <tiwai@suse.de>
    ALSA: vmaster: Fix slave change notification

Sean Connor <sconnor004@allyinics.org>
    ALSA: ice1712: Initialize card->private_data properly

Will Deacon <will.deacon@arm.com>
    ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bit

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon: add primary dac adj quirk for R200 board

Guenter Roeck <linux@roeck-us.net>
    hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionality

Guenter Roeck <linux@roeck-us.net>
    hwmon: (pmbus/ltc2978) Fix peak attribute handling

Mark Brown <broonie@opensource.wolfsonmicro.com>
    hwmon: (sht15) Check return value of regulator_enable()

NeilBrown <neilb@suse.de>
    md: raid0: fix error return from create_stripe_zones.

NeilBrown <neilb@suse.de>
    md: fix two bugs when attempting to resize RAID0 array.

Sebastian Riemer <sebastian.riemer@profitbricks.com>
    md: protect against crash upon fsync on ro array

Felix Fietkau <nbd@openwrt.org>
    ath9k_hw: improve reset reliability after errors

Felix Fietkau <nbd@openwrt.org>
    ath9k: fix RSSI dummy marker value

Avinash Patil <patila@marvell.com>
    mwifiex: correct sleep delay counter

Rusty Russell <rusty@rustcorp.com.au>
    hw_random: make buffer usable in scatterlist.

Olaf Hering <olaf@aepfle.de>
    ata_piix: reenable MS Virtual PC guests

Trond Myklebust <Trond.Myklebust@netapp.com>
    SUNRPC: Don't start the retransmission timer when out of socket space

Trond Myklebust <Trond.Myklebust@netapp.com>
    NFS: Don't allow NFS silly-renamed files to be deleted, no signal

Jeff Layton <jlayton@redhat.com>
    cifs: ensure that cifs_get_root() only traverses directories

Thomas Gleixner <tglx@linutronix.de>
    btrfs: Init io_lock after cloning btrfs device struct

Asias He <asias@redhat.com>
    target/pscsi: Fix page increment

K. Y. Srinivasan <kys@microsoft.com>
    SCSI: storvsc: Initialize the sglist

Dan Carpenter <dan.carpenter@oracle.com>
    SCSI: dc395x: uninitialized variable in device_alloc()

Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
    xen/pci: We don't do multiple MSI's.

Russell King <rmk+kernel@arm.linux.org.uk>
    ARM: fix scheduling while atomic warning in alignment handling code

Russell King <rmk+kernel@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(-)



^ permalink raw reply	[flat|nested] 52+ messages in thread

end of thread, other threads:[~2013-03-20  0:29 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12 22:43 [ 00/40] 3.4.36-stable review Greg Kroah-Hartman
2013-03-12 22:43 ` [ 01/40] ARM: VFP: fix emulation of second VFP instruction Greg Kroah-Hartman
2013-03-12 22:43 ` [ 02/40] ARM: fix scheduling while atomic warning in alignment handling code Greg Kroah-Hartman
2013-03-12 22:43 ` [ 03/40] xen/pci: We dont do multiple MSIs Greg Kroah-Hartman
2013-03-12 22:43 ` [ 04/40] SCSI: dc395x: uninitialized variable in device_alloc() Greg Kroah-Hartman
2013-03-12 22:43 ` [ 05/40] SCSI: storvsc: Initialize the sglist Greg Kroah-Hartman
2013-03-12 22:43 ` [ 06/40] target/pscsi: Fix page increment Greg Kroah-Hartman
2013-03-12 22:43 ` [ 07/40] btrfs: Init io_lock after cloning btrfs device struct Greg Kroah-Hartman
2013-03-12 22:43 ` [ 08/40] cifs: ensure that cifs_get_root() only traverses directories Greg Kroah-Hartman
2013-03-12 22:43 ` [ 09/40] NFS: Dont allow NFS silly-renamed files to be deleted, no signal Greg Kroah-Hartman
2013-03-12 22:43 ` [ 10/40] SUNRPC: Dont start the retransmission timer when out of socket space Greg Kroah-Hartman
2013-03-12 22:43 ` [ 11/40] ata_piix: reenable MS Virtual PC guests Greg Kroah-Hartman
2013-03-12 22:43 ` [ 12/40] hw_random: make buffer usable in scatterlist Greg Kroah-Hartman
2013-03-13 22:54   ` Satoru Takeuchi
2013-03-14  6:41     ` Rusty Russell
2013-03-14 13:24       ` [PATCH] hw_random: free rng_buffer at module exit Satoru Takeuchi
2013-03-15  5:05         ` Rusty Russell
2013-03-17  2:14           ` Ben Hutchings
2013-03-18  2:40             ` Rusty Russell
2013-03-20  0:29               ` Satoru Takeuchi
2013-03-12 22:43 ` [ 13/40] mwifiex: correct sleep delay counter Greg Kroah-Hartman
2013-03-12 22:43 ` [ 14/40] ath9k: fix RSSI dummy marker value Greg Kroah-Hartman
2013-03-12 22:43 ` [ 15/40] ath9k_hw: improve reset reliability after errors Greg Kroah-Hartman
2013-03-12 22:43 ` [ 16/40] md: protect against crash upon fsync on ro array Greg Kroah-Hartman
2013-03-12 22:43 ` [ 17/40] md: fix two bugs when attempting to resize RAID0 array Greg Kroah-Hartman
2013-03-12 22:43 ` [ 18/40] md: raid0: fix error return from create_stripe_zones Greg Kroah-Hartman
2013-03-12 22:43 ` [ 19/40] hwmon: (sht15) Check return value of regulator_enable() Greg Kroah-Hartman
2013-03-12 22:43 ` [ 20/40] hwmon: (pmbus/ltc2978) Fix peak attribute handling Greg Kroah-Hartman
2013-03-12 22:43 ` [ 21/40] hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionality Greg Kroah-Hartman
2013-03-12 22:43 ` [ 22/40] drm/radeon: add primary dac adj quirk for R200 board Greg Kroah-Hartman
2013-03-12 22:43 ` [ 23/40] ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bit Greg Kroah-Hartman
2013-03-12 22:43 ` [ 24/40] ALSA: ice1712: Initialize card->private_data properly Greg Kroah-Hartman
2013-03-12 22:43 ` [ 25/40] ALSA: vmaster: Fix slave change notification Greg Kroah-Hartman
2013-03-12 22:43 ` [ 26/40] e1000e: fix pci-device enable-counter balance Greg Kroah-Hartman
2013-03-12 22:43 ` [ 27/40] HID: logitech-dj: do not directly call hid_output_raw_report() during probe Greg Kroah-Hartman
2013-03-12 22:43 ` [ 28/40] xen/pat: Disable PAT using pat_enabled value Greg Kroah-Hartman
2013-03-12 22:43 ` [ 29/40] crypto: user - fix info leaks in report API Greg Kroah-Hartman
2013-03-12 22:43 ` [ 30/40] keys: fix race with concurrent install_user_keyrings() Greg Kroah-Hartman
2013-03-12 22:43 ` [ 31/40] Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys Greg Kroah-Hartman
2013-03-12 22:43 ` [ 32/40] vfs: fix pipe counter breakage Greg Kroah-Hartman
2013-03-12 22:43 ` [ 33/40] rtc: rtc-mv: Add support for clk to avoid lockups Greg Kroah-Hartman
2013-03-12 23:08   ` Jason Cooper
2013-03-12 23:15     ` Greg Kroah-Hartman
2013-03-12 22:43 ` [ 34/40] Fix memory leak in cpufreq stats Greg Kroah-Hartman
2013-03-12 22:43 ` [ 35/40] ftrace: Update the kconfig for DYNAMIC_FTRACE Greg Kroah-Hartman
2013-03-12 22:43 ` [ 36/40] dmi_scan: fix missing check for _DMI_ signature in smbios_present() Greg Kroah-Hartman
2013-03-12 22:43 ` [ 37/40] USB: Dont use EHCI port sempahore for USB 3.0 hubs Greg Kroah-Hartman
2013-03-12 22:43 ` [ 38/40] USB: Prepare for refactoring by adding extra udev checks Greg Kroah-Hartman
2013-03-12 22:44 ` [ 39/40] USB: Rip out recursive call on warm port reset Greg Kroah-Hartman
2013-03-12 22:44 ` [ 40/40] Revert "ALSA: hda - hdmi: Make jacks phantom, if theyre not detectable" Greg Kroah-Hartman
2013-03-13  3:57 ` [ 00/40] 3.4.36-stable review Shuah Khan
2013-03-14 13:39 ` Satoru Takeuchi

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).