public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 00/50] 2.6.25.6 -stable review
@ 2008-06-07  1:02 Chris Wright
  2008-06-07  1:02 ` [patch 01/50] block: do_mounts - accept root=<non-existant partition> Chris Wright
                   ` (50 more replies)
  0 siblings, 51 replies; 63+ messages in thread
From: Chris Wright @ 2008-06-07  1:02 UTC (permalink / raw)
  To: linux-kernel, stable
  Cc: Justin Forbes, Zwane Mwaikambo, Theodore Ts'o, Randy Dunlap,
	Dave Jones, Chuck Wolber, Chris Wedgwood, Michael Krufky,
	Chuck Ebbert, Domenico Andreoli, torvalds, akpm, alan

This is the start of the stable review cycle for the 2.6.25.6 release.
There are 50 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 Mon, Jun 9 01: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.6-rc1.gz
and the diffstat can be found below.

thanks,

the -stable release team
-- 

 Makefile                                       |    2 +-
 arch/powerpc/kernel/smp.c                      |    2 +
 arch/powerpc/mm/slb.c                          |   21 +++--
 arch/x86/kernel/apic_64.c                      |    2 +-
 arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c     |   10 ++
 arch/x86/kernel/irq_32.c                       |    2 +-
 arch/x86/kernel/process_32.c                   |    5 +-
 arch/x86/kernel/process_64.c                   |    5 +-
 arch/x86/kernel/ptrace.c                       |    7 +-
 arch/x86/kernel/tsc_32.c                       |   38 ++++----
 arch/x86/kernel/tsc_64.c                       |    5 +-
 arch/x86/pci/common.c                          |   17 ----
 block/genhd.c                                  |    9 ++-
 drivers/ata/libata-core.c                      |   12 +++
 drivers/block/brd.c                            |    1 +
 drivers/cpufreq/cpufreq.c                      |    4 +-
 drivers/hid/hid-input.c                        |    5 +-
 drivers/hid/usbhid/hid-quirks.c                |   38 ++++----
 drivers/i2c/busses/i2c-nforce2.c               |   28 +++++-
 drivers/i2c/chips/max6875.c                    |    3 -
 drivers/infiniband/ulp/ipoib/ipoib_multicast.c |    6 ++
 drivers/md/md.c                                |    2 +-
 drivers/md/raid5.c                             |   10 ++-
 drivers/net/atl1/atl1_main.c                   |    1 +
 drivers/net/ps3_gelic_wireless.c               |    2 +
 drivers/usb/class/cdc-acm.c                    |    3 +
 drivers/usb/host/ohci-omap.c                   |    3 +-
 drivers/usb/host/ohci-sm501.c                  |    3 +-
 drivers/usb/misc/ldusb.c                       |    4 -
 drivers/usb/serial/ftdi_sio.c                  |    1 +
 drivers/usb/serial/ftdi_sio.h                  |    6 ++
 drivers/usb/serial/option.c                    |    9 ++-
 drivers/usb/serial/pl2303.c                    |    1 -
 drivers/usb/serial/pl2303.h                    |    1 -
 drivers/usb/storage/unusual_devs.h             |   10 ++
 fs/cifs/inode.c                                |   15 +++-
 fs/ecryptfs/ecryptfs_kernel.h                  |    2 -
 fs/ecryptfs/read_write.c                       |   22 -----
 fs/ext3/xattr.c                                |    5 +
 fs/ext4/xattr.c                                |    5 +
 fs/proc/array.c                                |    2 +-
 fs/proc/base.c                                 |   33 ++++++--
 fs/proc/task_mmu.c                             |   28 ++----
 fs/xfs/linux-2.6/xfs_buf.c                     |   24 ++++-
 fs/xfs/linux-2.6/xfs_buf.h                     |   19 ++++
 include/asm-x86/tlbflush.h                     |   13 +++-
 include/linux/capability.h                     |   29 +++++--
 include/linux/genhd.h                          |    4 +-
 include/linux/hid.h                            |    1 +
 include/linux/types.h                          |    4 +-
 init/do_mounts.c                               |   27 ++++++-
 kernel/capability.c                            |  111 ++++++++++++++++--------
 kernel/cgroup.c                                |    2 +-
 mm/memory_hotplug.c                            |   78 ++++++++--------
 mm/mmap.c                                      |    8 ++-
 mm/page_alloc.c                                |    3 +-
 net/ipv6/netfilter/nf_conntrack_reasm.c        |    8 +-
 net/netfilter/nf_conntrack_expect.c            |    4 +-
 net/netfilter/xt_connlimit.c                   |    3 +-
 net/netfilter/xt_iprange.c                     |    2 +
 security/smack/smack_lsm.c                     |   12 +++
 61 files changed, 483 insertions(+), 259 deletions(-)

