[ 00/33] 3.4.29-stable review

From: Greg Kroah-Hartman
Date: Fri Feb 01 2013 - 05:49:07 EST


This is the start of the stable review cycle for the 3.4.29 release.
There are 33 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 Sun Feb 3 10:47:08 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.29-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 3.4.29-rc1

Nicholas Bellinger <nab@xxxxxxxxxxxxxxx>
target: fix regression with dev_link_magic in target_fabric_port_link

H. Peter Anvin <hpa@xxxxxxxxxxxxxxx>
x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI

Matt Fleming <matt.fleming@xxxxxxxxx>
x86, efi: Set runtime_version to the EFI spec revision

Nathan Zimmer <nzimmer@xxxxxxx>
efi, x86: Pass a proper identity mapping in efi_call_phys_prelog

Alan Cox <alan@xxxxxxxxxxxxxxx>
x86/msr: Add capabilities check

Wang YanQing <udknight@xxxxxxxxx>
smp: Fix SMP function call empty cpu mask race

Trond Myklebust <Trond.Myklebust@xxxxxxxxxx>
NFS: Don't silently fail setattr() requests on mountpoints

Stanislaw Gruszka <sgruszka@xxxxxxxxxx>
mac80211: synchronize scan off/on-channel and PS states

Daniel Vetter <daniel.vetter@xxxxxxxx>
iommu/intel: disable DMAR for g4x integrated gfx

Anderson Lizardo <anderson.lizardo@xxxxxxxxxxxxx>
Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()

Chris Rattray <crattray@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
ASoC: wm2200: correct mixer values and text

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
EDAC: Test correct variable in ->store function

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda - Add a fixup for Packard-Bell desktop with ALC880

Clemens Ladisch <clemens@xxxxxxxxxx>
ALSA: usb-audio: fix invalid length check for RME and other UAC 2 devices

Felix Fietkau <nbd@xxxxxxxxxxx>
ath9k: fix double-free bug on beacon generate failure

Felix Fietkau <nbd@xxxxxxxxxxx>
ath9k: do not link receive buffers during flush

Sujith Manoharan <c_manoha@xxxxxxxxxxxxxxxx>
ath9k_htc: Fix memory leak

Johannes Berg <johannes.berg@xxxxxxxxx>
mac80211: fix FT roaming

Piotr Haber <phaber@xxxxxxxxxxxx>
brcmsmac: increase timer reference count for new timers only

Stanislaw Gruszka <sgruszka@xxxxxxxxxx>
iwlegacy: fix IBSS cleanup

Avinash Patil <patila@xxxxxxxxxxx>
mwifiex: fix typo in PCIe adapter NULL check

Jan Kara <jack@xxxxxxx>
xfs: Fix possible use-after-free with AIO

Suravee Suthikulpanit <suravee.suthikulpanit@xxxxxxx>
IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround

xueminsu <xuemin.su@xxxxxxxxx>
radeon_display: Use pointer return error codes

Jerome Glisse <jglisse@xxxxxxxxxx>
drm/radeon: fix cursor corruption on DCE6 and newer

Szymon Janc <szymon.janc@xxxxxxxxx>
Bluetooth: Fix sending HCI commands after reset

Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT alone

Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx>
ARM: at91: rm9200: remake the BGA as default version

Russell King <rmk+kernel@xxxxxxxxxxxxxxxx>
ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem

Cong Ding <dinggnu@xxxxxxxxx>
fs/cifs/cifs_dfs_ref.c: fix potential memory leakage

Olivier Sobrie <olivier@xxxxxxxxx>
can: pch_can: fix invalid error codes

Olivier Sobrie <olivier@xxxxxxxxx>
can: ti_hecc: fix invalid error codes

Olivier Sobrie <olivier@xxxxxxxxx>
can: c_can: fix invalid error codes


-------------

Diffstat:

Makefile | 4 +--
arch/arm/mach-at91/setup.c | 2 ++
arch/arm/mm/dma-mapping.c | 18 ++++++-----
arch/arm/vfp/entry.S | 6 ++--
arch/arm/vfp/vfphw.S | 4 +--
arch/x86/kernel/msr.c | 3 ++
arch/x86/kernel/setup.c | 2 ++
arch/x86/platform/efi/efi.c | 2 +-
arch/x86/platform/efi/efi_64.c | 22 ++++++++++----
drivers/edac/edac_pci_sysfs.c | 2 +-
drivers/gpu/drm/radeon/radeon_cursor.c | 3 +-
drivers/gpu/drm/radeon/radeon_display.c | 2 +-
drivers/iommu/amd_iommu_init.c | 34 +++++++++++++++++++++
drivers/iommu/intel-iommu.c | 21 +++++++++----
drivers/net/can/c_can/c_can.c | 4 +--
drivers/net/can/pch_can.c | 2 +-
drivers/net/can/ti_hecc.c | 4 +--
drivers/net/wireless/ath/ath9k/beacon.c | 1 +
drivers/net/wireless/ath/ath9k/htc_hst.c | 2 ++
drivers/net/wireless/ath/ath9k/recv.c | 10 ++++---
.../net/wireless/brcm80211/brcmsmac/mac80211_if.c | 7 +++--
drivers/net/wireless/iwlegacy/common.c | 35 +++++++++-------------
drivers/net/wireless/mwifiex/pcie.c | 2 +-
drivers/target/target_core_fabric_configfs.c | 11 ++++---
fs/cifs/cifs_dfs_ref.c | 2 ++
fs/nfs/namespace.c | 20 +++++++++++++
fs/xfs/xfs_aops.c | 2 +-
kernel/smp.c | 13 +++++++-
net/bluetooth/hci_event.c | 2 +-
net/bluetooth/hidp/core.c | 2 +-
net/mac80211/cfg.c | 12 +++++++-
net/mac80211/ieee80211_i.h | 6 ++--
net/mac80211/offchannel.c | 17 ++++-------
net/mac80211/scan.c | 15 ++++------
net/mac80211/work.c | 4 +--
sound/pci/hda/patch_realtek.c | 1 +
sound/soc/codecs/wm2200.c | 3 --
sound/usb/mixer.c | 17 +++++++----
38 files changed, 209 insertions(+), 110 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/