linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ 00/82] 3.4.2-stable review
@ 2012-06-07  4:14 Greg KH
  2012-06-07  4:03 ` [ 01/82] exofs: Fix CRASH on very early IO errors Greg KH
                   ` (81 more replies)
  0 siblings, 82 replies; 106+ messages in thread
From: Greg KH @ 2012-06-07  4:14 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: torvalds, akpm, alan

This is the start of the stable review cycle for the 3.4.2 release.
There are 83 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 me know.

Responses should be made by Sat Jun  9 04:03:32 UTC 2012.
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/v3.0/stable-review/patch-3.4.2-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
 Makefile                                          |   4 +-
 arch/arm/Kconfig                                  |   2 +-
 arch/arm/mach-ixp4xx/common.c                     |  48 +++++++++-
 arch/arm/mach-ixp4xx/include/mach/gpio.h          |  79 +---------------
 arch/microblaze/Kconfig                           |   2 +-
 arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h |   1 +
 arch/parisc/kernel/entry.S                        |  30 +++---
 arch/parisc/kernel/vmlinux.lds.S                  |   6 +-
 arch/x86/include/asm/pgtable-3level.h             |  50 ++++++++++
 arch/x86/kernel/nmi.c                             |   6 +-
 arch/x86/kernel/ptrace.c                          |   6 --
 arch/x86/xen/enlighten.c                          |   3 +
 drivers/acpi/battery.c                            |  10 +-
 drivers/atm/solos-pci.c                           |   4 +-
 drivers/gpu/drm/i915/intel_display.c              |   2 +-
 drivers/gpu/drm/i915/intel_dp.c                   |  17 ++--
 drivers/gpu/drm/i915/intel_lvds.c                 |   8 ++
 drivers/gpu/drm/i915/intel_sdvo.c                 |  12 ++-
 drivers/gpu/drm/i915/intel_sdvo_regs.h            |   5 +
 drivers/gpu/drm/i915/intel_tv.c                   |  53 +++++++++++
 drivers/gpu/drm/radeon/evergreen.c                |  18 +++-
 drivers/gpu/drm/radeon/evergreend.h               |   1 +
 drivers/gpu/drm/radeon/ni.c                       |  32 +++++--
 drivers/gpu/drm/radeon/r600_audio.c               |   5 +-
 drivers/gpu/drm/radeon/radeon_atombios.c          |   4 +-
 drivers/gpu/drm/radeon/radeon_cs.c                |  31 ++++---
 drivers/gpu/drm/radeon/radeon_gart.c              |  19 ++--
 drivers/gpu/drm/radeon/rv770.c                    |  10 +-
 drivers/gpu/drm/radeon/rv770d.h                   |   1 +
 drivers/gpu/drm/ttm/ttm_bo.c                      |   1 +
 drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c               |   2 +-
 drivers/iommu/amd_iommu.c                         | 108 ++++++++++++++--------
 drivers/iommu/amd_iommu_init.c                    |  13 +--
 drivers/iommu/amd_iommu_types.h                   |   3 +
 drivers/md/raid1.c                                |   4 +
 drivers/md/raid10.c                               |   5 +-
 drivers/mtd/Kconfig                               |   2 +-
 drivers/mtd/devices/block2mtd.c                   |   1 -
 drivers/mtd/nand/mxc_nand.c                       |  12 +--
 drivers/mtd/nand/nand_bbt.c                       |   1 +
 drivers/net/ethernet/freescale/fec_mpc52xx.c      |   2 +-
 drivers/net/usb/asix.c                            |   3 +-
 drivers/net/wireless/ath/ath9k/xmit.c             |  16 ++--
 drivers/net/wireless/iwlwifi/iwl-2000.c           |   4 +-
 drivers/net/wireless/iwlwifi/iwl-6000.c           |   6 +-
 drivers/net/wireless/iwlwifi/iwl-agn-rs.c         |   1 +
 drivers/net/wireless/wl1251/sdio.c                |   2 +-
 drivers/net/wireless/wl1251/spi.c                 |   3 +-
 drivers/scsi/scsi_lib.c                           |  11 ++-
 drivers/scsi/scsi_wait_scan.c                     |   2 +-
 fs/attr.c                                         |   5 +
 fs/cifs/cifsglob.h                                |   1 +
 fs/cifs/cifsproto.h                               |   6 +-
 fs/cifs/cifssmb.c                                 |  12 +--
 fs/cifs/file.c                                    |  57 +++++++-----
 fs/cifs/readdir.c                                 |  15 ++-
 fs/exofs/super.c                                  |   2 +-
 fs/ext4/ialloc.c                                  |  10 +-
 fs/ext4/ioctl.c                                   |  12 ++-
 fs/ext4/mballoc.c                                 |   6 +-
 fs/ext4/namei.c                                   |   6 ++
 fs/ext4/resize.c                                  |   2 +
 fs/ext4/super.c                                   |   4 +-
 fs/namespace.c                                    |   3 +-
 fs/nfs/idmap.c                                    |  10 +-
 fs/nfs/nfs4proc.c                                 |   2 +
 fs/proc/base.c                                    |  17 ++--
 fs/proc/task_mmu.c                                |   2 +-
 include/asm-generic/pgtable.h                     |  22 ++++-
 include/drm/drm_pciids.h                          |  17 +++-
 include/linux/Kbuild                              |   1 +
 include/linux/kernel-page-flags.h                 |   4 +
 include/linux/radix-tree.h                        |   5 +-
 include/linux/skbuff.h                            |   2 -
 include/net/dst.h                                 |   1 +
 kernel/fork.c                                     |   3 +-
 lib/radix-tree.c                                  |   3 +
 mm/hugetlb.c                                      |  29 ++++--
 mm/slub.c                                         |   9 +-
 mm/vmalloc.c                                      |   3 +-
 mm/vmscan.c                                       |   2 +-
 net/ipv4/esp4.c                                   |  24 ++---
 net/ipv4/fib_semantics.c                          |  12 +--
 net/ipv6/esp6.c                                   |  18 ++--
 net/ipv6/ip6_output.c                             |  68 ++++++++++----
 net/l2tp/l2tp_ip.c                                |  30 ++++--
 net/mac80211/util.c                               |  12 +--
 net/sunrpc/clnt.c                                 |   2 +
 net/sunrpc/xprt.c                                 |   5 +-
 net/xfrm/xfrm_policy.c                            |   3 +
 sound/usb/pcm.c                                   |   3 +
 tools/vm/page-types.c                             |  28 +-----
 92 files changed, 739 insertions(+), 410 deletions(-)


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