^ permalink raw reply	[flat|nested] 63+ messages in thread

end of thread, other threads:[~2008-06-09 20:55 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-07  1:02 [patch 00/50] 2.6.25.6 -stable review Chris Wright
2008-06-07  1:02 ` [patch 01/50] block: do_mounts - accept root=<non-existant partition> Chris Wright
2008-06-09 13:38   ` Adrian Bunk
2008-06-09 16:48     ` Chris Wright
2008-06-07  1:02 ` [patch 02/50] POWERPC Bolt in SLB entry for kernel stack on secondary cpus Chris Wright
2008-06-07  1:02 ` [patch 03/50] USB: remove PICDEM FS USB demo (04d8:000c) device from ldusb Chris Wright
2008-06-07  1:02 ` [patch 04/50] USB: unusual_devs: Add support for GI 0401 SD-Card interface Chris Wright
2008-06-07  1:02 ` [patch 05/50] USB: option: add new Dell 5520 HSDPA variant Chris Wright
2008-06-07  1:02 ` [patch 06/50] USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acm Chris Wright
2008-06-07  1:02 ` [patch 07/50] USB: do not handle device 1410:5010 in option driver Chris Wright
2008-06-07  1:02 ` [patch 08/50] USB: add Telstra NextG CDMA id to " Chris Wright
2008-06-07  1:02 ` [patch 09/50] ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle() Chris Wright
2008-06-07  1:02 ` [patch 10/50] libata: force hardreset if link is in powersave mode Chris Wright
2008-06-07  1:27   ` Linus Torvalds
2008-06-07  1:57     ` [stable] " Greg KH
2008-06-07 16:51       ` Linus Torvalds
2008-06-07  3:14     ` Jeff Garzik
2008-06-07  1:02 ` [patch 11/50] memory_hotplug: always initialize pageblock bitmap Chris Wright
2008-06-07  1:02 ` [patch 12/50] USB: fix build errors in ohci-omap.c and ohci-sm501.c Chris Wright
2008-06-07  1:02 ` [patch 13/50] i2c-nforce2: Disable the second SMBus channel on the DFI Lanparty NF4 Expert Chris Wright
2008-06-07  1:02 ` [patch 14/50] i2c/max6875: Really prevent 24RF08 corruption Chris Wright
2008-06-07  1:02 ` [patch 15/50] x86: user_regset_view table fix for ia32 on 64-bit Chris Wright
2008-06-07  1:02 ` [patch 16/50] i386: fix asm constraint in do_IRQ() Chris Wright
2008-06-07  1:02 ` [patch 17/50] CIFS: Fix UNC path prefix on QueryUnixPathInfo to have correct slash Chris Wright
2008-06-07  1:02 ` [patch 18/50] USB: add TELIT HDSPA UC864-E modem to option driver Chris Wright
2008-06-07  1:02 ` [patch 19/50] usb-serial: Use ftdi_sio driver for RATOC REX-USB60F Chris Wright
2008-06-07  1:02 ` [patch 20/50] cgroups: remove node_ prefix_from ns subsystem Chris Wright
2008-06-07  1:02 ` [patch 21/50] brd: dont show ramdisks in /proc/partitions Chris Wright
2008-06-07 21:51   ` H. Peter Anvin
2008-06-09 17:08     ` [stable] " Chris Wright
2008-06-09 19:49       ` Willy Tarreau
2008-06-09 20:28       ` H. Peter Anvin
2008-06-07  1:02 ` [patch 22/50] types.h: dont expose struct ustat to userspace Chris Wright
2008-06-07  1:02 ` [patch 23/50] x86: dont read maxlvt before checking if APIC is mapped Chris Wright
2008-06-07  1:02 ` [patch 24/50] IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish() Chris Wright
2008-06-07  1:02 ` [patch 25/50] x86: fix setup of cyc2ns in tsc_64.c Chris Wright
2008-06-07  1:02 ` [patch 26/50] x86: if we cannot calibrate the TSC, we panic Chris Wright
2008-06-07  1:02 ` [patch 27/50] x86: distangle user disabled TSC from unstable Chris Wright
2008-06-07  1:02 ` [patch 28/50] x86: disable TSC for sched_clock() when calibration failed Chris Wright
2008-06-07  1:02 ` [patch 29/50] XFS: Fix memory corruption with small buffer reads Chris Wright
2008-06-07  1:02 ` [patch 30/50] x86: prevent PGE flush from interruption/preemption Chris Wright
2008-06-07  1:02 ` [patch 31/50] Revert "PCI: remove default PCI expansion ROM memory allocation" Chris Wright
2008-06-07  1:02 ` [patch 32/50] PS3: gelic: fix memory leak Chris Wright
2008-06-07  1:02 ` [patch 33/50] netfilter: xt_iprange: module aliases for xt_iprange Chris Wright
2008-06-07  1:02 ` [patch 34/50] HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN Chris Wright
2008-06-07  1:02 ` [patch 35/50] CPUFREQ: Make acpi-cpufreq more robust against BIOS freq changes behind our back Chris Wright
2008-06-07  1:02 ` [patch 36/50] x86, fpu: fix CONFIG_PREEMPT=y corruption of applications FPU stack Chris Wright
2008-06-07  1:02 ` [patch 37/50] netfilter: nf_conntrack_expect: fix error path unwind in nf_conntrack_expect_init() Chris Wright
2008-06-07  1:02 ` [patch 38/50] netfilter: xt_connlimit: fix accouning when receive RST packet in ESTABLISHED state Chris Wright
2008-06-07  1:02 ` [patch 39/50] netfilter: nf_conntrack_ipv6: fix inconsistent lock state in nf_ct_frag6_gather() Chris Wright
2008-06-07  1:02 ` [patch 40/50] atl1: fix 4G memory corruption bug Chris Wright
2008-06-07  1:02 ` [patch 41/50] Smack: fuse mount hang fix Chris Wright
2008-06-07  1:02 ` [patch 42/50] proc: calculate the correct /proc/<pid> link count Chris Wright
2008-06-07  1:02 ` [patch 43/50] pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid/pagemap Chris Wright
2008-06-07  1:02 ` [patch 44/50] brk: make sys_brk() honor COMPAT_BRK when computing lower bound Chris Wright
2008-06-07  1:03 ` [patch 45/50] eCryptfs: remove unnecessary page decrypt call Chris Wright
2008-06-07  1:03 ` [patch 46/50] md: do not compute parity unless it is on a failed drive Chris Wright
2008-06-07  1:03 ` [patch 47/50] md: fix uninitialized use of mddev->recovery_wait Chris Wright
2008-06-07  1:03 ` [patch 48/50] md: fix prexor vs sync_request race Chris Wright
2008-06-07  1:03 ` [patch 49/50] capabilities: remain source compatible with 32-bit raw legacy capability support Chris Wright
2008-06-07  1:03 ` [patch 50/50] cpufreq: fix null object access on Transmeta CPU Chris Wright
2008-06-07  3:49 ` [patch 00/50] 2.6.25.6 -stable review Hugh Dickins
2008-06-07  4:24   ` [stable] " Chris Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox