| From: |
| Greg KH <gregkh@suse.de> |
| To: |
| linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org |
| Subject: |
| Linux 2.6.32.51 |
| Date: |
| Wed, 21 Dec 2011 13:21:11 -0800 |
| Message-ID: |
| <20111221212111.GA15958@kroah.com> |
| Cc: |
| lwn@lwn.net |
| Archive-link: |
| Article, Thread
|
I'm announcing the release of the 2.6.32.51 kernel.
All users of the 2.6.32 kernel series must upgrade.
The updated 2.6.32.y git tree can be found at (NOTE THE ADDRESS CHANGE):
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-st...
thanks,
greg k-h
------------
Makefile | 2
arch/arm/mach-davinci/board-dm646x-evm.c | 6 +-
arch/x86/oprofile/backtrace.c | 46 ++++++++++++++++++++--
arch/x86/oprofile/nmi_int.c | 8 +--
drivers/oprofile/buffer_sync.c | 21 +++++-----
drivers/usb/class/cdc-acm.c | 10 ++++
fs/ext4/inode.c | 2
fs/hfs/btree.c | 20 +++++++--
fs/jbd/journal.c | 8 +++
fs/jbd2/journal.c | 8 +++
include/linux/log2.h | 1
kernel/taskstats.c | 1
mm/percpu.c | 32 +++++++++------
mm/util.c | 13 ++++++
net/xfrm/xfrm_algo.c | 4 -
sound/pci/hda/patch_realtek.c | 2
sound/pci/sis7019.c | 64 +++++++++++++++++++++++++------
17 files changed, 193 insertions(+), 55 deletions(-)
Andrea Arcangeli (1):
ext4: avoid hangs in ext4_da_should_update_i_disksize()
David Dillow (1):
ALSA: sis7019 - give slow codecs more time to reset
Eryu Guan (1):
jbd/jbd2: validate sb->s_first in journal_get_superblock()
Greg Kroah-Hartman (1):
Linux 2.6.32.51
Hans Verkuil (1):
ARM: davinci: dm646x evm: wrong register used in setup_vpif_input_channel_mode
Krzysztof Ha?asa (1):
USB: cdc-acm: add IDs for Motorola H24 HSPA USB module.
Linus Torvalds (2):
linux/log2.h: Fix rounddown_pow_of_two(1)
Make TASKSTATS require root access
Phillip Lougher (1):
hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops
Robert Richter (4):
oprofile: Free potentially owned tasks in case of errors
oprofile: Fix locking dependency in sync_start()
oprofile, x86: Fix nmi-unsafe callgraph support
oprofile, x86: Fix crash when unloading module (timer mode)
Takashi Iwai (1):
ALSA: hda/realtek - Fix Oops in alc_mux_select()
Tejun Heo (1):
percpu: fix chunk range calculation
Tushar Gohad (1):
xfrm: Fix key lengths for rfc3686(ctr(aes))
Xiao Guangrong (1):
export __get_user_pages_fast() function