linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [000/111] 2.6.32.19 -stable review
@ 2010-08-11 23:56 Greg KH
  2010-08-11 23:53 ` [001/111] ata_piix: fix locking around SIDPR access Greg KH
                   ` (110 more replies)
  0 siblings, 111 replies; 112+ messages in thread
From: Greg KH @ 2010-08-11 23:56 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: stable-review, torvalds, akpm, alan

This is the start of the stable review cycle for the 2.6.32.19 release.
There are 111 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 Friday, August 13, 2010, 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.32.19-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h


 Makefile                                    |    2 +-
 arch/arm/Kconfig                            |   12 +
 arch/arm/include/asm/tlbflush.h             |    8 +
 arch/arm/plat-mxc/include/mach/gpio.h       |    1 +
 arch/ia64/hp/common/sba_iommu.c             |   38 ++-
 arch/ia64/kernel/time.c                     |    4 +-
 arch/powerpc/Makefile                       |   16 +-
 arch/powerpc/include/asm/ppc-pci.h          |    5 +
 arch/powerpc/kernel/time.c                  |    5 +-
 arch/powerpc/platforms/pseries/eeh.c        |    4 +-
 arch/powerpc/platforms/pseries/eeh_driver.c |    4 +-
 arch/powerpc/platforms/pseries/eeh_event.c  |    2 +-
 arch/s390/include/asm/cputime.h             |    8 +
 arch/s390/kernel/s390_ext.c                 |    2 +
 arch/s390/kernel/time.c                     |    3 +-
 arch/s390/kernel/vtime.c                    |    2 +
 arch/x86/include/asm/cmpxchg_32.h           |   86 ++--
 arch/x86/include/asm/cmpxchg_64.h           |   88 ++--
 arch/x86/kernel/apic/io_apic.c              |   28 +-
 arch/x86/kernel/cpu/vmware.c                |   10 +-
 arch/x86/kernel/vsyscall_64.c               |    5 +-
 arch/x86/mm/init_64.c                       |   19 +
 crypto/testmgr.c                            |   84 +++
 drivers/acpi/processor_perflib.c            |    6 +-
 drivers/ata/ata_piix.c                      |    8 +
 drivers/atm/solos-pci.c                     |    7 +-
 drivers/block/loop.c                        |    2 +
 drivers/bluetooth/btusb.c                   |    3 +
 drivers/char/nvram.c                        |   14 +-
 drivers/gpu/drm/drm_edid.c                  |    4 +-
 drivers/gpu/drm/i915/dvo_tfp410.c           |    2 +-
 drivers/ide/ide-cd.c                        |   14 +-
 drivers/md/bitmap.c                         |    4 +-
 drivers/md/bitmap.h                         |    3 +
 drivers/md/raid1.c                          |   25 +-
 drivers/md/raid10.c                         |   18 +
 drivers/net/smsc911x.c                      |   92 ++--
 drivers/net/xen-netfront.c                  |    1 +
 drivers/pci/quirks.c                        |    4 +
 drivers/s390/cio/cio.c                      |    1 +
 drivers/scsi/aic7xxx/aic79xx_core.c         |   53 ++-
 drivers/scsi/ibmvscsi/ibmvfc.c              |    8 +-
 drivers/scsi/ibmvscsi/ibmvfc.h              |    1 +
 drivers/staging/line6/Kconfig               |    1 +
 drivers/staging/panel/panel.c               |    2 +
 drivers/usb/core/hub.c                      |    6 +-
 drivers/usb/core/quirks.c                   |    3 +
 drivers/usb/core/urb.c                      |   50 +--
 drivers/usb/misc/usbtest.c                  |    6 +-
 drivers/usb/mon/mon_bin.c                   |    2 +-
 drivers/usb/serial/cp210x.c                 |    4 +
 drivers/usb/serial/ftdi_sio.c               |    4 +
 drivers/usb/serial/ftdi_sio_ids.h           |   10 +
 drivers/usb/serial/option.c                 |   13 +
 drivers/video/w100fb.c                      |    4 +-
 drivers/xen/events.c                        |    1 +
 fs/block_dev.c                              |   10 +-
 fs/btrfs/acl.c                              |   36 +-
 fs/btrfs/btrfs_inode.h                      |    5 +-
 fs/btrfs/ctree.c                            |  229 ++++++---
 fs/btrfs/ctree.h                            |   40 +-
 fs/btrfs/dir-item.c                         |   19 +-
 fs/btrfs/disk-io.c                          |   40 ++-
 fs/btrfs/extent-tree.c                      |  112 +++--
 fs/btrfs/extent_io.c                        |    3 +-
 fs/btrfs/file.c                             |  729 ++++++++++++---------------
 fs/btrfs/inode.c                            |  624 ++++++++++++++----------
 fs/btrfs/ioctl.c                            |   34 +-
 fs/btrfs/ordered-data.c                     |  117 ++++-
 fs/btrfs/ordered-data.h                     |    5 +-
 fs/btrfs/relocation.c                       |   43 +-
 fs/btrfs/super.c                            |   20 +-
 fs/btrfs/transaction.c                      |   44 +-
 fs/btrfs/transaction.h                      |    6 +-
 fs/btrfs/tree-log.c                         |   86 ++--
 fs/btrfs/volumes.c                          |   19 +-
 fs/btrfs/xattr.c                            |   80 ++-
 fs/btrfs/xattr.h                            |    9 +-
 fs/dlm/ast.c                                |   74 +++-
 fs/dlm/ast.h                                |    4 +-
 fs/dlm/config.c                             |   24 +-
 fs/dlm/debug_fs.c                           |    2 +-
 fs/dlm/dir.c                                |    7 +-
 fs/dlm/dlm_internal.h                       |   11 +-
 fs/dlm/lock.c                               |  120 ++++--
 fs/dlm/lockspace.c                          |   15 +-
 fs/dlm/lowcomms.c                           |    6 +-
 fs/dlm/member.c                             |    8 +-
 fs/dlm/memory.c                             |    6 +-
 fs/dlm/netlink.c                            |    2 +-
 fs/dlm/plock.c                              |    6 +-
 fs/dlm/rcom.c                               |    2 +-
 fs/dlm/requestqueue.c                       |    2 +-
 fs/dlm/user.c                               |   22 +-
 fs/dlm/user.h                               |    4 +-
 fs/ecryptfs/file.c                          |   60 ++-
 fs/ecryptfs/inode.c                         |    5 +-
 fs/ext4/move_extent.c                       |    3 +
 fs/ext4/super.c                             |   27 +-
 fs/jfs/xattr.c                              |   87 ++--
 fs/ocfs2/alloc.c                            |   10 +-
 fs/ocfs2/alloc.h                            |    5 +
 fs/ocfs2/locks.c                            |    2 +-
 fs/ocfs2/refcounttree.c                     |  117 ++++-
 fs/ocfs2/super.c                            |    4 +
 fs/proc/array.c                             |    5 +-
 fs/reiserfs/journal.c                       |   15 +-
 fs/reiserfs/xattr_security.c                |    2 +-
 fs/signalfd.c                               |    2 +
 fs/splice.c                                 |   12 +-
 include/linux/clocksource.h                 |    6 +-
 include/linux/fs.h                          |    6 +-
 include/linux/interrupt.h                   |    7 +-
 include/linux/netdevice.h                   |    2 +
 include/linux/notifier.h                    |    1 +
 include/linux/reiserfs_xattr.h              |    5 +
 include/linux/sched.h                       |    4 +
 include/linux/tick.h                        |    3 +
 include/linux/usb/quirks.h                  |    4 +
 kernel/exit.c                               |   20 +-
 kernel/fork.c                               |    3 +
 kernel/irq/manage.c                         |    2 +-
 kernel/sched.c                              |   71 +++-
 kernel/sys.c                                |   18 +-
 kernel/time/tick-sched.c                    |   75 ++--
 kernel/time/timekeeping.c                   |    6 +-
 mm/memory-failure.c                         |   21 +-
 mm/swapfile.c                               |    6 +-
 net/ipv4/devinet.c                          |    1 +
 net/sched/sch_generic.c                     |   18 +
 130 files changed, 2521 insertions(+), 1551 deletions(-)

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

