|
|
Subscribe / Log in / New account

[ 00/73] 3.2.25-stable review

From:  Ben Hutchings <ben-AT-decadent.org.uk>
To:  linux-kernel-AT-vger.kernel.org, stable-AT-vger.kernel.org
Subject:  [ 00/73] 3.2.25-stable review
Date:  Tue, 31 Jul 2012 05:43:10 +0100
Message-ID:  <20120731044310.013763753@decadent.org.uk>
Cc:  torvalds-AT-linux-foundation.org, akpm-AT-linux-foundation.org, alan-AT-lxorguk.ukuu.org.uk
Archive‑link:  Article

This is the start of the stable review cycle for the 3.2.25 release.
There are 73 patches in this series, which will be posted as responses
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu Aug  2 10:00:00 UTC 2012.
Anything received after that time might be too late.

A combined patch relative to 3.2.24 will be posted as an additional
response to this, and the diffstat can be found below.

Ben.

-------------
 Makefile                                     |    4 +-
 arch/arm/mach-omap2/opp.c                    |    3 +-
 arch/powerpc/include/asm/reg.h               |    3 +-
 arch/powerpc/kernel/ftrace.c                 |   12 +-
 arch/s390/kernel/processor.c                 |    2 +
 arch/s390/kernel/smp.c                       |    3 -
 arch/x86/kernel/microcode_core.c             |   31 +++--
 arch/x86/pci/fixup.c                         |   17 +++
 block/blk-core.c                             |    6 +-
 block/blk-exec.c                             |    2 +-
 block/blk-sysfs.c                            |    4 +-
 block/blk-throttle.c                         |    4 +-
 block/blk.h                                  |    2 +-
 drivers/acpi/ac.c                            |    4 +-
 drivers/gpu/drm/nouveau/nva3_copy.fuc        |    4 +-
 drivers/gpu/drm/nouveau/nva3_copy.fuc.h      |   94 +++++++++++++-
 drivers/gpu/drm/nouveau/nvc0_copy.fuc.h      |   87 ++++++++++++-
 drivers/gpu/drm/radeon/atombios_dp.c         |   10 +-
 drivers/gpu/drm/radeon/radeon_connectors.c   |   35 ++++--
 drivers/gpu/drm/radeon/radeon_cursor.c       |    8 +-
 drivers/gpu/drm/radeon/radeon_object.c       |    3 +-
 drivers/iommu/amd_iommu.c                    |   10 +-
 drivers/media/video/cx25821/cx25821-core.c   |    3 -
 drivers/media/video/cx25821/cx25821.h        |    2 +-
 drivers/mmc/host/sdhci-pci.c                 |    1 +
 drivers/net/ethernet/realtek/r8169.c         |    1 +
 drivers/net/wireless/mwifiex/cfg80211.c      |    4 +-
 drivers/net/wireless/rt2x00/rt2800usb.c      |   23 +++-
 drivers/net/wireless/rtlwifi/rtl8192de/phy.c |    6 +-
 drivers/scsi/hosts.c                         |    7 +-
 drivers/scsi/libsas/sas_expander.c           |   47 +++----
 drivers/scsi/scsi.c                          |    8 +-
 drivers/scsi/scsi_error.c                    |   14 +++
 drivers/scsi/scsi_lib.c                      |   43 +++----
 drivers/scsi/scsi_priv.h                     |    1 -
 drivers/scsi/scsi_scan.c                     |    3 +
 drivers/scsi/scsi_sysfs.c                    |   46 ++++---
 drivers/target/iscsi/iscsi_target.c          |   22 +---
 drivers/target/iscsi/iscsi_target_core.h     |    2 -
 drivers/target/iscsi/iscsi_target_login.c    |   60 +--------
 drivers/target/target_core_cdb.c             |   43 +++++--
 drivers/target/target_core_transport.c       |   10 ++
 drivers/usb/core/devio.c                     |   10 +-
 drivers/usb/gadget/u_ether.c                 |   12 +-
 drivers/usb/serial/option.c                  |    8 +-
 fs/btrfs/async-thread.c                      |    9 +-
 fs/btrfs/disk-io.c                           |    5 +-
 fs/cifs/cifssmb.c                            |   30 +++++
 fs/ext4/balloc.c                             |    3 +-
 fs/ext4/bitmap.c                             |   12 +-
 fs/ext4/ext4.h                               |    6 +-
 fs/ext4/ialloc.c                             |    3 +-
 fs/ext4/inode.c                              |   41 ++++--
 fs/ext4/resize.c                             |    5 +
 fs/ext4/super.c                              |  174 ++++++++++++++++++--------
 fs/hugetlbfs/inode.c                         |    3 +-
 fs/locks.c                                   |    6 +-
 fs/nfs/internal.h                            |    2 +-
 fs/nfs/write.c                               |    4 +-
 fs/udf/super.c                               |    2 +-
 include/linux/blkdev.h                       |    1 +
 include/linux/cpu.h                          |    5 +-
 include/linux/cpuset.h                       |   47 +++----
 include/linux/fs.h                           |   11 +-
 include/linux/init_task.h                    |    8 ++
 include/linux/migrate.h                      |   23 +++-
 include/linux/mmzone.h                       |    2 +
 include/linux/sched.h                        |    3 +-
 include/target/target_core_base.h            |    1 +
 kernel/cpuset.c                              |   43 ++-----
 kernel/fork.c                                |    3 +
 kernel/power/hibernate.c                     |    6 +
 kernel/power/suspend.c                       |    3 +
 kernel/sched.c                               |   86 +++++++++++--
 kernel/sched_fair.c                          |    2 +-
 kernel/time/tick-sched.c                     |    1 +
 kernel/workqueue.c                           |   38 +++++-
 mm/compaction.c                              |    4 +-
 mm/filemap.c                                 |   11 +-
 mm/hugetlb.c                                 |   13 +-
 mm/memory-failure.c                          |    2 +-
 mm/memory_hotplug.c                          |    2 +-
 mm/mempolicy.c                               |   30 +++--
 mm/migrate.c                                 |  171 +++++++++++++++++--------
 mm/page_alloc.c                              |  118 +++++++++++------
 mm/slab.c                                    |   13 +-
 mm/slub.c                                    |   40 +++---
 mm/vmscan.c                                  |  114 ++++++++++++++---
 sound/pci/hda/patch_hdmi.c                   |   12 +-
 sound/pci/hda/patch_realtek.c                |    1 +
 sound/soc/soc-dapm.c                         |   15 ++-
 91 files changed, 1268 insertions(+), 590 deletions(-)

-- 
Ben Hutchings
It is impossible to make anything foolproof because fools are so ingenious.




to post comments


Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds