[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090506215017.GA21981@kroah.com>
Date: Wed, 6 May 2009 14:50:17 -0700
From: Greg KH <gregkh@...e.de>
To: linux-kernel@...r.kernel.org, stable@...nel.org
Cc: Justin Forbes <jmforbes@...uxtx.org>,
Zwane Mwaikambo <zwane@....linux.org.uk>,
Theodore Ts'o <tytso@....edu>,
Randy Dunlap <rdunlap@...otime.net>,
Dave Jones <davej@...hat.com>,
Chuck Wolber <chuckw@...ntumlinux.com>,
Chris Wedgwood <reviews@...cw.f00f.org>,
Michael Krufky <mkrufky@...uxtv.org>,
Chuck Ebbert <cebbert@...hat.com>,
Domenico Andreoli <cavokz@...il.com>, Willy Tarreau <w@....eu>,
Rodrigo Rubira Branco <rbranco@...checkpoint.com>,
Jake Edge <jake@....net>, Eugene Teo <eteo@...hat.com>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
alan@...rguk.ukuu.org.uk
Subject: [patch 00/58] 2.6.29.3-stable review
This is the start of the stable review cycle for the 2.6.29.3 release.
There are 58 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@...nel.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 Friday, May 8, 20: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.29.3-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
Makefile | 2 +-
arch/powerpc/include/asm/processor.h | 19 ++++
arch/powerpc/kernel/signal.c | 4 +-
arch/powerpc/kernel/signal.h | 2 +-
arch/powerpc/kernel/signal_32.c | 4 +-
arch/powerpc/kernel/signal_64.c | 2 +-
arch/x86/kernel/xsave.c | 4 +-
arch/x86/kvm/mmu.c | 2 +-
arch/x86/kvm/x86.c | 5 +
arch/x86/mm/kmmio.c | 2 +-
arch/x86/pci/mmconfig-shared.c | 6 +-
block/genhd.c | 12 ++-
drivers/acpi/acpica/rscreate.c | 27 +-----
drivers/char/hw_random/virtio-rng.c | 4 +-
drivers/crypto/ixp4xx_crypto.c | 182 ++++++++++++----------------------
drivers/gpu/drm/i915/i915_drv.h | 4 +-
drivers/gpu/drm/i915/i915_reg.h | 1 +
drivers/gpu/drm/i915/intel_display.c | 9 ++
drivers/ide/cs5536.c | 1 +
drivers/net/b44.c | 2 +-
drivers/net/forcedeth.c | 3 +
drivers/net/mv643xx_eth.c | 24 +++--
drivers/net/wireless/ath5k/debug.c | 2 +-
drivers/net/wireless/ath9k/main.c | 5 -
drivers/net/wireless/b43/dma.c | 50 ++++++++--
drivers/net/wireless/rndis_wlan.c | 14 ++-
drivers/pci/dmar.c | 11 ++-
drivers/pci/intel-iommu.c | 8 ++-
drivers/pci/quirks.c | 1 +
drivers/platform/x86/thinkpad_acpi.c | 41 ++++----
drivers/usb/serial/usb-serial.c | 99 +++++++++++++------
drivers/usb/storage/unusual_devs.h | 6 +
fs/Makefile | 2 +-
fs/bio.c | 3 +
fs/compat.c | 27 +++++-
fs/exec.c | 43 +++++---
fs/fs_struct.c | 170 +++++++++++++++++++++++++++++++
fs/internal.h | 8 ++-
fs/namei.c | 7 --
fs/namespace.c | 60 -----------
fs/nfsd/nfssvc.c | 7 +-
fs/proc/array.c | 13 ++-
fs/proc/base.c | 55 ++++-------
fs/proc/meminfo.c | 2 +-
fs/proc/task_mmu.c | 4 +
fs/proc/task_nommu.c | 2 +-
include/drm/drm_pciids.h | 1 +
include/linux/fs_struct.h | 7 +-
include/linux/genhd.h | 1 +
include/linux/kvm.h | 2 +
include/linux/mman.h | 9 +-
include/linux/pci_regs.h | 2 +-
kernel/exec_domain.c | 22 ----
kernel/exit.c | 34 +------
kernel/fork.c | 62 +++++-------
kernel/ptrace.c | 4 +-
kernel/sched.c | 2 +-
kernel/time/tick-common.c | 12 ++-
mm/madvise.c | 8 ++
mm/mmap.c | 12 +-
mm/nommu.c | 13 ++-
mm/swap.c | 46 ---------
net/mac80211/mlme.c | 2 +-
net/mac80211/rx.c | 13 ++-
scripts/mod/modpost.c | 1 +
security/selinux/hooks.c | 1 +
sound/soc/codecs/wm8580.c | 2 +-
sound/usb/usx2y/us122l.c | 12 ++-
virt/kvm/kvm_main.c | 11 +-
69 files changed, 682 insertions(+), 558 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists