From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760849AbYHDUQf (ORCPT ); Mon, 4 Aug 2008 16:16:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756356AbYHDUQH (ORCPT ); Mon, 4 Aug 2008 16:16:07 -0400 Received: from cantor2.suse.de ([195.135.220.15]:45082 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755722AbYHDUQG (ORCPT ); Mon, 4 Aug 2008 16:16:06 -0400 Date: Mon, 4 Aug 2008 13:13:21 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , Willy Tarreau , Rodrigo Rubira Branco , Jake Edge , Eugene Teo , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: [patch 00/33] 2.6.25-stable review cycle Message-ID: <20080804201321.GA1139@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 2.6.25.15 release. There are 33 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the proper subsystem, and wants to add a Signed-off-by: line to the patch, please respond with it. These patches are sent out with a number of different people on the Cc: line. If you wish to be a reviewer, please email stable@kernel.org to add your name to the list. If you want to be off the reviewer list, also email us. Responses should be made by Wed, August 6, 12:00:00 UTC. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.25.15-rc1.gz and the diffstat can be found below. thanks, the -stable release team ------------------ Makefile | 2 arch/powerpc/kernel/ppc32.h | 2 arch/powerpc/kernel/ptrace32.c | 27 ++++++++++ arch/x86/mm/ioremap.c | 5 + drivers/acpi/bay.c | 16 +++-- drivers/acpi/thermal.c | 16 +++++ drivers/input/mouse/appletouch.c | 49 +++++++++++++++--- drivers/input/serio/i8042-x86ia64io.h | 57 +++++++++++++++++---- drivers/input/serio/i8042.c | 8 ++ drivers/net/wireless/ath5k/base.c | 4 + drivers/pci/quirks.c | 1 drivers/ps3/ps3-lpm.c | 1 drivers/scsi/megaraid/megaraid_mbox.c | 17 ++++++ drivers/scsi/megaraid/megaraid_mbox.h | 1 drivers/usb/core/quirks.c | 3 + drivers/usb/host/ehci-hub.c | 6 +- drivers/usb/host/ehci.h | 2 fs/fat/inode.c | 2 fs/jbd/commit.c | 19 +------ fs/jbd/transaction.c | 91 ++++++++++++++++++++++++++++++++-- fs/namei.c | 31 +++++++++-- fs/nfs/inode.c | 4 - fs/nfs/internal.h | 1 fs/nfs/nfs3acl.c | 9 ++- fs/nfs/nfs4proc.c | 6 +- fs/partitions/msdos.c | 20 ++++++- fs/romfs/inode.c | 37 ++++++++----- include/linux/msdos_fs.h | 6 +- include/sound/ac97_codec.h | 1 include/sound/emu10k1.h | 1 mm/filemap.c | 3 - net/bluetooth/bnep/core.c | 5 + net/bluetooth/hidp/core.c | 10 +++ sound/core/init.c | 36 +++++-------- sound/core/oss/mixer_oss.c | 2 sound/pci/ac97/ac97_patch.c | 48 ++++++++++++----- sound/pci/emu10k1/emu10k1_main.c | 1 sound/pci/emu10k1/emumixer.c | 13 +++- sound/pci/hda/patch_analog.c | 33 ++++++++---- sound/usb/usbaudio.c | 35 +++++++++---- sound/usb/usbquirks.h | 75 ++++++++++++++-------------- 41 files changed, 521 insertions(+), 185 deletions(-)