From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758238AbYEHRm2 (ORCPT ); Thu, 8 May 2008 13:42:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755209AbYEHRmD (ORCPT ); Thu, 8 May 2008 13:42:03 -0400 Received: from cantor.suse.de ([195.135.220.2]:47473 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754722AbYEHRmA (ORCPT ); Thu, 8 May 2008 13:42:00 -0400 Date: Thu, 8 May 2008 10:41:22 -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 , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: [patch 00/16] Linux 2.6.25 -stable review Message-ID: <20080508174122.GA855@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.2 release. There are 16 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 May 10, 17: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.2-rc1.gz and the diffstat can be found below. thanks, the -stable release team --------------- Makefile | 2 - arch/arm/kernel/kprobes-decode.c | 2 - arch/arm/kernel/kprobes.c | 2 - arch/x86/pci/common.c | 7 ++-- arch/x86/pci/init.c | 2 + arch/x86/pci/pci.h | 2 + crypto/authenc.c | 5 +- crypto/cryptd.c | 4 +- crypto/eseqiv.c | 3 + drivers/acpi/processor_idle.c | 4 ++ drivers/md/md.c | 2 - drivers/net/wireless/b43/b43.h | 4 ++ drivers/net/wireless/b43/main.c | 40 ++++++++++++++++++----- drivers/serial/mpc52xx_uart.c | 2 - fs/reiserfs/ioctl.c | 4 -- fs/reiserfs/super.c | 17 +++++++--- fs/utimes.c | 17 ++++++++-- include/crypto/scatterwalk.h | 4 ++ include/linux/reiserfs_fs.h | 1 kernel/sched.c | 66 ++++++++++++++++++++++++++++++++++++++- mm/page_alloc.c | 14 +++++++- 21 files changed, 171 insertions(+), 33 deletions(-)