public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.6.32.14
@ 2010-05-26 22:24 Greg KH
  2010-05-26 22:25 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2010-05-26 22:24 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn

I'm announcing the release of the 2.6.32.14 kernel.

All users of the 2.6.32 kernel series should upgrade.

The updated 2.6.32.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.32.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.32.y.git;a=summary

thanks,

greg k-h

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

 Documentation/filesystems/proc.txt       |    5 -
 Makefile                                 |    2 
 arch/parisc/kernel/pci.c                 |    7 --
 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/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/p54/eeprom.c        |   31 ++++++----
 drivers/scsi/megaraid/megaraid_sas.c     |   18 +++++-
 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                          |   92 -------------------------------
 fs/proc/task_mmu.c                       |   19 ------
 include/asm-generic/dma-mapping-common.h |    4 -
 include/linux/module.h                   |    2 
 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/ice1712/maya44.c               |    6 +-
 45 files changed, 213 insertions(+), 346 deletions(-)

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

Christian Lamparter (1):
      p54: disable channels with incomplete calibration data sets

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 (3):
      Revert "module: fix __module_ref_addr()"
      Revert "parisc: Set PCI CLS early in boot."
      Linux 2.6.32.14

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

KOSAKI Motohiro (1):
      proc: partially revert "procfs: provide stack information for threads"

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

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

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

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

Tomas Henzl (1):
      megaraid_sas: fix for 32bit apps

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 (1):
      iwlwifi: clear all the stop_queue flag after load firmware


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-26 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-26 22:24 Linux 2.6.32.14 Greg KH
2010-05-26 22:25 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox