lkml.org 
[lkml]   [2010]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    Subject[00/91] 2.6.34.6-stable review
    This is the start of the stable review cycle for the 2.6.34.6 release.
    There are 91 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.

    Responses should be made by Thursday, August 26, 2010 22: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.34.6-rc1.gz
    and the diffstat can be found below.

    thanks,

    greg k-h

    Makefile | 2 +-
    arch/arm/include/asm/ptrace.h | 17 +++-
    arch/arm/mach-ixp4xx/ixdp425-setup.c | 1 +
    arch/arm/mach-mx3/mach-qong.c | 1 +
    arch/arm/mach-orion5x/ts78xx-setup.c | 1 +
    arch/blackfin/mach-bf537/boards/stamp.c | 1 +
    arch/blackfin/mach-bf561/boards/acvilon.c | 1 +
    arch/powerpc/Makefile | 2 +-
    arch/powerpc/kernel/head_64.S | 6 +-
    arch/sparc/include/asm/atomic_64.h | 10 +-
    arch/sparc/include/asm/parport.h | 4 +
    arch/sparc/include/asm/rwsem-const.h | 2 +-
    arch/x86/Kconfig | 5 +
    arch/x86/include/asm/cmpxchg_32.h | 67 +++++-----------
    arch/x86/include/asm/cmpxchg_64.h | 4 +-
    arch/x86/kernel/apic/apic.c | 41 ++++++++--
    arch/x86/kernel/apic/io_apic.c | 2 +
    arch/x86/kernel/smpboot.c | 19 +++++
    arch/x86/oprofile/nmi_int.c | 17 ++++-
    drivers/gpu/drm/drm_drv.c | 4 +-
    drivers/gpu/drm/i915/intel_display.c | 23 ++++--
    drivers/gpu/drm/radeon/radeon_atombios.c | 16 +++-
    drivers/gpu/drm/radeon/radeon_device.c | 2 +-
    drivers/gpu/drm/radeon/radeon_i2c.c | 7 ++
    drivers/gpu/drm/radeon/radeon_irq_kms.c | 5 +-
    drivers/gpu/drm/radeon/radeon_legacy_crtc.c | 2 +-
    drivers/hwmon/pc87360.c | 31 ++++---
    drivers/isdn/gigaset/capi.c | 17 ++--
    drivers/isdn/sc/ioctl.c | 10 +-
    drivers/md/dm-exception-store.c | 4 +-
    drivers/md/dm-exception-store.h | 3 +-
    drivers/md/dm-ioctl.c | 44 ++++++-----
    drivers/md/dm-mpath.c | 1 +
    drivers/md/dm-snap.c | 44 +++++++----
    drivers/md/dm.c | 1 +
    drivers/memstick/core/mspro_block.c | 6 +-
    drivers/mtd/nand/pxa3xx_nand.c | 2 +-
    drivers/net/e1000e/82571.c | 31 ++++---
    drivers/net/e1000e/defines.h | 4 +
    drivers/net/e1000e/lib.c | 10 +++
    drivers/net/wireless/ath/ath5k/base.c | 21 +++++
    drivers/net/wireless/wl12xx/wl1251_cmd.c | 2 +-
    drivers/pcmcia/pcmcia_resource.c | 5 +-
    drivers/platform/x86/compal-laptop.c | 9 ++
    drivers/platform/x86/dell-laptop.c | 7 ++
    drivers/regulator/wm8994-regulator.c | 5 +-
    drivers/usb/host/xhci-ring.c | 2 +-
    drivers/usb/serial/cp210x.c | 4 +-
    drivers/usb/serial/ftdi_sio.c | 5 +-
    drivers/usb/serial/ftdi_sio_ids.h | 9 ++
    drivers/usb/serial/io_ti.c | 2 +-
    drivers/usb/serial/navman.c | 1 +
    drivers/usb/serial/option.c | 7 +-
    drivers/usb/serial/pl2303.c | 1 +
    drivers/usb/serial/pl2303.h | 4 +
    drivers/video/matrox/matroxfb_base.h | 4 +-
    firmware/Makefile | 2 +-
    fs/nfs/super.c | 7 ++
    fs/nilfs2/super.c | 4 +-
    fs/ocfs2/acl.c | 33 +++++++-
    fs/ocfs2/dlm/dlmmaster.c | 9 +--
    fs/ocfs2/dlm/dlmrecovery.c | 22 +++---
    fs/ocfs2/dlm/dlmthread.c | 114 +++++++++++++--------------
    fs/ocfs2/refcounttree.c | 20 ++++-
    include/linux/mm_types.h | 2 +-
    include/sound/emu10k1.h | 1 +
    include/trace/events/timer.h | 8 ++-
    kernel/fork.c | 7 +-
    kernel/trace/ring_buffer.c | 3 +
    kernel/trace/trace_functions_graph.c | 10 ++-
    mm/memory.c | 15 +++-
    mm/mlock.c | 21 ++++-
    mm/mmap.c | 21 ++++-
    mm/nommu.c | 7 +-
    mm/slab.c | 4 +-
    mm/vmscan.c | 53 +++++++++++--
    net/bridge/br_device.c | 8 ++-
    net/bridge/br_fdb.c | 2 +-
    net/bridge/br_input.c | 6 +-
    net/bridge/br_stp_bpdu.c | 2 +-
    net/can/bcm.c | 41 ++++++---
    net/core/dev.c | 8 +-
    net/ipv4/tcp.c | 7 +-
    net/netlink/af_netlink.c | 46 ++++-------
    net/sched/act_nat.c | 2 +-
    net/sched/sch_sfq.c | 13 +++
    net/wireless/mlme.c | 8 ++-
    scripts/mkmakefile | 4 +-
    sound/core/pcm_native.c | 4 +
    sound/pci/emu10k1/emu10k1.c | 4 +
    sound/pci/emu10k1/emupcm.c | 30 ++++++-
    sound/pci/emu10k1/memory.c | 4 +-
    sound/pci/hda/patch_conexant.c | 1 +
    sound/pci/hda/patch_realtek.c | 1 +
    sound/pci/intel8x0.c | 6 ++
    sound/pci/riptide/riptide.c | 11 +--
    sound/soc/codecs/wm8580.c | 6 +-
    sound/soc/codecs/wm8776.c | 7 --
    sound/soc/soc-cache.c | 4 +-
    99 files changed, 757 insertions(+), 389 deletions(-)


    \
     
     \ /
      Last update: 2010-08-25 00:51    [W:4.161 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site