Linux 3.2.22

From: Ben Hutchings
Date: Wed Jul 04 2012 - 21:13:28 EST


I'm announcing the release of the 3.2.22 kernel.

All users of the 3.2 kernel series should upgrade.

The updated 3.2.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.2.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git

Ben.

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

Documentation/stable_kernel_rules.txt | 6 ++
Makefile | 2 +-
arch/arm/plat-samsung/include/plat/map-s3c.h | 2 +-
.../arm/plat-samsung/include/plat/watchdog-reset.h | 2 +-
arch/x86/include/asm/cpufeature.h | 2 +-
arch/x86/include/asm/pgtable-3level.h | 54 ++++++++++++++++
arch/x86/kernel/cpu/scattered.c | 2 +-
drivers/acpi/acpi_pad.c | 7 ++-
drivers/base/power/main.c | 6 +-
drivers/char/hw_random/atmel-rng.c | 2 +-
drivers/edac/i7core_edac.c | 15 ++---
drivers/edac/sb_edac.c | 10 ++-
drivers/gpu/drm/drm_edid.c | 2 +-
drivers/gpu/drm/i915/i915_gem.c | 4 ++
drivers/gpu/drm/i915/i915_irq.c | 57 +++++++++--------
drivers/gpu/drm/i915/i915_suspend.c | 5 +-
drivers/gpu/drm/i915/intel_display.c | 65 ++++++++++++++------
drivers/gpu/drm/i915/intel_ringbuffer.c | 14 +----
drivers/gpu/drm/nouveau/nouveau_fbcon.c | 2 +-
drivers/hwmon/applesmc.c | 4 +-
drivers/hwmon/coretemp.c | 2 +-
drivers/md/dm-thin.c | 9 ++-
drivers/media/dvb/siano/smsusb.c | 2 +
drivers/media/video/gspca/gspca.c | 4 +-
drivers/net/can/c_can/c_can.c | 4 +-
drivers/net/can/flexcan.c | 4 +-
drivers/net/ethernet/intel/e1000e/82571.c | 3 +-
drivers/net/ethernet/intel/e1000e/netdev.c | 8 ---
drivers/net/wireless/ath/ath9k/hw.c | 14 ++++-
drivers/net/wireless/ath/ath9k/main.c | 18 +++---
drivers/net/wireless/ath/ath9k/xmit.c | 2 +-
drivers/net/wireless/iwlwifi/iwl-trans-pcie.c | 6 ++
drivers/net/xen-netfront.c | 8 +--
drivers/oprofile/oprofile_perf.c | 2 +-
drivers/staging/iio/adc/ad7606_core.c | 1 +
drivers/staging/rtl8712/usb_intf.c | 2 +
drivers/staging/rts_pstor/rtsx_transport.c | 11 ++--
drivers/usb/serial/cp210x.c | 11 ++++
drivers/usb/serial/option.c | 8 +++
fs/nilfs2/gcinode.c | 2 +
fs/nilfs2/segment.c | 2 +
include/asm-generic/pgtable.h | 32 +++++++++-
net/batman-adv/routing.c | 2 +
net/batman-adv/translation-table.c | 8 +--
net/wireless/reg.c | 2 +-
sound/pci/hda/patch_realtek.c | 1 +
tools/hv/hv_kvp_daemon.c | 10 ++-
47 files changed, 298 insertions(+), 143 deletions(-)

Andrea Arcangeli (2):
mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition
thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE

Antonio Quartulli (1):
batman-adv: fix skb->data assignment

Ben Hutchings (1):
Linux 3.2.22

Ben Skeggs (1):
drm/nouveau/fbcon: using nv_two_heads is not a good idea

Chen Gong (1):
edac: avoid mce decoding crash after edac driver unloaded

Chris Boot (2):
e1000e: Disable ASPM L1 on 82574
e1000e: Remove special case for 82573/82574 ASPM L1 disablement

Chris Wilson (3):
drm/i915: Finish any pending operations on the framebuffer before disabling
drm/i915: Remove use of the autoreported ringbuffer HEAD position
drm/i915: Refactor the deferred PM_IIR handling into a single function

Craig Shelley (1):
USB: CP210x Add 10 Device IDs

Dan Carpenter (1):
can: c_can: precedence error in c_can_chip_config()

Daniel Vetter (2):
drm/edid: don't return stack garbage from supports_rb
drm/i915: rip out the PM_IIR WARN

David Henningsson (1):
ALSA: hda - Add Realtek ALC280 codec support

Dmitry Shmygov (1):
USB: option: add id for Cellient MEN-200

Eliad Peller (1):
cfg80211: fix potential deadlock in regulatory

Eric Anholt (1):
drm/i915: Do the fallback non-IRQ wait in ring throttle, too.

Felix Fietkau (1):
ath9k: fix a tx rate duration calculation bug

Forest Bond (1):
USB: option: Add USB ID for Novatel Ovation MC551

H. Peter Anvin (1):
x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM

Hans de Goede (1):
gspca-core: Fix buffers staying in queued state after a stream_off

Henrik Rydberg (1):
hwmon: (applesmc) Limit key length in warning messages

Hui Wang (1):
can: flexcan: use be32_to_cpup to handle the value of dt entry

Ian Campbell (1):
xen/netfront: teardown the device before unregistering it.

Johannes Berg (1):
iwlwifi: remove log_event debugfs file debugging is disabled

Jonghwan Choi (1):
ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULL

Jose Miguel Goncalves (1):
ARM: SAMSUNG: Fix for S3C2412 EBI memory mapping

Lars-Peter Clausen (1):
staging:iio:ad7606: Re-add missing scale attribute

Lubomir Schmidt (1):
staging: r8712u: Add new USB IDs

Mandeep Singh Baines (1):
PM / Sleep: Prevent waiting forever on asynchronous suspend after abort

Marek Lindner (1):
batman-adv: only drop packets of known wifi clients

Mel Gorman (1):
stable: Allow merging of backports for serious user-visible performance issues

Michael Krufky (1):
smsusb: add autodetection support for USB ID 2040:f5a0

Mike Snitzer (1):
dm thin: reinstate missing mempool_free in cell_release_singleton

Mohammed Shafi Shajakhan (3):
ath9k: Fix a WARNING on suspend/resume with IBSS
ath9k: Fix softlockup in AR9485
ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvc

Olaf Hering (1):
Tools: hv: verify origin of netlink connector message

Peter Korsgaard (1):
hwrng: atmel-rng - fix data valid check

Ryusuke Konishi (1):
nilfs2: ensure proper cache clearing for gc-inodes

Stuart Hayes (1):
acpi_pad: fix power_saving thread deadlock

Takashi Iwai (1):
drm/i915: Fix eDP blank screen after S3 resume on HP desktops

Will Deacon (1):
oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static array

wwang (1):
staging:rts_pstor:Fix possible panic by NULL pointer dereference


--
Ben Hutchings
When in doubt, use brute force. - Ken Thompson

Attachment: signature.asc
Description: This is a digitally signed message part