lkml.org 
[lkml]   [2012]   [May]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectLinux 3.2.18
From
Date
I'm announcing the release of the 3.2.18 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/networking/ip-sysctl.txt | 4 +-
Makefile | 2 +-
.../include/mach/ctrl_module_pad_core_44xx.h | 8 +-
arch/arm/mach-orion5x/mpp.h | 4 +-
arch/arm/mm/fault.c | 4 +-
arch/arm/vfp/vfpmodule.c | 10 ++-
arch/ia64/include/asm/unistd.h | 3 +-
arch/ia64/kernel/entry.S | 1 +
arch/sparc/kernel/central.c | 2 +-
arch/sparc/mm/ultra.S | 6 +-
arch/tile/kernel/compat_signal.c | 12 ++-
drivers/crypto/Kconfig | 1 +
drivers/gpio/gpio-ml-ioh.c | 1 +
drivers/md/dm-mpath.c | 4 +-
drivers/md/md.c | 2 +
drivers/media/rc/ene_ir.c | 32 ++++----
drivers/media/rc/fintek-cir.c | 20 ++---
drivers/media/rc/ite-cir.c | 20 ++---
drivers/media/rc/nuvoton-cir.c | 36 ++++-----
drivers/media/rc/winbond-cir.c | 78 ++++++++++----------
drivers/media/video/marvell-ccic/mmp-driver.c | 1 -
drivers/media/video/s5p-fimc/fimc-capture.c | 2 +-
drivers/net/ethernet/broadcom/tg3.c | 18 ++++-
drivers/net/ethernet/intel/e1000/e1000_main.c | 6 +-
drivers/net/ethernet/marvell/sky2.c | 31 +++++---
drivers/net/ethernet/marvell/sky2.h | 1 -
drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 1 +
drivers/net/ethernet/sun/sungem.c | 2 +-
drivers/net/phy/icplus.c | 3 +-
drivers/net/usb/asix.c | 4 +-
drivers/net/usb/cdc_ether.c | 30 +++++++-
drivers/net/usb/usbnet.c | 54 ++++++++++----
drivers/net/wireless/brcm80211/brcmsmac/ampdu.c | 6 +-
drivers/net/wireless/brcm80211/brcmsmac/main.c | 2 +-
drivers/regulator/max8997.c | 2 +-
drivers/spi/spi-topcliff-pch.c | 78 +++++++++++++++++---
drivers/target/target_core_file.c | 22 ++++--
drivers/target/target_core_pr.c | 3 +
drivers/target/target_core_tpg.c | 22 ------
fs/ext4/xattr.c | 7 +-
fs/jffs2/gc.c | 2 +-
fs/nfs/nfs4proc.c | 1 +
include/linux/mtd/map.h | 2 +-
include/linux/usb/usbnet.h | 3 +-
kernel/fork.c | 3 +
mm/hugetlb.c | 1 -
mm/nobootmem.c | 3 +-
mm/percpu.c | 10 +++
net/core/dev.c | 20 +++++
net/core/pktgen.c | 10 ++-
net/ipv4/tcp.c | 12 +--
net/ipv4/tcp_input.c | 11 ++-
net/l2tp/l2tp_ip.c | 3 +-
net/sched/sch_netem.c | 6 +-
sound/pci/echoaudio/echoaudio_dsp.c | 2 +-
sound/pci/hda/hda_intel.c | 6 +-
sound/pci/hda/patch_sigmatel.c | 6 +-
sound/soc/codecs/wm8994.c | 2 +-
58 files changed, 408 insertions(+), 240 deletions(-)

Alexander Clouter (1):
crypto: mv_cesa requires on CRYPTO_HASH to build

Archit Taneja (1):
ARM: OMAP: Revert "ARM: OMAP: ctrl: Fix CONTROL_DSIPHY register fields"

Arend van Spriel (1):
brcm80211: smac: fix endless retry of A-MPDU transmissions

Artem Bityutskiy (1):
mtd: map.h: fix arm cross-build failure

