lkml.org 
[lkml]   [2012]   [Jan]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 3.2.2
I'm announcing the release of the 3.2.2 kernel.

All users of the 3.2 kernel series must 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;a=summary

thanks,

greg k-h

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

Makefile | 2
arch/ia64/kernel/acpi.c | 10
arch/score/kernel/entry.S | 2
arch/x86/include/asm/amd_nb.h | 2
arch/x86/include/asm/uv/uv_bau.h | 106 +++++++
arch/x86/kernel/amd_nb.c | 31 ++
arch/x86/kernel/apic/x2apic_uv_x.c | 7
arch/x86/mm/mmap.c | 4
arch/x86/mm/srat.c | 4
arch/x86/pci/Makefile | 3
arch/x86/pci/acpi.c | 18 +
arch/x86/pci/amd_bus.c | 42 ---
arch/x86/platform/uv/tlb_uv.c | 363 ++++++++++++++++++++++-----
block/scsi_ioctl.c | 52 +++
drivers/acpi/acpica/dsargs.c | 24 +
drivers/acpi/numa.c | 6
drivers/acpi/processor_core.c | 26 +
drivers/bcma/host_pci.c | 3
drivers/block/cciss.c | 6
drivers/block/ub.c | 3
drivers/block/virtio_blk.c | 4
drivers/cdrom/cdrom.c | 3
drivers/gpu/drm/radeon/r100.c | 5
drivers/gpu/drm/radeon/r600_hdmi.c | 7
drivers/gpu/drm/radeon/radeon_device.c | 5
drivers/gpu/drm/radeon/rs600.c | 4
drivers/hid/Kconfig | 3
drivers/hid/hid-core.c | 24 +
drivers/hid/hid-ids.h | 31 +-
drivers/hid/hid-multitouch.c | 71 ++++-
drivers/i2c/busses/i2c-ali1535.c | 11
drivers/i2c/busses/i2c-eg20t.c | 2
drivers/i2c/busses/i2c-nforce2.c | 2
drivers/i2c/busses/i2c-omap.c | 2
drivers/i2c/busses/i2c-sis5595.c | 4
drivers/i2c/busses/i2c-sis630.c | 6
drivers/i2c/busses/i2c-viapro.c | 7
drivers/ide/ide-floppy_ioctl.c | 3
drivers/idle/intel_idle.c | 9
drivers/md/dm-flakey.c | 11
drivers/md/dm-linear.c | 12
drivers/md/dm-mpath.c | 6
drivers/md/raid1.c | 11
drivers/media/video/cx23885/cx23885-dvb.c | 5
drivers/media/video/cx88/cx88-cards.c | 24 -
drivers/media/video/uvc/uvc_v4l2.c | 9
drivers/media/video/uvc/uvcvideo.h | 1
drivers/media/video/v4l2-ioctl.c | 4
drivers/mmc/core/mmc.c | 2
drivers/mmc/host/sdhci.c | 6
drivers/mtd/mtd_blkdevs.c | 3
drivers/mtd/mtdoops.c | 5
drivers/mtd/tests/mtd_stresstest.c | 7
drivers/mtd/ubi/cdev.c | 3
drivers/mtd/ubi/debug.h | 5
drivers/mtd/ubi/eba.c | 6
drivers/mtd/ubi/ubi.h | 2
drivers/mtd/ubi/vtbl.c | 2
drivers/mtd/ubi/wl.c | 12
drivers/net/usb/asix.c | 15 +
drivers/net/wireless/ath/ath9k/ar9003_mac.c | 5
drivers/net/wireless/ath/ath9k/calib.c | 1
drivers/net/wireless/ath/ath9k/mac.c | 5
drivers/net/wireless/ath/ath9k/main.c | 8
drivers/net/wireless/iwlegacy/iwl3945-base.c | 9
drivers/net/wireless/iwlwifi/iwl-agn-lib.c | 1
drivers/net/wireless/iwlwifi/iwl-agn-rxon.c | 3
drivers/net/wireless/rt2x00/rt2800pci.c | 28 --
drivers/net/wireless/rtlwifi/rtl8192se/fw.c | 4
drivers/pci/msi.c | 10
drivers/pnp/quirks.c | 42 +++
drivers/rtc/interface.c | 4
drivers/scsi/mpt2sas/mpt2sas_base.c | 83 ++----
drivers/scsi/mpt2sas/mpt2sas_scsih.c | 11
drivers/scsi/sd.c | 13
drivers/scsi/sym53c8xx_2/sym_glue.c | 4
drivers/target/target_core_cdb.c | 12
drivers/target/target_core_transport.c | 14 +
drivers/xen/xenbus/xenbus_xs.c | 6
fs/aio.c | 11
fs/cifs/connect.c | 23 +
fs/dcache.c | 78 ++---
fs/ext4/ioctl.c | 28 +-
fs/ext4/super.c | 7
fs/nfs/blocklayout/blocklayout.c | 28 +-
fs/nfs/blocklayout/extents.c | 11
fs/nfs/callback_proc.c | 2
fs/nfs/file.c | 4
fs/nfs/nfs4proc.c | 96 ++++---
fs/nfs/nfs4xdr.c | 31 +-
fs/nfs/objlayout/objio_osd.c | 3
fs/nfs/objlayout/objlayout.c | 4
fs/nfs/pnfs.c | 12
fs/nfs/pnfs.h | 1
fs/nfs/super.c | 43 +--
fs/nfsd/export.c | 2
fs/nfsd/nfs4state.c | 17 +
fs/notify/mark.c | 8
fs/proc/base.c | 145 ++--------
fs/proc/task_mmu.c | 3
fs/proc/uptime.c | 9
fs/ubifs/debug.h | 17 -
fs/xfs/xfs_discard.c | 4
include/acpi/acpi_numa.h | 1
include/linux/blkdev.h | 3
include/linux/crash_dump.h | 1
include/linux/dcache.h | 1
include/linux/memcontrol.h | 6
include/linux/nfs_xdr.h | 5
include/linux/pci_regs.h | 2
include/linux/shmem_fs.h | 1
include/linux/sunrpc/svcsock.h | 2
include/linux/sunrpc/xdr.h | 2
include/linux/swap.h | 2
include/linux/videodev2.h | 1
include/media/tuner.h | 3
include/target/target_core_base.h | 1
include/xen/interface/io/xs_wire.h | 3
init/do_mounts.c | 35 ++
ipc/shm.c | 37 +-
kernel/kprobes.c | 2
kernel/trace/ftrace.c | 27 --
kernel/tracepoint.c | 7
mm/filemap.c | 18 -
mm/memcontrol.c | 44 +++
mm/page_alloc.c | 11
mm/shmem.c | 53 +++
mm/slub.c | 5
mm/vmscan.c | 118 ++------
net/mac80211/ieee80211_i.h | 13
net/mac80211/main.c | 58 ----
net/mac80211/offchannel.c | 68 ++---
net/mac80211/rx.c | 10
net/mac80211/scan.c | 77 +----
net/mac80211/tx.c | 3
net/mac80211/work.c | 77 -----
net/mac80211/wpa.c | 2
net/sunrpc/svc.c | 20 -
net/sunrpc/svc_xprt.c | 53 ++-
net/sunrpc/xdr.c | 3
scripts/kconfig/streamline_config.pl | 52 ++-
scripts/recordmcount.h | 2
security/integrity/ima/ima_api.c | 4
security/integrity/ima/ima_queue.c | 17 -
security/tomoyo/util.c | 6
sound/pci/hda/hda_intel.c | 1
sound/pci/hda/hda_local.h | 7
sound/pci/hda/hda_proc.c | 2
sound/pci/hda/patch_cirrus.c | 27 --
sound/pci/hda/patch_conexant.c | 2
sound/pci/hda/patch_sigmatel.c | 38 +-
sound/pci/hda/patch_via.c | 5
sound/pci/ice1712/amp.c | 7
sound/pci/oxygen/xonar_wm87x6.c | 1
sound/usb/endpoint.c | 5
sound/usb/usx2y/usb_stream.c | 6
156 files changed, 1837 insertions(+), 1038 deletions(-)