end of thread, other threads:[~2012-06-11 19:42 UTC | newest]

Thread overview: 106+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-07  4:14 [ 00/82] 3.4.2-stable review Greg KH
2012-06-07  4:03 ` [ 01/82] exofs: Fix CRASH on very early IO errors Greg KH
2012-06-07  4:03 ` [ 02/82] microblaze: Do not select GENERIC_GPIO by default Greg KH
2012-06-07  4:03 ` [ 03/82] SCSI: fix scsi_wait_scan Greg KH
2012-06-07  4:03 ` [ 04/82] SCSI: Fix dm-multipath starvation when scsi host is busy Greg KH
2012-06-07  4:03 ` [ 05/82] mm/fork: fix overflow in vma length when copying mmap on clone Greg KH
2012-06-07  4:03 ` [ 06/82] mm: fix NULL ptr deref when walking hugepages Greg KH
2012-06-07  4:03 ` [ 07/82] mm: consider all swapped back pages in used-once logic Greg KH
2012-06-07  4:03 ` [ 08/82] mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition Greg KH
2012-06-07 13:42   ` Josh Boyer
2012-06-07 14:42     ` Andrea Arcangeli
2012-06-07 17:46       ` Linus Torvalds
2012-06-07 19:04         ` Andrea Arcangeli
2012-06-07 21:00           ` Andrea Arcangeli
2012-06-07 21:00           ` [PATCH] thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE Andrea Arcangeli
2012-06-10  2:03             ` [PATCH] thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE\ Konrad Rzeszutek Wilk
2012-06-11 10:34               ` [Xen-devel] " Andrew Jones
2012-06-11 19:27                 ` Konrad Rzeszutek Wilk
2012-06-11 19:41                   ` Andrea Arcangeli
2012-06-07 21:02           ` [ 08/82] mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition Andrea Arcangeli
2012-06-08  8:04     ` Greg KH
2012-06-07 17:52   ` Konrad Rzeszutek Wilk
2012-06-07  4:03 ` [ 09/82] mm: fix faulty initialization in vmalloc_init() Greg KH
2012-06-07  4:03 ` [ 10/82] iwlwifi: update BT traffic load states correctly Greg KH
2012-06-07  4:03 ` [ 11/82] iwlwifi: do not use shadow registers by default Greg KH
2012-06-07  4:03 ` [ 12/82] cifs: Include backup intent search flags during searches {try #2) Greg KH
2012-06-07  4:03 ` [ 13/82] cifs: fix oops while traversing open file list (try #4) Greg KH
2012-06-07  4:03 ` [ 14/82] PARISC: fix boot failure on 32-bit systems caused by branch stubs placed before .text Greg KH
2012-06-07  4:03 ` [ 15/82] PARISC: fix TLB fault path on PA2.0 narrow systems Greg KH
2012-06-07  4:03 ` [ 16/82] solos-pci: Fix DMA support Greg KH
2012-06-07  4:03 ` [ 17/82] MIPS: BCM63XX: Add missing include for bcm63xx_gpio.h Greg KH
2012-06-07  4:03 ` [ 18/82] mac80211: fix ADDBA declined after suspend with wowlan Greg KH
2012-06-07  4:03 ` [ 19/82] ixp4xx: fix compilation by adding gpiolib support Greg KH
2012-06-07  4:03 ` [ 20/82] ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() fails Greg KH
2012-06-07  4:03 ` [ 21/82] x86, amd, xen: Avoid NULL pointer paravirt references Greg KH
2012-06-07  4:03 ` [ 22/82] NFS: kmalloc() doesnt return an ERR_PTR() Greg KH
2012-06-07  4:03 ` [ 23/82] NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO Greg KH
2012-06-07  4:04 ` [ 24/82] hugetlb: fix resv_map leak in error path Greg KH
2012-06-07  4:04 ` [ 25/82] sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slot Greg KH
2012-06-07  4:04 ` [ 26/82] iommu/amd: Check for the right TLP prefix bit Greg KH
2012-06-07  4:04 ` [ 27/82] iommu/amd: Add workaround for event log erratum Greg KH
2012-06-07  4:04 ` [ 28/82] drm/radeon: fix XFX quirk Greg KH
2012-06-07  4:04 ` [ 29/82] drm/radeon: fix typo in trinity tiling setup Greg KH
2012-06-07  4:04 ` [ 30/82] drm/i915: properly handle interlaced bit for sdvo dtd conversion Greg KH
2012-06-07  4:04 ` [ 31/82] drm/i915: Adding TV Out Missing modes Greg KH
2012-06-07  4:04 ` [ 32/82] drm/i915: wait for a vblank to pass after tv detect Greg KH
2012-06-07  4:04 ` [ 33/82] drm/i915: no lvds quirk for HP t5740e Thin Client Greg KH
2012-06-07  4:04 ` [ 34/82] kbuild: install kernel-page-flags.h Greg KH
2012-06-07  4:04 ` [ 35/82] mm: fix vma_resv_map() NULL pointer Greg KH
2012-06-07  4:04 ` [ 36/82] ALSA: usb-audio: fix rate_list memory leak Greg KH
2012-06-07  4:04 ` [ 37/82] slub: fix a memory leak in get_partial_node() Greg KH
2012-06-07  4:04 ` [ 38/82] vfs: umount_tree() might be called on subtree that had never made it Greg KH
2012-06-07  4:04 ` [ 39/82] vfs: increment iversion when a file is truncated Greg KH
2012-06-07  4:04 ` [ 40/82] fec_mpc52xx: fix timestamp filtering Greg KH
2012-06-07  4:04 ` [ 41/82] x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32 Greg KH
2012-06-07  4:04 ` [ 42/82] x86: Reset the debug_stack update counter Greg KH
2012-06-07  4:04 ` [ 43/82] mtd: nand: fix scan_read_raw_oob Greg KH
2012-06-07  4:04 ` [ 44/82] mtd: of_parts: fix breakage in Kconfig Greg KH
2012-06-07  4:04 ` [ 45/82] mtd: block2mtd: fix recursive call of mtd_writev Greg KH
2012-06-07  4:04 ` [ 46/82] mtd: mxc_nand: move ecc strengh setup before nand_scan_tail Greg KH
2012-06-07  4:04 ` [ 47/82] drm/radeon: fix regression in UMS CS ioctl Greg KH
2012-06-07  4:04 ` [ 48/82] drm/radeon: fix bank information in tiling config Greg KH
2012-06-07  4:04 ` [ 49/82] drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlock Greg KH
2012-06-07  4:04 ` [ 50/82] drm/radeon: fix HD6790, HD6570 backend programming Greg KH
2012-06-07  4:04 ` [ 51/82] drm/ttm: Fix spinlock imbalance Greg KH
2012-06-07  4:04 ` [ 52/82] drm/vmwgfx: Fix nasty write past alloced memory area Greg KH
2012-06-07  4:04 ` [ 53/82] asix: allow full size 8021Q frames to be received Greg KH
2012-06-08  2:27   ` Ben Hutchings
2012-06-08  3:54     ` David Miller
2012-06-07  4:04 ` [ 54/82] ipv4: fix the rcu race between free_fib_info and ip_route_output_slow Greg KH
2012-06-07  4:04 ` [ 55/82] ipv6: fix incorrect ipsec fragment Greg KH
2012-06-07  4:04 ` [ 56/82] l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case Greg KH
2012-06-07  4:04 ` [ 57/82] skb: avoid unnecessary reallocations in __skb_cow Greg KH
2012-06-07  4:04 ` [ 58/82] xfrm: take net hdr len into account for esp payload size calculation Greg KH
2012-06-07  4:04 ` [ 59/82] ext4: fix potential NULL dereference in ext4_free_inodes_counts() Greg KH
2012-06-07  4:04 ` [ 60/82] ext4: force ro mount if ext4_setup_super() fails Greg KH
2012-06-07  4:04 ` [ 61/82] ext4: fix potential integer overflow in alloc_flex_gd() Greg KH
2012-06-07  4:04 ` [ 62/82] ext4: disallow hard-linked directory in ext4_lookup Greg KH
2012-06-07  4:04 ` [ 63/82] ext4: add missing save_error_info() to ext4_error() Greg KH
2012-06-07  4:04 ` [ 64/82] ext4: dont trash state flags in EXT4_IOC_SETFLAGS Greg KH
2012-06-08  3:03   ` Ben Hutchings
2012-06-08  3:11     ` Ted Ts'o
2012-06-08  3:21       ` Ben Hutchings
2012-06-08 20:05         ` Ted Ts'o
2012-06-08 23:01           ` Ben Hutchings
2012-06-09  2:30             ` Ted Ts'o
2012-06-09 12:56               ` Ben Hutchings
2012-06-09 15:23           ` Greg KH
2012-06-07  4:04 ` [ 65/82] ext4: add ext4_mb_unload_buddy in the error path Greg KH
2012-06-07  4:04 ` [ 66/82] ext4: remove mb_groups before tearing down the buddy_cache Greg KH
2012-06-07  4:04 ` [ 67/82] radix-tree: fix contiguous iterator Greg KH
2012-06-07  4:04 ` [ 68/82] drm/radeon/audio: dont hardcode CRTC id Greg KH
2012-06-07  4:04 ` [ 69/82] drm/radeon: fix vm deadlocks on cayman Greg KH
2012-06-07  4:04 ` [ 70/82] drm/radeon/kms: add new Trinity PCI ids Greg KH
2012-06-07  4:04 ` [ 71/82] drm/radeon/kms: add new Palm, Sumo " Greg KH
2012-06-07  4:04 ` [ 72/82] drm/radeon/kms: add new BTC " Greg KH
2012-06-07  4:04 ` [ 73/82] drm/radeon/kms: add new SI " Greg KH
2012-06-07  4:04 ` [ 74/82] iommu/amd: Cache pdev pointer to root-bridge Greg KH
2012-06-07  4:04 ` [ 75/82] iommu/amd: Fix deadlock in ppr-handling error path Greg KH
2012-06-07  4:04 ` [ 76/82] ACPI battery: only refresh the sysfs files when pertinent information changes Greg KH
2012-06-07  4:04 ` [ 77/82] vfs: Fix /proc/<tid>/fdinfo/<fd> file handling Greg KH
2012-06-07  4:04 ` [ 78/82] md: raid1/raid10: fix problem with merge_bvec_fn Greg KH
2012-06-07  4:04 ` [ 79/82] wl1251: fix oops on early interrupt Greg KH
2012-06-07  4:04 ` [ 80/82] drm/i915: always use RPNSWREQ for turbo change requests Greg KH
2012-06-07  4:04 ` [ 81/82] drm/i915/dp: Flush any outstanding work to turn the VDD off Greg KH
2012-06-07  4:04 ` [ 82/82] drm/i915: enable vdd when switching off the eDP panel 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).