I'm announcing the release of the 3.0.63 kernel. All users of the 3.0 kernel series must upgrade. The updated 3.0.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 arch/x86/ia32/ia32entry.S | 4 drivers/gpu/drm/radeon/evergreen.c | 2 drivers/gpu/drm/radeon/radeon_combios.c | 8 drivers/gpu/drm/radeon/radeon_display.c | 4 drivers/rtc/rtc-isl1208.c | 3 drivers/usb/host/ehci-sched.c | 2 drivers/usb/host/xhci-ring.c | 6 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 18 files changed, 158 insertions(+), 339 deletions(-) Alan Stern (2): USB: EHCI: fix bug in scheduling periodic split transfers USB: XHCI: fix memory leak of URB-private data Alex Deucher (2): drm/radeon/evergreen+: wait for the MC to settle after MC blackout drm/radeon: add quirk for RV100 board Bjřrn Mork (1): USB: option: add Changhong CH690 Daniele Palmas (2): USB: option: add support for Telit LE920 USB: qcserial: add Telit Gobi QDL device Greg Kroah-Hartman (1): Linux 3.0.63 Jan Beulich (1): x86-64: Replace left over sti/cli in ia32 audit exit code Jan Luebbe (1): drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler Petr Kubánek (1): USB: ftdi_sio: add Zolix FTDI PID Sarah Sharp (1): xhci: Fix isoc TD encoding. Sven Killig (1): USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II Vyacheslav Dubeyko (1): nilfs2: fix fix very long mount time issue fangxiaozhi (2): USB: storage: Define a new macro for USB storage match rules USB: storage: optimize to match the Huawei USB storage devices and support new switch command liu chuansheng (1): drm/radeon: Calling object_unrefer() when creating fb failure