Aaron Lu (1):
mmc: sdhci: Fix tuning timer incorrect setting when suspending host

Alex Deucher (1):
drm/radeon/kms: disable writeback on pre-R300 asics

Alex Williamson (1):
PCI: Fix PCI_EXP_TYPE_RC_EC value

Alexander Aring (1):
I2C: OMAP: correct SYSC register offset for OMAP4

Alexander Elbs (1):
mmc: sd: Fix SDR12 timing regression

Ananth N Mavinakayanahalli (1):
kprobes: initialize before using a hlist

Andy Adamson (2):
NFSv4.1: fix backchannel slotid off-by-one bug
NFSv4: include bitmap in nfsv4 get acl data

Artem Bityutskiy (4):
UBI: fix use-after-free on error path
UBI: fix debugging messages
UBIFS: fix debugging messages
UBIFS: make debugging messages light again

Ben Hutchings (1):
drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range

Benjamin Tissoires (5):
HID: multitouch: cleanup with eGalax PID definitions
HID: multitouch: add support for the MSI Windpad 110W
HID: hid-multitouch: add support for new Hanvon panels
HID: multitouch: add support of Atmel multitouch panels
HID: multitouch: add support for 3M 32"

Bhavesh Parekh (1):
UBI: fix missing scrub when there is a bit-flip