end of thread, other threads:[~2010-08-12  0:46 UTC | newest]

Thread overview: 112+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-11 23:56 [000/111] 2.6.32.19 -stable review Greg KH
2010-08-11 23:53 ` [001/111] ata_piix: fix locking around SIDPR access Greg KH
2010-08-11 23:53 ` [002/111] powerpc: fix build with make 3.82 Greg KH
2010-08-11 23:53 ` [003/111] nvram: Fix write beyond end condition; prove to gcc copy is safe Greg KH
2010-08-11 23:53 ` [004/111] x86: Add memory modify constraints to xchg() and cmpxchg() Greg KH
2010-08-11 23:53 ` [005/111] x86, vmware: Preset lpj values when on VMware Greg KH
2010-08-11 23:53 ` [006/111] Staging: line6: needs to select SND_PCM Greg KH
2010-08-11 23:53 ` [007/111] Staging: panel: Prevent double-calling of parport_release - fix oops Greg KH
2010-08-11 23:53 ` [008/111] PCI: Do not run NVidia quirks related to MSI with MSI disabled Greg KH
2010-08-11 23:53 ` [009/111] PCI: disable MSI on VIA K8M800 Greg KH
2010-08-11 23:53 ` [010/111] solos-pci: Fix race condition in tasklet RX handling Greg KH
2010-08-11 23:53 ` [011/111] splice: fix misuse of SPLICE_F_NONBLOCK Greg KH
2010-08-11 23:53 ` [012/111] drivers/video/w100fb.c: ignore void return value / fix build failure Greg KH
2010-08-11 23:53 ` [013/111] ide-cd: Do not access completed requests in the irq handler Greg KH
2010-08-11 23:53 ` [014/111] md/raid10: fix deadlock with unaligned read during resync Greg KH
2010-08-11 23:53 ` [015/111] blkdev: cgroup whitelist permission fix Greg KH
2010-08-11 23:53 ` [016/111] eCryptfs: Handle ioctl calls with unlocked and compat functions Greg KH
2010-08-11 23:53 ` [017/111] ecryptfs: release reference to lower mount if interpose fails Greg KH
2010-08-11 23:53 ` [018/111] fs/ecryptfs/file.c: introduce missing free Greg KH
2010-08-11 23:54 ` [019/111] bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_* bits Greg KH
2010-08-11 23:54 ` [020/111] signalfd: fill in ssi_int for posix timers and message queues Greg KH
2010-08-11 23:54 ` [021/111] smsc911x: Add spinlocks around registers access Greg KH
2010-08-11 23:54 ` [022/111] ARM: 6299/1: errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID Greg KH
2010-08-11 23:54 ` [023/111] ARM: 6280/1: imx: Fix build failure when including <mach/gpio.h> without <linux/spinlock.h> Greg KH
2010-08-11 23:54 ` [024/111] USB: resizing usbmon binary interface buffer causes protection faults Greg KH
2010-08-11 23:54 ` [025/111] USB delay init quirk for logitech Harmony 700-series devices Greg KH
2010-08-11 23:54 ` [026/111] USB: serial: enabling support for Segway RMP in ftdi_sio Greg KH
2010-08-11 23:54 ` [027/111] USB: option: Huawei ETS 1220 support added Greg KH
2010-08-11 23:54 ` [028/111] USB: option: add huawei k3765 k4505 devices to work properly Greg KH
2010-08-11 23:54 ` [029/111] USB: ftdi_sio: device id for Navitator Greg KH
2010-08-11 23:54 ` [030/111] USB: cp210x: Add four new device IDs Greg KH
2010-08-11 23:54 ` [031/111] USB: usbtest: avoid to free coherent buffer in atomic context Greg KH
2010-08-11 23:54 ` [032/111] USB: fix thread-unsafe anchor utiliy routines Greg KH
2010-08-11 23:54 ` [033/111] drm/edid: Fix the HDTV hack sync adjustment Greg KH
2010-08-11 23:54 ` [034/111] Bluetooth: Added support for controller shipped with iMac i5 Greg KH
2010-08-11 23:54 ` [035/111] jfs: dont allow os2 xattr namespace overlap with others Greg KH
2010-08-11 23:54 ` [036/111] arp_notify: allow drivers to explicitly request a notification event Greg KH
2010-08-11 23:54 ` [037/111] xen: netfront: explicitly generate arp_notify event after migration Greg KH
2010-08-11 23:54 ` [038/111] net: Fix NETDEV_NOTIFY_PEERS to not conflict with NETDEV_BONDING_DESLAVE Greg KH
2010-08-11 23:54 ` [039/111] irq: Add new IRQ flag IRQF_NO_SUSPEND Greg KH
2010-08-11 23:54 ` [040/111] xen: Do not suspend IPI IRQs Greg KH
2010-08-11 23:54 ` [041/111] ext4: fix freeze deadlock under IO Greg KH
2010-08-11 23:54 ` [042/111] drm/i915: Use RSEN instead of HTPLG for tfp410 monitor detection Greg KH
2010-08-11 23:54 ` [043/111] Btrfs: Avoid superfluous tree-log writeout Greg KH
2010-08-11 23:54 ` [044/111] Btrfs: Add btrfs_duplicate_item Greg KH
2010-08-11 23:54 ` [045/111] Btrfs: Rewrite btrfs_drop_extents Greg KH
2010-08-11 23:54 ` [046/111] Btrfs: Fix disk_i_size update corner case Greg KH
2010-08-11 23:54 ` [047/111] Btrfs: Avoid orphan inodes cleanup while replaying log Greg KH
2010-08-11 23:54 ` [048/111] Btrfs: Avoid orphan inodes cleanup during committing transaction Greg KH
2010-08-11 23:54 ` [049/111] Btrfs: Make fallocate(2) more ENOSPC friendly Greg KH
2010-08-11 23:54 ` [050/111] Btrfs: Make truncate(2) " Greg KH
2010-08-11 23:54 ` [051/111] Btrfs: Pass transaction handle to security and ACL initialization functions Greg KH
2010-08-11 23:54 ` [052/111] Btrfs: Add delayed iput Greg KH
2010-08-11 23:54 ` [053/111] Btrfs: Fix btrfs_drop_extent_cache for skip pinned case Greg KH
2010-08-11 23:54 ` [054/111] Btrfs: Fix per root used space accounting Greg KH
2010-08-11 23:54 ` [055/111] Btrfs: dont add extent 0 to the free space cache v2 Greg KH
2010-08-11 23:54 ` [056/111] Btrfs: fail mount on bad mount options Greg KH
2010-08-11 23:54 ` [057/111] Btrfs: deny sys_link across subvolumes Greg KH
2010-08-11 23:54 ` [058/111] Btrfs: Show discard option in /proc/mounts Greg KH
2010-08-11 23:54 ` [059/111] Btrfs: make metadata chunks smaller Greg KH
2010-08-11 23:54 ` [060/111] Btrfs: make sure fallocate properly starts a transaction Greg KH
2010-08-11 23:54 ` [061/111] btrfs: fix missing last-entry in readdir(3) Greg KH
2010-08-11 23:54 ` [062/111] Btrfs: align offsets for btrfs_ordered_update_i_size Greg KH
2010-08-11 23:54 ` [063/111] Btrfs, fix memory leaks in error paths Greg KH
2010-08-11 23:54 ` [064/111] Btrfs: Fix race in btrfs_mark_extent_written Greg KH
2010-08-11 23:54 ` [065/111] Btrfs: fix regression in orphan cleanup Greg KH
2010-08-11 23:54 ` [066/111] Btrfs: deal with NULL acl sent to btrfs_set_acl Greg KH
2010-08-11 23:54 ` [067/111] Btrfs: fix possible panic on unmount Greg KH
2010-08-11 23:54 ` [068/111] Btrfs: Use correct values when updating inode i_size on fallocate Greg KH
2010-08-11 23:54 ` [069/111] Btrfs: fix a memory leak in btrfs_init_acl Greg KH
2010-08-11 23:54 ` [070/111] Btrfs: run orphan cleanup on default fs root Greg KH
2010-08-11 23:54 ` [071/111] Btrfs: do not mark the chunk as readonly if in degraded mode Greg KH
2010-08-11 23:54 ` [072/111] Btrfs: check return value of open_bdev_exclusive properly Greg KH
2010-08-11 23:54 ` [073/111] Btrfs: check total number of devices when removing missing Greg KH
2010-08-11 23:54 ` [074/111] Btrfs: fix race between allocate and release extent buffer Greg KH
2010-08-11 23:54 ` [075/111] Btrfs: make error return negative in btrfs_sync_file() Greg KH
2010-08-11 23:54 ` [076/111] Btrfs: remove BUG_ON() due to mounting bad filesystem Greg KH
2010-08-11 23:54 ` [077/111] Btrfs: Fix oopsen when dropping empty tree Greg KH
2010-08-11 23:54 ` [078/111] Btrfs: do not try and lookup the file extent when finishing ordered io Greg KH
2010-08-11 23:55 ` [079/111] Btrfs: apply updated fallocate i_size fix Greg KH
2010-08-11 23:55 ` [080/111] Btrfs: btrfs_mark_extent_written uses the wrong slot Greg KH
2010-08-11 23:55 ` [081/111] Btrfs: kfree correct pointer during mount option parsing Greg KH
2010-08-11 23:55 ` [082/111] nohz: Introduce arch_needs_cpu Greg KH
2010-08-11 23:55 ` [083/111] nohz: Reuse ktime in sub-functions of tick_check_idle Greg KH
2010-08-11 23:55 ` [084/111] timekeeping: Fix clock_gettime vsyscall time warp Greg KH
2010-08-11 23:55 ` [085/111] sched: Fix granularity of task_u/stime() Greg KH
2010-08-11 23:55 ` [086/111] sched, cputime: Introduce thread_group_times() Greg KH
2010-08-11 23:55 ` [087/111] mutex: Dont spin when the owner CPU is offline or other weird cases Greg KH
2010-08-11 23:55 ` [088/111] [IA64] fix SBA IOMMU to handle allocation failure properly Greg KH
2010-08-11 23:55 ` [089/111] crypto: testmgr - Fix complain about lack test for internal used algorithm Greg KH
2010-08-11 23:55 ` [090/111] memory hotplug: fix a bug on /dev/mem for 64-bit kernels Greg KH
2010-08-11 23:55 ` [091/111] x86: Fix out of order of gsi Greg KH
2010-08-11 23:55 ` [092/111] HWPOISON: remove the anonymous entry Greg KH
2010-08-11 23:55 ` [093/111] HWPOISON: abort on failed unmap Greg KH
2010-08-11 23:55 ` [094/111] powerpc/eeh: Fix a bug when pci structure is null Greg KH
2010-08-11 23:55 ` [095/111] ACPI: Fix regression where _PPC is not read at boot even when ignore_ppc=0 Greg KH
2010-08-11 23:55 ` [096/111] ext4: Make sure the MOVE_EXT ioctl cant overwrite append-only files Greg KH
2010-08-11 23:55 ` [097/111] ext4: Fix optional-arg mount options Greg KH
2010-08-11 23:55 ` [098/111] reiserfs: properly honor read-only devices Greg KH
2010-08-11 23:55 ` [099/111] reiserfs: fix oops while creating privroot with selinux enabled Greg KH
2010-08-11 23:55 ` [100/111] dlm: always use GFP_NOFS Greg KH
2010-08-11 23:55 ` [101/111] dlm: fix ordering of bast and cast Greg KH
2010-08-11 23:55 ` [102/111] dlm: send reply before bast Greg KH
2010-08-11 23:55 ` [103/111] ocfs2: Find proper end cpos for a leaf refcount block Greg KH
2010-08-11 23:55 ` [104/111] ocfs2: Set MS_POSIXACL on remount Greg KH
2010-08-11 23:55 ` [105/111] [PATCH] Skip check for mandatory locks when unlocking Greg KH
2010-08-11 23:55 ` [106/111] loop: Update mtime when writing using aops Greg KH
2010-08-11 23:55 ` [107/111] [SCSI] aic79xx: check for non-NULL scb in ahd_handle_nonpkt_busfree Greg KH
2010-08-11 23:55 ` [108/111] [SCSI] ibmvfc: Fix command completion handling Greg KH
2010-08-11 23:55 ` [109/111] [SCSI] ibmvfc: Reduce error recovery timeout Greg KH
2010-08-11 23:55 ` [110/111] md/raid1: delay reads that could overtake behind-writes Greg KH
2010-08-11 23:55 ` [111/111] mm: fix corruption of hibernation caused by reusing swap during image saving Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).