Linux 2.6.33.5

From: Greg KH
Date: Wed May 26 2010 - 18:27:49 EST


I'm announcing the release of the 2.6.33.5 kernel.

All users of the 2.6.33 kernel series should upgrade.

There will probably only be one more .33-stable release after this one.
Everyone using the .33 series should be looking into moving to the .34
kernel tree at this point in time.

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

thanks,

greg k-h

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

Documentation/filesystems/proc.txt | 3
Makefile | 2
arch/powerpc/include/asm/hw_irq.h | 38 -------
arch/powerpc/kernel/asm-offsets.c | 1
arch/powerpc/kernel/entry_64.S | 9 -
arch/powerpc/kernel/irq.c | 6 -
arch/powerpc/kernel/time.c | 60 +++++++++---
arch/s390/kernel/ptrace.c | 5 -
arch/x86/include/asm/k8.h | 5 +
arch/x86/kernel/cpu/intel_cacheinfo.c | 4
arch/x86/kernel/process.c | 12 +-
crypto/authenc.c | 16 ++-
drivers/acpi/sleep.c | 90 ------------------
drivers/char/tty_io.c | 1
drivers/gpu/drm/i915/i915_drv.c | 4
drivers/gpu/drm/i915/i915_drv.h | 4
drivers/gpu/drm/i915/i915_gem.c | 145 +++++++++++++++++++++++++++---
drivers/gpu/drm/i915/i915_irq.c | 8 -
drivers/gpu/drm/i915/i915_reg.h | 11 ++
drivers/gpu/drm/i915/intel_display.c | 2
drivers/hwmon/hp_accel.c | 2
drivers/mmc/host/atmel-mci.c | 14 +-
drivers/net/wireless/ath/ath9k/xmit.c | 4
drivers/net/wireless/iwlwifi/iwl-4965.c | 5 +
drivers/net/wireless/iwlwifi/iwl-5000.c | 5 +
drivers/net/wireless/iwlwifi/iwl-agn-rs.c | 15 ++-
drivers/net/wireless/iwlwifi/iwl-tx.c | 18 ++-
drivers/s390/block/dasd.c | 17 ++-
drivers/serial/imx.c | 10 +-
drivers/video/bfin-t350mcqb-fb.c | 15 +--
fs/btrfs/ioctl.c | 5 +
fs/cachefiles/security.c | 4
fs/cifs/cifsglob.h | 1
fs/cifs/inode.c | 21 +++-
fs/compat.c | 2
fs/exec.c | 2
fs/nilfs2/super.c | 1
fs/notify/inotify/inotify_fsnotify.c | 2
fs/notify/inotify/inotify_user.c | 9 +
fs/proc/array.c | 3
fs/proc/task_mmu.c | 19 ---
include/asm-generic/dma-mapping-common.h | 4
include/linux/sched.h | 1
kernel/fork.c | 2
kernel/profile.c | 4
mm/hugetlb.c | 2
net/ipv4/udp.c | 6 -
security/min_addr.c | 2
sound/pci/hda/hda_intel.c | 1
sound/pci/hda/patch_conexant.c | 7 -
sound/pci/hda/patch_realtek.c | 1
sound/pci/hda/patch_sigmatel.c | 6 -
sound/pci/ice1712/maya44.c | 6 -
sound/pci/oxygen/xonar_cs43xx.c | 3
54 files changed, 372 insertions(+), 273 deletions(-)

Alan Cox (1):
tty: Fix unbalanced BKL handling in error path

Alex Chiang (1):
ACPI: sleep: eliminate duplicate entries in acpisleep_dmi_table[]

Andreas Herrmann (1):
x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRs

Bjørn Mork (1):
ipv4: udp: fix short packet and bad checksum logging

Borislav Petkov (1):
x86, k8: Fix build error when K8_NB is disabled

Clemens Ladisch (1):
ALSA: virtuoso: fix Xonar D1/DX front panel microphone

Dan Rosenberg (1):
Btrfs: check for read permission on src file in the clone ioctl

Daniel T Chen (1):
ALSA: hda: Fix 0 dB for Lenovo models using Conexant CX20549 (Venice)

David Howells (1):
CacheFiles: Fix error handling in cachefiles_determine_cache_security()

Eric Paris (1):
inotify: race use after free/double free in inotify inode marks

FUJITA Tomonori (1):
dma-mapping: fix dma_sync_single_range_*

Frank Arnold (1):
x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments

Gerald Schaefer (1):
ptrace: fix return value of do_syscall_trace_enter()

Greg Kroah-Hartman (1):
Linux 2.6.33.5

Herbert Xu (1):
crypto: authenc - Add EINPROGRESS check

Hugh Dickins (1):
profile: fix stats and data leakage

Jeff Layton (1):
cifs: guard against hardlinking directories

Jesse Barnes (2):
drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy Bridge
drm/i915: fix non-Ironlake 965 class crashes

Kees Cook (1):
mmap_min_addr check CAP_SYS_RAWIO only for write

Luis R. Rodriguez (1):
Revert "ath9k: fix lockdep warning when unloading module" on stable kernels

Mel Gorman (1):
hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killer

Michael Hennerich (1):
fbdev: bfin-t350mcqb-fb: fix fbmem allocation with blanking lines

Nicolas Ferre (3):
mmc: atmel-mci: fix two parameters swapped
mmc: atmel-mci: prevent kernel oops while removing card
mmc: atmel-mci: remove data error interrupt after xfer

Oliver Neukum (1):
hp_accel: fix race in device removal

Paul Mackerras (1):
powerpc/perf_event: Fix oops due to perf_event_do_pending call

Pavel Emelyanov (1):
inotify: don't leak user struct on inotify release

Robert Hooker (1):
drm/i915: Disable FBC on 915GM and 945GM.

Robin Holt (1):
revert "procfs: provide stack information for threads" and its fixup commits

Ryusuke Konishi (1):
nilfs2: fix sync silent failure

Stefan Lippers-Hollmann (1):
ALSA: Revert "ALSA: hda/realtek: quirk for D945GCLF2 mainboard"

Stefan Weinhuber (1):
dasd: fix race between tasklet and dasd_sleep_on

Takashi Iwai (1):
ALSA: ice1724 - Fix ESI Maya44 capture source control

Valentin Longchamp (1):
serial: imx.c: fix CTS trigger level lower to avoid lost chars

Vitaliy Kulikov (1):
ALSA: hda - New Intel HDA controller

Wey-Yi Guy (2):
iwlwifi: check for aggregation frame and queue
iwlwifi: clear all the stop_queue flag after load firmware

Wu Fengguang (1):
ALSA: hda - fix DG45ID SPDIF output

--
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/