3.7.7-rc1+ build and boot nicely with Fedora 17. On Fri, Feb 8, 2013 at 1:56 AM, Greg Kroah-Hartman <[email protected]> wrote: > This is the start of the stable review cycle for the 3.7.7 release. > There are 34 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:13 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.7.7-rc1.gz > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <[email protected]> > Linux 3.7.7-rc1 > > David Moore <[email protected]> > usb: Prevent dead ports when xhci is not enabled > > Alan Stern <[email protected]> > USB: XHCI: fix memory leak of URB-private data > > Sarah Sharp <[email protected]> > xhci: Fix TD size for isochronous URBs. > > Sarah Sharp <[email protected]> > xhci: Fix isoc TD encoding. > > Nickolai Zeldovich <[email protected]> > drivers: xhci: fix incorrect bit test > > fangxiaozhi <[email protected]> > USB: storage: optimize to match the Huawei USB storage devices and > support new switch command > > fangxiaozhi <[email protected]> > USB: storage: Define a new macro for USB storage match rules > > Lan Tianyu <[email protected]> > usb: Using correct way to clear usb3.0 device's remote wakeup feature. > > Alan Stern <[email protected]> > USB: EHCI: fix bug in scheduling periodic split transfers > > Alan Stern <[email protected]> > USB: EHCI: fix timer bug affecting port resume > > Alan Stern <[email protected]> > USB: EHCI: unlink one async QH at a time > > Alan Stern <[email protected]> > USB: EHCI: remove ASS/PSS polling timeout > > Daniele Palmas <[email protected]> > USB: qcserial: add Telit Gobi QDL device > > Bjørn Mork <[email protected]> > USB: option: add Changhong CH690 > > Daniele Palmas <[email protected]> > USB: option: add support for Telit LE920 > > Sven Killig <[email protected]> > USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II > > Petr Kubánek <[email protected]> > USB: ftdi_sio: add Zolix FTDI PID > > Haojian Zhuang <[email protected]> > drivers/rtc/rtc-pl031.c: fix the missing operation on enable > > Jan Luebbe <[email protected]> > drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq > handler > > Tony Lu <[email protected]> > mm/hugetlb: set PTE as huge in hugetlb_change_protection and > remove_migration_pte > > Vyacheslav Dubeyko <[email protected]> > nilfs2: fix fix very long mount time issue > > Sergei Shtylyov <[email protected]> > mtd: davinci_nand: fix modular build with CONFIG_OF=y > > Shawn Bohrer <[email protected]> > sched/rt: Use root_domain of rt_rq not current processor > > Jan Beulich <[email protected]> > x86-64: Replace left over sti/cli in ia32 audit exit code > > liu chuansheng <[email protected]> > drm/radeon: Calling object_unrefer() when creating fb failure > > Alex Deucher <[email protected]> > drm/radeon: prevent crash in the ring space allocation > > Mikko Tiihonen <[email protected]> > drm/radeon: protect against div by 0 in backend setup > > Alex Deucher <[email protected]> > drm/radeon: fix backend map setup on 1 RB sumo boards > > Christopher Staite <[email protected]> > drm/radeon: fix MC blackout on evergreen+ > > Alex Deucher <[email protected]> > drm/radeon: add quirk for RV100 board > > Alex Deucher <[email protected]> > drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TN > > Alex Deucher <[email protected]> > drm/radeon/evergreen+: wait for the MC to settle after MC blackout > > YOSHIFUJI Hideaki <[email protected]> > digsig: Fix memory leakage in digsig_verify_rsa() > > Aneesh Kumar K.V <[email protected]> > powerpc/mm: Fix hash computation function > > > ------------- > > Diffstat: > > Makefile | 4 +- > arch/powerpc/mm/hash_low_64.S | 62 +++--- > arch/x86/ia32/ia32entry.S | 4 +- > drivers/gpu/drm/radeon/evergreen.c | 27 ++- > drivers/gpu/drm/radeon/r600.c | 7 +- > 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/mtd/nand/davinci_nand.c | 2 +- > drivers/rtc/rtc-isl1208.c | 3 + > drivers/rtc/rtc-pl031.c | 8 +- > drivers/usb/core/hub.c | 70 +++++-- > drivers/usb/host/ehci-hub.c | 6 +- > drivers/usb/host/ehci-q.c | 50 +++-- > drivers/usb/host/ehci-sched.c | 2 +- > drivers/usb/host/ehci-timer.c | 29 +-- > 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/uapi/linux/usb/ch9.h | 6 + > kernel/sched/rt.c | 2 +- > lib/digsig.c | 2 + > mm/hugetlb.c | 1 + > mm/migrate.c | 4 +- > 34 files changed, 351 insertions(+), 434 deletions(-) > > > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html
-- Peter On Fri, Feb 8, 2013 at 1:56 AM, Greg Kroah-Hartman <[email protected]> wrote: > This is the start of the stable review cycle for the 3.7.7 release. > There are 34 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:13 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.7.7-rc1.gz > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <[email protected]> > Linux 3.7.7-rc1 > > David Moore <[email protected]> > usb: Prevent dead ports when xhci is not enabled > > Alan Stern <[email protected]> > USB: XHCI: fix memory leak of URB-private data > > Sarah Sharp <[email protected]> > xhci: Fix TD size for isochronous URBs. > > Sarah Sharp <[email protected]> > xhci: Fix isoc TD encoding. > > Nickolai Zeldovich <[email protected]> > drivers: xhci: fix incorrect bit test > > fangxiaozhi <[email protected]> > USB: storage: optimize to match the Huawei USB storage devices and > support new switch command > > fangxiaozhi <[email protected]> > USB: storage: Define a new macro for USB storage match rules > > Lan Tianyu <[email protected]> > usb: Using correct way to clear usb3.0 device's remote wakeup feature. > > Alan Stern <[email protected]> > USB: EHCI: fix bug in scheduling periodic split transfers > > Alan Stern <[email protected]> > USB: EHCI: fix timer bug affecting port resume > > Alan Stern <[email protected]> > USB: EHCI: unlink one async QH at a time > > Alan Stern <[email protected]> > USB: EHCI: remove ASS/PSS polling timeout > > Daniele Palmas <[email protected]> > USB: qcserial: add Telit Gobi QDL device > > Bjørn Mork <[email protected]> > USB: option: add Changhong CH690 > > Daniele Palmas <[email protected]> > USB: option: add support for Telit LE920 > > Sven Killig <[email protected]> > USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II > > Petr Kubánek <[email protected]> > USB: ftdi_sio: add Zolix FTDI PID > > Haojian Zhuang <[email protected]> > drivers/rtc/rtc-pl031.c: fix the missing operation on enable > > Jan Luebbe <[email protected]> > drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq > handler > > Tony Lu <[email protected]> > mm/hugetlb: set PTE as huge in hugetlb_change_protection and > remove_migration_pte > > Vyacheslav Dubeyko <[email protected]> > nilfs2: fix fix very long mount time issue > > Sergei Shtylyov <[email protected]> > mtd: davinci_nand: fix modular build with CONFIG_OF=y > > Shawn Bohrer <[email protected]> > sched/rt: Use root_domain of rt_rq not current processor > > Jan Beulich <[email protected]> > x86-64: Replace left over sti/cli in ia32 audit exit code > > liu chuansheng <[email protected]> > drm/radeon: Calling object_unrefer() when creating fb failure > > Alex Deucher <[email protected]> > drm/radeon: prevent crash in the ring space allocation > > Mikko Tiihonen <[email protected]> > drm/radeon: protect against div by 0 in backend setup > > Alex Deucher <[email protected]> > drm/radeon: fix backend map setup on 1 RB sumo boards > > Christopher Staite <[email protected]> > drm/radeon: fix MC blackout on evergreen+ > > Alex Deucher <[email protected]> > drm/radeon: add quirk for RV100 board > > Alex Deucher <[email protected]> > drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TN > > Alex Deucher <[email protected]> > drm/radeon/evergreen+: wait for the MC to settle after MC blackout > > YOSHIFUJI Hideaki <[email protected]> > digsig: Fix memory leakage in digsig_verify_rsa() > > Aneesh Kumar K.V <[email protected]> > powerpc/mm: Fix hash computation function > > > ------------- > > Diffstat: > > Makefile | 4 +- > arch/powerpc/mm/hash_low_64.S | 62 +++--- > arch/x86/ia32/ia32entry.S | 4 +- > drivers/gpu/drm/radeon/evergreen.c | 27 ++- > drivers/gpu/drm/radeon/r600.c | 7 +- > 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/mtd/nand/davinci_nand.c | 2 +- > drivers/rtc/rtc-isl1208.c | 3 + > drivers/rtc/rtc-pl031.c | 8 +- > drivers/usb/core/hub.c | 70 +++++-- > drivers/usb/host/ehci-hub.c | 6 +- > drivers/usb/host/ehci-q.c | 50 +++-- > drivers/usb/host/ehci-sched.c | 2 +- > drivers/usb/host/ehci-timer.c | 29 +-- > 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/uapi/linux/usb/ch9.h | 6 + > kernel/sched/rt.c | 2 +- > lib/digsig.c | 2 + > mm/hugetlb.c | 1 + > mm/migrate.c | 4 +- > 34 files changed, 351 insertions(+), 434 deletions(-) > > > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Peter -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