Bjorn Helgaas (3):
x86/PCI: amd: factor out MMCONFIG discovery
x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y
PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USB

Boaz Harrosh (2):
pnfs-obj: pNFS errors are communicated on iodata->pnfs_error
pnfs-obj: Must return layout on IO error

Brian Norris (1):
mtd: mtd_blkdevs: don't increase 'open' count on error path

Chase Douglas (1):
HID: bump maximum global item tag report size to 96 bytes

Chris Bagwell (1):
HID: hid-multitouch - add another eGalax id

Chuck Lever (1):
NFS: Retry mounting NFSROOT

Clemens Ladisch (1):
ALSA: virtuoso: Xonar DS: fix polarity of front output

Cliff Wickman (3):
x86/UV2: Fix new UV2 hardware by using native UV2 broadcast mode
x86/UV2: Fix BAU destination timeout initialization
x86/UV2: Work around BAU bug

Dan Carpenter (1):
V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()

Dan Rosenberg (1):
score: fix off-by-one index into syscall table

Dave Chinner (2):
dcache: use a dispose list in select_parent
xfs: fix endian conversion issue in discard code

David Daney (1):
recordmcount: Fix handling of elf64 big-endian objects.

David Henningsson (4):
ALSA: HDA: Fix master control for Cirrus Logic 421X
ALSA: HDA: Fix automute for Cirrus Logic 421x
ALSA: HDA: Use LPIB position fix for Macbook Pro 7,1
ALSA: HDA: Fix internal microphone on Dell Studio 16 XPS 1645

David Herrmann (1):
HID: wiimote: Select INPUT_FF_MEMLESS

Djalal Harouni (1):
ext4: add missing ext4_resize_end on error paths

Eric Dumazet (1):
slub: fix a possible memleak in __slab_alloc()

Eric W. Biederman (1):
PCI: msi: Disable msi interrupts when we initialize a pci device

Fabio Estevam (1):
include/linux/crash_dump.h needs elf.h

Felix Fietkau (1):
ath9k_hw: fix interpretation of the rx KeyMiss flag

Gary Hade (1):
x86/PCI: Ignore CPU non-addressable _CRS reserved memory resources

Girish K S (1):
mmc: core: Fix voltage select in DDR mode

Gleb Natapov (1):
Unused iocbs in a batch should not be accounted as active.

Greg Kroah-Hartman (1):
Linux 3.2.2

Haogang Chen (1):
uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map()

Hugh Dickins (2):
SHM_UNLOCK: fix long unpreemptible section
SHM_UNLOCK: fix Unevictable pages stranded after swap

Ian Campbell (1):
xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.

J. Bruce Fields (4):
svcrpc: fix double-free on shutdown of nfsd after changing pool mode
svcrpc: destroy server sockets all at once
svcrpc: avoid memory-corruption on pool shutdown
nfsd4: fix lockowner matching

Jack Steiner (1):
x86, UV: Update Boot messages for SGI UV2 platform

Jean Delvare (1):
i2c: Fix error value returned by several bus drivers

Jeff Layton (2):
nfs: fix regression in handling of context= option in NFSv4
cifs: lower default wsize when unix extensions are not used

Jiri Olsa (1):
ftrace: Fix unregister ftrace_ops accounting

Johannes Berg (1):
mac80211: revert on-channel work optimisations

Jussi Kivilinna (2):
asix: fix setting custom MAC address on Asix 88178 devices
asix: fix setting custom MAC address on Asix 88772 devices

KAMEZAWA Hiroyuki (1):
memcg: add mem_cgroup_replace_page_cache() to fix LRU issue

Karsten Wiese (1):
ALSA: snd-usb-us122l: Delete calls to preempt_disable

Kurt Garloff (3):
ACPI: Store SRAT table revision
ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64)
ACPI, ia64: Use SRAT table rev to use 8bit or 16/32bit PXM fields (ia64)

