From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759743Ab3BHBLT (ORCPT ); Thu, 7 Feb 2013 20:11:19 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41923 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759548Ab3BHA54 (ORCPT ); Thu, 7 Feb 2013 19:57:56 -0500 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/26] 3.4.30-stable review Date: Thu, 7 Feb 2013 16:57:28 -0800 Message-Id: <20130208004627.258272404@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 This is the start of the stable review cycle for the 3.4.30 release. There are 26 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 Feb 10 00:43:18 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.30-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.4.30-rc1 David Moore usb: Prevent dead ports when xhci is not enabled Alan Stern USB: XHCI: fix memory leak of URB-private data Sarah Sharp xhci: Fix TD size for isochronous URBs. Sarah Sharp xhci: Fix isoc TD encoding. Nickolai Zeldovich drivers: xhci: fix incorrect bit test fangxiaozhi USB: storage: optimize to match the Huawei USB storage devices and support new switch command fangxiaozhi USB: storage: Define a new macro for USB storage match rules Lan Tianyu usb: Using correct way to clear usb3.0 device's remote wakeup feature. Alan Stern USB: EHCI: fix bug in scheduling periodic split transfers Alan Stern USB: EHCI: fix timer bug affecting port resume Daniele Palmas USB: qcserial: add Telit Gobi QDL device Bjørn Mork USB: option: add Changhong CH690 Daniele Palmas USB: option: add support for Telit LE920 Sven Killig USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II Petr Kubánek USB: ftdi_sio: add Zolix FTDI PID Jan Luebbe drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler Vyacheslav Dubeyko nilfs2: fix fix very long mount time issue Shawn Bohrer sched/rt: Use root_domain of rt_rq not current processor Jan Beulich x86-64: Replace left over sti/cli in ia32 audit exit code liu chuansheng drm/radeon: Calling object_unrefer() when creating fb failure Alex Deucher drm/radeon: prevent crash in the ring space allocation Christopher Staite drm/radeon: fix MC blackout on evergreen+ Alex Deucher drm/radeon: add quirk for RV100 board Alex Deucher drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TN Alex Deucher drm/radeon/evergreen+: wait for the MC to settle after MC blackout YOSHIFUJI Hideaki digsig: Fix memory leakage in digsig_verify_rsa() ------------- Diffstat: Makefile | 4 +- arch/x86/ia32/ia32entry.S | 4 +- drivers/gpu/drm/radeon/evergreen.c | 10 + drivers/gpu/drm/radeon/radeon_combios.c | 8 + drivers/gpu/drm/radeon/radeon_display.c | 4 +- drivers/gpu/drm/radeon/radeon_ring.c | 3 + drivers/gpu/drm/radeon/reg_srcs/cayman | 1 + drivers/rtc/rtc-isl1208.c | 3 + drivers/usb/core/hub.c | 70 +++++-- drivers/usb/host/ehci-hub.c | 6 +- drivers/usb/host/ehci-sched.c | 2 +- drivers/usb/host/pci-quirks.c | 1 + drivers/usb/host/xhci-ring.c | 13 +- drivers/usb/serial/ftdi_sio.c | 2 + drivers/usb/serial/ftdi_sio_ids.h | 9 +- drivers/usb/serial/option.c | 13 ++ drivers/usb/serial/qcserial.c | 1 + drivers/usb/storage/initializers.c | 76 +++++++- drivers/usb/storage/initializers.h | 4 +- drivers/usb/storage/unusual_devs.h | 329 +------------------------------- drivers/usb/storage/usb.c | 12 ++ drivers/usb/storage/usual-tables.c | 15 ++ fs/nilfs2/ioctl.c | 5 +- include/linux/usb/ch9.h | 6 + kernel/sched/rt.c | 2 +- lib/digsig.c | 2 + 26 files changed, 242 insertions(+), 363 deletions(-)