Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756246Ab3CRVHu (ORCPT ); Mon, 18 Mar 2013 17:07:50 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45785 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754594Ab3CRVHk (ORCPT ); Mon, 18 Mar 2013 17:07:40 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, stable@vger.kernel.org Subject: [ 00/48] 3.4.37-stable review Date: Mon, 18 Mar 2013 14:08:08 -0700 Message-Id: <20130318210810.247845918@linuxfoundation.org> X-Mailer: git-send-email 1.8.1.2.434.g9a6c84e.dirty User-Agent: quilt/0.60-1 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 Content-Length: 8040 Lines: 229 This is the start of the stable review cycle for the 3.4.37 release. There are 48 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 Wed Mar 20 21:07:59 UTC 2013. 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.37-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.4.37-rc1 YOSHIFUJI Hideaki 6lowpan: Fix endianness issue in is_addr_link_local(). Mathias Krause dcbnl: fix various netlink info leaks Mathias Krause rtnl: fix info leak on RTM_GETLINK request for VF devices Hannes Frederic Sowa ipv6: stop multicast forwarding to process interface scoped addresses Cristian Bercaru bridging: fix rx_handlers return code Paul Moore netlabel: correctly list all the static label mappings Vlad Yasevich macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode. Eric Dumazet tun: add a missing nf_reset() in tun_net_xmit() Neal Cardwell tcp: fix double-counted receiver RTT when leaving receiver fast path Lorenzo Colitti net: ipv6: Don't purge default router if accept_ra=2 Cong Wang rds: limit the size allocated by rds_message_alloc() Guillaume Nault l2tp: Restore socket refcount when sendmsg succeeds Stéphane Marchesin drm/i915: Increase the RC6p threshold. Guo Chao loopdev: remove an user triggerable oops Guo Chao loopdev: fix a deadlock Guo Chao block: use i_size_write() in bd_set_size() Ben Hutchings hwmon: (sht15) Fix memory leak if regulator_enable() fails Dmitry Rogozhkin drm/i915: EBUSY status handling added to i915_gem_fault(). Johan Hovold atmel_lcdfb: fix 16-bpp modes on older SOCs Eric Sandeen btrfs: use rcu_barrier() to wait for bdev puts at unmount Heiko Carstens s390/mm: fix flush_tlb_kernel_range() Martin Schwidefsky s390: critical section cleanup vs. machine checks David Rientjes perf,x86: fix link failure for non-Intel configs Linus Torvalds perf,x86: fix wrmsr_on_cpu() warning on suspend/resume Dan Carpenter selinux: use GFP_ATOMIC under spin_lock Benjamin Herrenschmidt powerpc: Fix cputable entry for 970MP rev 1.0 Benjamin Herrenschmidt powerpc: Fix STAB initialization Marcin Jurkowski w1: fix oops when w1_search is called from netlink connector Axel Lin hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attributes Guenter Roeck hwmon: (pmbus/ltc2978) Fix temperature reporting Takashi Iwai ALSA: seq: Fix missing error handling in snd_seq_timer_open() Stephane Eranian perf,x86: fix kernel crash with PEBS/BTS after suspend/resume Jiri Slaby TTY: do not reset master's packet mode Paul Bolle tty: serial: fix typo "ARCH_S5P6450" Wang YanQing serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller Lars-Peter Clausen ext3: Fix format string issues Kees Cook signal: always clear sa_restorer on execve Malcolm Priestley staging: vt6656: Fix oops on resume from suspend. Alan Stern USB: EHCI: don't check DMA values in QH overlays Bjørn Mork USB: storage: fix Huawei mode switching regression Steve Conklin usb: serial: Add Rigblaster Advantage to device table Christian Schmiedl USB: added support for Cinterion's products AH6 and PLS8 Matwey V. Kornilov usb: cp210x new Vendor/Device IDs Oliver Neukum USB: cdc-wdm: fix buffer overflow Bjørn Mork USB: option: add Huawei E5331 Amit Shah virtio: rng: disallow multiple device registrations, fixes crashes Konrad Rzeszutek Wilk xen/pciback: Don't disable a PCI device that is already disabled. Dan Williams qcaux: add Franklin U600 ------------- Diffstat: Makefile | 4 +- arch/powerpc/kernel/cputable.c | 2 +- arch/powerpc/mm/hash_utils_64.c | 2 + arch/s390/include/asm/tlbflush.h | 2 - arch/s390/kernel/entry.S | 3 +- arch/s390/kernel/entry64.S | 5 +- arch/x86/kernel/cpu/perf_event_intel_ds.c | 10 + arch/x86/power/cpu.c | 2 + drivers/block/loop.c | 24 ++- drivers/char/hw_random/virtio-rng.c | 13 +- drivers/gpu/drm/i915/i915_gem.c | 5 + drivers/gpu/drm/i915/intel_display.c | 2 +- drivers/hwmon/lineage-pem.c | 2 + drivers/hwmon/pmbus/ltc2978.c | 14 +- drivers/hwmon/sht15.c | 2 +- drivers/net/macvlan.c | 1 + drivers/net/tun.c | 2 + drivers/staging/vt6656/main_usb.c | 4 - drivers/tty/pty.c | 1 - drivers/tty/serial/8250/8250_pci.c | 4 + drivers/tty/serial/Kconfig | 2 +- drivers/usb/class/cdc-wdm.c | 23 ++- drivers/usb/host/ehci-q.c | 18 +- drivers/usb/serial/cp210x.c | 20 ++ drivers/usb/serial/option.c | 5 + drivers/usb/serial/qcaux.c | 1 + drivers/usb/storage/initializers.c | 76 +------ drivers/usb/storage/initializers.h | 4 +- drivers/usb/storage/unusual_devs.h | 329 +++++++++++++++++++++++++++++- drivers/video/atmel_lcdfb.c | 22 +- drivers/w1/w1.c | 3 +- drivers/xen/xen-pciback/pciback_ops.c | 3 +- fs/block_dev.c | 4 +- fs/btrfs/volumes.c | 6 + fs/ext3/super.c | 4 +- include/linux/perf_event.h | 6 + include/video/atmel_lcdc.h | 1 + kernel/signal.c | 3 + net/core/dev.c | 1 + net/core/rtnetlink.c | 1 + net/dcb/dcbnl.c | 7 + net/ieee802154/6lowpan.h | 2 +- net/ipv4/tcp_input.c | 6 +- net/ipv6/ip6_input.c | 3 +- net/ipv6/route.c | 3 +- net/l2tp/l2tp_ppp.c | 1 + net/netlabel/netlabel_unlabeled.c | 27 +-- net/rds/message.c | 3 + security/selinux/xfrm.c | 2 +- sound/core/seq/seq_timer.c | 8 +- 50 files changed, 541 insertions(+), 157 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/