Larry Finger (1):
rtl8192se: Fix BUG caused by failure to check skb allocation

Lin Ming (2):
ACPICA: Put back the call to acpi_os_validate_address
ACPI: processor: fix acpi_get_cpuid for UP processor

Linus Torvalds (1):
proc: clean up and fix /proc/<pid>/mem handling

Ludwig Nussel (1):
x86: Fix mmap random address range

Marek Vasut (1):
HID: multitouch: Add egalax ID for Acer Iconia W500

Martin Schwidefsky (1):
fix cputime overflow in uptime_proc_show

Masatoshi Hoshikawa (1):
HID: hid-multitouch: add support 9 new Xiroku devices

Michal Hocko (1):
mm: fix NULL ptr dereference in __count_immobile_pages

Michel Dänzer (1):
radeon: Fix disabling PCI bus mastering on big endian hosts.

Miklos Szeredi (2):
fsnotify: don't BUG in fsnotify_destroy_mark()
fix shrink_dcache_parent() livelock

Miroslav Slugen (3):
cx23885-dvb: check if dvb_attach() succeded
cx88: fix: don't duplicate xc4000 entry for radio
tuner: Fix numberspace conflict between xc4000 and pti 5nf05 tuners

NeilBrown (2):
NFS - fix recent breakage to NFS error handling.
md/raid1: perform bad-block tests for WriteMostly devices too.

Paolo Bonzini (3):
block: add and use scsi_blk_cmd_ioctl
block: fail SCSI passthrough ioctls on partition devices
dm: do not forward ioctls from logical volumes to the underlying device

Pavel Hofman (1):
ALSA: ice1724 - Check for ac97 to avoid kernel oops

Peng Tao (3):
pnfsblock: acquire im_lock in _preload_range
pnfsblock: don't spinlock when freeing block_dev
pnfsblock: limit bio page count

Rafał Miłecki (2):
drm/radeon/kms: workaround invalid AVI infoframe checksum issue
bcma: invalidate the mapped core over suspend/resume

Rajkumar Manoharan (1):
ath9k: Fix regression in channelwidth switch at the same channel

Richard Weinberger (2):
UBI: fix nameless volumes handling
UBI: make vid_hdr non-static

Roberto Sassu (2):
ima: free duplicate measurement memory
ima: fix invalid memory reference

Roland Dreier (2):
target: Set response format in INQUIRY response
target: Set additional sense length field in sense data

Roman Tereshonkov (2):
mtdoops: fix the oops_page_used array size
mtd: mtdoops: skip reading initially bad blocks

Sasha Levin (1):
nfsd: Fix oops when parsing a 0 length export

Shaohua Li (1):
intel_idle: fix API misuse

Stanislaw Gruszka (3):
mac80211: fix rx->key NULL pointer dereference in promiscuous mode
rt2800pci: fix spurious interrupts generation
iwlegacy: 3945: fix hw passive scan on radar channels

Steven Rostedt (3):
kconfig/streamline-config.pl: Simplify backslash line concatination
kconfig/streamline-config.pl: Fix parsing Makefile with variables
tracepoints/module: Fix disabling tracepoints with taint CRAP or OOT

Stratos Psomadakis (1):
sym53c8xx: Fix NULL pointer dereference in slave_destroy

Takashi Iwai (5):
ALSA: usb-audio - Avoid flood of frame-active debug messages
ALSA: hda - Use auto-parser for HP laptops with cx20459 codec
ALSA: hda - Return the error from get_wcaps_type() for invalid NIDs
ALSA: hda - Fix the detection of "Loopback Mixing" control for VIA codecs
ALSA: hda - Fix the lost power-setup of seconary pins after PM resume

Tetsuo Handa (1):
TOMOYO: Accept \000 as a valid character.

Thomas Renninger (1):
intel idle: Make idle driver more robust

Toshiharu Okada (1):
i2c-eg20t: modified the setting of transfer rate.

Wey-Yi Guy (1):
iwlagn: check for SMPS mode

Will Deacon (1):
proc: clear_refs: do not clear reserved pages

Wolfram Sang (1):
mtd: tests: stresstest: bail out if device has not enough eraseblocks

Xi Wang (1):
ext4: fix undefined behavior in ext4_fill_flex_info()

nagalakshmi.nandigama@lsi.com (2):
SCSI: mpt2sas: Release spinlock for the raid device list before blocking it
SCSI: mpt2sas : Fix for memory allocation error for large host credits

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