Axel Lin (2):
regulator: Fix the logic to ensure new voltage setting in valid range
gpio: Add missing spin_lock_init in gpio-ml-ioh driver

Ben Hutchings (2):
ARM: orion5x: Fix GPIO enable bits for MPP9
Linux 3.2.18

Bernhard Kohl (1):
target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setups

Bjørn Mork (1):
cdc_ether: Ignore bogus union descriptor for RNDIS devices

Chris Metcalf (2):
hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()
arch/tile: apply commit 74fca9da0 to the compat signal handling as well

Dan Williams (1):
cdc_ether: add Novatel USB551L device IDs for FLAG_WWAN

David Henningsson (1):
ALSA: HDA: Lessen CPU usage when waiting for chip to respond

David S. Miller (1):
sparc64: Do not clobber %g2 in xcall_fetch_glob_regs().

Eric Dumazet (4):
netem: fix possible skb leak
tcp: change tcp_adv_win_scale and tcp_rmem[2]
pktgen: fix crash at module unload
pktgen: fix module unload for good

Eric Sandeen (1):
ext4: avoid deadlock on sync-mounted FS w/o journal

Eric W. Biederman (1):
net: In unregister_netdevice_notifier unregister the netdevices.

Gerard Lledo (1):
sungem: Fix WakeOnLan

Ingo van Lil (1):
asix: Fix tx transfer padding for full-speed USB

Jonathan Brassow (1):
MD: Add del_timer_sync to mddev_suspend (fix nasty panic)

Jonathan Corbet (1):
marvell-cam: fix an ARM build error

Jonathan Nieder (2):
brcm80211: smac: pass missing argument to 'brcms_b_mute'
NFSv4: Revalidate uid/gid after open

Josh Cartwright (1):
jffs2: Fix lock acquisition order bug in gc path

Luis Henriques (1):
rc: Postpone ISR registration

Mark Brown (1):
ASoC: wm8994: Fix AIF2ADC power down

Mark Hills (1):
ALSA: echoaudio: Remove incorrect part of assertion

Matt Carlson (1):
tg3: Avoid panic from reserved statblk field access

Mike Galbraith (1):
namespaces, pid_ns: fix leakage on fork() failure

Mike Snitzer (1):
dm mpath: check if scsi_dh module already loaded before trying to load

Ming Lei (1):
usbnet: fix skb traversing races during unlink(v2)

Nicholas Bellinger (2):
target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversion
target: Fix bug in handling of FILEIO + block_device resize ops

Russ Anderson (1):
mm: nobootmem: fix sign extend problem in __free_pages_memory()

Russell King (1):
ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESS

Sasha Levin (1):
net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg

Srinivas Kandagatla (1):
phy:icplus:fix Auto Power Saving in ip101a_config_init.

Stefan Roese (1):
stmmac: Fix compilation error in mmc_core.c

Sylwester Nawrocki (1):
s5p-fimc: Fix locking in subdev set_crop op

Takashi Iwai (1):
ALSA: hda/idt - Fix power-map for speaker-pins with some HP laptops

Tejun Heo (1):
percpu: pcpu_embed_first_chunk() should free unused parts after all allocs are complete

Tomoya MORINAGA (4):
spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device info
spi-topcliff-pch: Fix issue for transmitting over 4KByte
spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control
spi-topcliff-pch: add recovery processing in case wait-event timeout

Tushar Dave (1):
e1000: Prevent reset task killing itself.

Will Deacon (1):
ARM: 7417/1: vfp: ensure preemption is disabled when enabling VFP access

Willy Tarreau (1):
tcp: do_tcp_sendpages() must try to push data out on oom conditions

Yuchung Cheng (1):
tcp: fix infinite cwnd in tcp_complete_cwr()

stephen hemminger (2):
sky2: propogate rx hash when packet is copied
sky2: fix receive length error in mixed non-VLAN/VLAN traffic

Émeric Maschino (1):
ia64: Add accept4() syscall

--
Ben Hutchings
Life is what happens to you while you're busy making other plans.
- John Lennon

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2012-05-21 17:01    [W:0.050 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site