From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755171AbYJPSAa (ORCPT ); Thu, 16 Oct 2008 14:00:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751709AbYJPSAU (ORCPT ); Thu, 16 Oct 2008 14:00:20 -0400 Received: from ns1.suse.de ([195.135.220.2]:35957 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751004AbYJPSAS (ORCPT ); Thu, 16 Oct 2008 14:00:18 -0400 Date: Thu, 16 Oct 2008 10:55:25 -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/14] 2.6.27-stable review Message-ID: <20081016175525.GA12850@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.27.2 release. There are 14 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 Sat, October 18, 18: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.27.2-rc1.gz and the diffstat can be found below. thanks, the -stable release team Makefile | 2 arch/x86/kernel/alternative.c | 2 arch/x86/kernel/early-quirks.c | 48 ++++++++++++ arch/x86/kernel/io_apic_32.c | 3 arch/x86/mm/ioremap.c | 2 drivers/char/tty_io.c | 2 drivers/net/atl1e/atl1e_main.c | 2 drivers/net/sky2.c | 19 +---- drivers/net/wireless/b43legacy/xmit.c | 2 drivers/net/wireless/libertas/main.c | 20 +++++ fs/cifs/cifsglob.h | 1 fs/cifs/cifssmb.c | 4 + fs/cifs/readdir.c | 128 +++++++++++++++++----------------- fs/xfs/linux-2.6/xfs_buf.c | 3 fs/xfs/linux-2.6/xfs_buf.h | 8 ++ fs/xfs/xfs_log.c | 7 + kernel/sched_rt.c | 8 +- net/mac80211/debugfs_netdev.c | 14 +++ net/rfkill/rfkill.c | 5 - 19 files changed, 182 insertions(+), 98 deletions(-)