From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756939Ab2LNXBg (ORCPT ); Fri, 14 Dec 2012 18:01:36 -0500 Received: from mail.kernel.org ([198.145.19.201]:40383 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756836Ab2LNXBd (ORCPT ); Fri, 14 Dec 2012 18:01:33 -0500 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: [ 00/37] 3.6.11-stable review Date: Fri, 14 Dec 2012 15:00:37 -0800 Message-Id: <20121214222252.781413287@linuxfoundation.org> X-Mailer: git-send-email 1.8.1.rc1.5.g7e0651a User-Agent: quilt/0.60-2.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Note: This is going to be the last 3.6.y kernel release, unless something major comes up, everyone should be moving to the 3.7.y kernel at this point in time. This is the start of the stable review cycle for the 3.6.11 release. There are 37 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 Sun Dec 16 22:16:49 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.6.11-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.6.11-rc1 Huang Ying PCI/PM: Fix deadlock when unbinding device if parent in D3cold Eric Dumazet rcu: Fix batch-limit size problem Alan Stern USB: EHCI: bugfix: urb->hcpriv should not be NULL Zheng Liu perf test: fix a build error on builtin-test Dan Williams cdc-acm: implement TIOCSSERIAL to avoid blocking close(2) Steven Rostedt ring-buffer: Fix race between integrity check and readers Steven Rostedt ring-buffer: Fix NULL pointer if rb_set_head_page() fails Dan Carpenter ftrace: Clear bits properly in reset_iter_read() Sarah Sharp xhci: Extend Fresco Logic MSI quirk. Alan Stern USB: OHCI: workaround for hardware bug: retired TDs not added to the Done Queue Lan Tianyu ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklist Zhang Rui ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000 Rafael J. Wysocki ACPI / PNP: Do not crash due to stale pointer use during system resume Lan Tianyu ACPI / PM: Add Sony Vaio VPCEB1S1E to nonvs blacklist. Kamil Iskra ACPI / battery: Correct battery capacity values on Thinkpads Greg Kroah-Hartman USB: mark uas driver as BROKEN Markus Becker USB: cp210x: add Virtenio Preon32 device id Peter Korsgaard usb: ftdi_sio: fixup BeagleBone A5+ quirk Martin Teichmann USB: ftdi_sio: Add support for Newport AGILIS motor drivers Bjørn Mork USB: option: blacklist network interface on Huawei E173 li.rui27@zte.com.cn USB: add new zte 3g-dongle's pid to option.c Jan Beulich x86: hpet: Fix masking of MSI interrupts Jiri Kosina floppy: destroy floppy workqueue before cleaning up the queue Boris Ostrovsky x86,AMD: Power driver support for AMD's family 16h processors Marek Szyprowski mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls Jani Nikula drm/i915: do not default to 18 bpp for eDP if missing from VBT Jani Nikula drm/i915: do not ignore eDP bpc settings from vbt Tejun Heo workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s Mauro Carvalho Chehab edac: Fix the dimm filling for csrows-based layouts Mauro Carvalho Chehab i82975x_edac: Fix dimm label initialization Florian Fainelli Input: matrix-keymap - provide proper module license Samuel Iglesias Gonsálvez Staging: ipack/bridges/tpci200: avoid kernel bug when uninstalling a device Peter Ujfalusi ASoC: dmaengine: Correct Makefile when sound is built as module Paul Walmsley ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set Guennadi Liakhovetski mmc: sh-mmcif: avoid oops on spurious interrupts (second try) Chris Ball Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts" Mel Gorman tmpfs: fix shared mempolicy leak ------------- Diffstat: Makefile | 4 +- arch/arm/include/asm/hwcap.h | 3 +- arch/arm/include/asm/vfpmacros.h | 12 ++--- arch/arm/vfp/vfpmodule.c | 9 ++-- arch/powerpc/platforms/pseries/eeh_driver.c | 35 +++++++++---- arch/x86/kernel/hpet.c | 4 +- drivers/acpi/battery.c | 77 +++++++++++++++++++++++++++++ drivers/acpi/sleep.c | 8 +++ drivers/acpi/video.c | 14 ++++++ drivers/acpi/video_detect.c | 8 +++ drivers/block/floppy.c | 5 +- drivers/edac/edac_mc.c | 14 ++++-- drivers/edac/i82975x_edac.c | 11 ++--- drivers/gpu/drm/i915/intel_bios.c | 11 +---- drivers/gpu/drm/i915/intel_display.c | 11 +++++ drivers/hwmon/fam15h_power.c | 4 ++ drivers/input/matrix-keymap.c | 3 ++ drivers/mmc/host/sh_mmcif.c | 8 +-- drivers/pci/bus.c | 3 -- drivers/pci/pcie/aer/aerdrv_core.c | 20 ++++++-- drivers/pnp/pnpacpi/core.c | 3 ++ drivers/staging/ipack/bridges/tpci200.c | 2 +- drivers/usb/class/cdc-acm.c | 38 ++++++++++++++ drivers/usb/host/ehci-q.c | 12 ++--- drivers/usb/host/ehci-sched.c | 4 +- drivers/usb/host/ohci-q.c | 19 +++++++ drivers/usb/host/xhci-pci.c | 7 ++- drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/ftdi_sio.c | 3 +- drivers/usb/serial/ftdi_sio_ids.h | 6 +++ drivers/usb/serial/option.c | 25 ++++++++++ drivers/usb/storage/Kconfig | 2 +- include/linux/mempolicy.h | 16 ------ kernel/rcutree.c | 15 +++--- kernel/trace/ftrace.c | 2 +- kernel/trace/ring_buffer.c | 16 ++++-- kernel/workqueue.c | 4 +- mm/dmapool.c | 31 +++--------- mm/mempolicy.c | 22 --------- mm/shmem.c | 26 ++++++---- sound/soc/Makefile | 5 +- tools/perf/builtin-test.c | 38 +++++--------- 42 files changed, 374 insertions(+), 187 deletions(-)