Re: [PATCH 2/3 v2] fb: udlfb: fix hang at disconnect

2013-02-07 Thread Dave Airlie
> > But I've just switched to udl (instead of udlfb) and will see if I can fix > the bugs there to make it usable as a console. udl is a rewrite of udlfb > with some additional features (e.g. drm), so hopefully fixing the remaining > problems there will require less work. I may have fixed the majo

Re: [PATCH stable-3.0] mac80211: synchronize scan off/on-channel and PS states

2013-02-07 Thread CAI Qian
- Original Message - > From: "Stanislaw Gruszka" > To: "Johannes Berg" > Cc: "CAI Qian" , stable@vger.kernel.org, "Seth Forshee" > > Sent: Thursday, February 7, 2013 8:05:32 PM > Subject: Re: [PATCH stable-3.0] mac80211: synchronize scan off/on-channel and > PS states > > On Thu, Fe

Patch Upstream: regulator: s2mps11: fix incorrect register for buck10

2013-02-07 Thread Gregs git-bot
commit: c76edd52bf19c9d01da7edc4ff04d3707c299779 From: Alim Akhtar Date: Wed, 30 Jan 2013 08:02:27 -0500 Subject: regulator: s2mps11: fix incorrect register for buck10 For BUCK10 the control registers are wrongly set as buck9 control register This patch corrects the control registers for buck10

Patch Upstream: IB/qib: Fix for broken sparse warning fix

2013-02-07 Thread Gregs git-bot
commit: d359f35430c4ea4dd4e24d809aeaeff1fa54c314 From: Mike Marciniszyn Date: Thu, 24 Jan 2013 18:59:34 + Subject: IB/qib: Fix for broken sparse warning fix Commit 1fb9fed6d489 ("IB/qib: Fix QP RCU sparse warning") broke QP hash list deletion in qp_remove() badly. This patch restores the for

Patch Upstream: virtio_console: Don't access uninitialized data.

2013-02-07 Thread Gregs git-bot
commit: aded024a12b32fc1ed9a80639681daae2d07ec25 From: =?UTF-8?q?Sjur=20Br=C3=A6ndeland?= Date: Tue, 22 Jan 2013 09:50:26 +1030 Subject: virtio_console: Don't access uninitialized data. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don't access uninitia

Patch Upstream: regulator: clear state each invocation of of_regulator_match

2013-02-07 Thread Gregs git-bot
commit: a2f95c363701deba2205f81929b40222ea6f4f80 From: Stephen Warren Date: Tue, 29 Jan 2013 12:01:13 -0700 Subject: regulator: clear state each invocation of of_regulator_match of_regulator_match() saves some dynamcially allocated state into the match table that's passed to it. By implementation

Patch Upstream: regulator: max8998: fix incorrect min_uV value for ldo10

2013-02-07 Thread Gregs git-bot
commit: 36a6f8c035760dcbd0c3acb4c2fd56268588a9cb From: Marek Szyprowski Date: Fri, 25 Jan 2013 09:25:40 +0100 Subject: regulator: max8998: fix incorrect min_uV value for ldo10 Correct value for minimal voltage for ldo10 output is 95 uV. This patch fixes the typo introduced by patch adf6178ad5

Re: [PATCH] cgroup: do not duplicate put_css_set

2013-02-07 Thread Li Zefan
On 2013/2/7 18:04, Maxim Uvarov wrote: > 2013/2/7 Li Zefan : >> CC: Tejun >> >> 于 2013/2/6 23:16, Maxim Uvarov wrote: >>> linux-3.0.y has put_css_set a litte bit down in the code, >>> this should not be duplicated. >> >> Why do you want to make this change? Have you encountered some kernel bug >>

[ 02/34] digsig: Fix memory leakage in digsig_verify_rsa()

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: YOSHIFUJI Hideaki commit 7810cc1e7721220f1ed2a23ca95113d6434f6dcd upstream. digsig_verify_rsa() does not free kmalloc'ed buffer returned by mpi_get_buffer(). Signed-off-by: YOSHIFUJI Hideaki

[ 01/34] powerpc/mm: Fix hash computation function

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: "Aneesh Kumar K.V" commit eda8eebdd153c48a4e2a3a3ac3cd9e2e31f5c6b3 upstream. The ASM version of hash computation function was truncating the upper bit. Make the ASM version similar to hpt_hash

[ 07/34] drm/radeon: fix backend map setup on 1 RB sumo boards

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit f7eb97300832f4fe5fe916c5d84cd2e25169330e upstream. Need to adjust the backend map depending on which RB is enabled. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=89223

[ 04/34] drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TN

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 674a16f2b4724880d07389abbb95abf320b924aa upstream. Newer versions of mesa emit this. Signed-off-by: Alex Deucher Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/r

[ 03/34] drm/radeon/evergreen+: wait for the MC to settle after MC blackout

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit ed39fadd6df01095378e499fac3674883f16b853 upstream. Some chips seem to need a little delay after blacking out the MC before the requests actually stop. May fix: https://bugs

[ 08/34] drm/radeon: protect against div by 0 in backend setup

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Mikko Tiihonen commit f689e3acbd2e48cc4101e0af454193f81af4baaf upstream. Make sure at least one RB is enabled in r6xx_remap_render_backend() to avoid an division by zero in some corner cases.

[ 11/34] x86-64: Replace left over sti/cli in ia32 audit exit code

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Jan Beulich commit 40a1ef95da85843696fc3ebe5fce39b0db32669f upstream. For some reason they didn't get replaced so far by their paravirt equivalents, resulting in code to be run with interrupts

[ 23/34] USB: EHCI: remove ASS/PSS polling timeout

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 55bcdce8a8228223ec4d17d8ded8134ed265d2c5 upstream. This patch (as1647) attempts to work around a problem that seems to affect some nVidia EHCI controllers. They sometimes tak

[ 24/34] USB: EHCI: unlink one async QH at a time

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 6e0c3339a6f19d748f16091d0a05adeb1e1f822b upstream. This patch (as1648) fixes a regression affecting nVidia EHCI controllers. Evidently they don't like to have more than one a

[ 25/34] USB: EHCI: fix timer bug affecting port resume

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit ee74290b7853db9d5fd64db70e5c175241c59fba upstream. This patch (as1652) fixes a long-standing bug in ehci-hcd. The driver relies on status polls to know when to stop port-resu

[ 26/34] USB: EHCI: fix bug in scheduling periodic split transfers

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 3e619d04159be54b3daa0b7036b0ce9e067f4b5d upstream. This patch (as1654) fixes a very old bug in ehci-hcd, connected with scheduling of periodic split transfers. The calculatio

[ 28/34] USB: storage: Define a new macro for USB storage match rules

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: fangxiaozhi commit 07c7be3d87e5cdaf5f94c271c516456364ef286c upstream. 1. Define a new macro for USB storage match rules: matching with Vendor ID and interface descriptors. Signed-off-by: f

[ 12/34] sched/rt: Use root_domain of rt_rq not current processor

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Shawn Bohrer commit aa7f67304d1a03180f463258aa6f15a8b434e77d upstream. When the system has multiple domains do_sched_rt_period_timer() can run on any CPU and may iterate over all rt_rq in cpu_o

[ 27/34] usb: Using correct way to clear usb3.0 devices remote wakeup feature.

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Lan Tianyu commit 54a3ac0c9e5b7213daa358ce74d154352657353a upstream. Usb3.0 device defines function remote wakeup which is only for interface recipient rather than device recipient. This is dif

[ 10/34] drm/radeon: Calling object_unrefer() when creating fb failure

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: liu chuansheng commit f2d68cf4daa4de97d400d94836b907e35228e54f upstream. When kzalloc() failed in radeon_user_framebuffer_create(), need to call object_unreference() to match the object_referen

[ 09/34] drm/radeon: prevent crash in the ring space allocation

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit fd5d93a0015ce1a7db881382022b2fcdfdc61760 upstream. If the requested number of DWs on the ring is larger than the size of the ring itself, return an error. In testing with l

[ 15/34] mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pte

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Tony Lu commit be7517d6ab9722f0abad6ba5ffd39cfced95549c upstream. When setting a huge PTE, besides calling pte_mkhuge(), we also need to call arch_make_huge_pte(), which we indeed do in make_hu

[ 14/34] nilfs2: fix fix very long mount time issue

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Vyacheslav Dubeyko commit a9bae189542e71f91e61a4428adf6e5a7dfe8063 upstream. There exists a situation when GC can work in background alone without any other filesystem activity during significa

[ 16/34] drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Jan Luebbe commit 72fca4a4b32dc778b5b885c3498700e42b610d49 upstream. Previously the alarm event was not propagated into the RTC subsystem. By adding a call to rtc_update_irq, this fixes a timeo

[ 17/34] drivers/rtc/rtc-pl031.c: fix the missing operation on enable

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Haojian Zhuang commit e7e034e18a0ab6bafb2425c3242cac311164f4d6 upstream. The RTC control register should be enabled in the process of initializing. Without this patch, I failed to enable RTC i

[ 18/34] USB: ftdi_sio: add Zolix FTDI PID

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Petr Kubánek commit 0ba3b2ccc72b3df5c305d61f59d93ab0f0e87991 upstream. Add support for Zolix Omni 1509 monochromator custom USB-RS232 converter. Signed-off-by: Petr Kubánek Signed-off-by: Gre

[ 19/34] USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Sven Killig commit c249f911406efcc7456cb4af79396726bf7b8c57 upstream. Add PID/VID entries for ELV WS 300 PC II weather station Signed-off-by: Sven Killig Signed-off-by: Greg Kroah-Hartman -

[ 30/34] drivers: xhci: fix incorrect bit test

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Nickolai Zeldovich commit ba7b5c22d33136a5612ca5ef8d31564dcc501126 upstream. Fix incorrect bit test that originally showed up in 4ee823b83bc9851743fab756c76b27d6a1e2472b "USB/xHCI: Support devi

[ 33/34] USB: XHCI: fix memory leak of URB-private data

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 48c3375c5f69b1c2ef3d1051a0009cb9bce0ce24 upstream. This patch (as1640) fixes a memory leak in xhci-hcd. The urb_priv data structure isn't always deallocated in the handle_tx_

[ 32/34] xhci: Fix TD size for isochronous URBs.

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Sarah Sharp commit f18f8ed2a9adc41c2d9294b85b6af115829d2af1 upstream. To calculate the TD size for a particular TRB in an isoc TD, we need know the endpoint's max packet size. Isochronous endp

[ 22/34] USB: qcserial: add Telit Gobi QDL device

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Daniele Palmas commit 78796ae17eacedcdcaaeb03ba73d2e532a4c8f83 upstream. Add VID and PID for Telit Gobi QDL device Signed-off-by: Daniele Palmas Signed-off-by: Greg Kroah-Hartman --- drive

[ 00/26] 3.4.30-stable review

2013-02-07 Thread Greg Kroah-Hartman
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 receive

[ 01/26] digsig: Fix memory leakage in digsig_verify_rsa()

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: YOSHIFUJI Hideaki commit 7810cc1e7721220f1ed2a23ca95113d6434f6dcd upstream. digsig_verify_rsa() does not free kmalloc'ed buffer returned by mpi_get_buffer(). Signed-off-by: YOSHIFUJI Hideaki

[ 29/34] USB: storage: optimize to match the Huawei USB storage devices and support new switch command

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: fangxiaozhi commit 200e0d994d9d1919b28c87f1a5fb99a8e13b8a0f upstream. 1. Optimize the match rules with new macro for Huawei USB storage devices, to avoid to load USB storage driver for the m

[ 34/34] usb: Prevent dead ports when xhci is not enabled

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: David Moore commit 58b2939b4d5a030eaec469d29812ab8477ee7e76 upstream. When the xHCI driver is not available, actively switch the ports to EHCI mode since some BIOSes leave them in xHCI mode whe

[ 31/34] xhci: Fix isoc TD encoding.

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Sarah Sharp commit 760973d2a74b93eb1697981f7448f0e62767cfc4 upstream. An isochronous TD is comprised of one isochronous TRB chained to zero or more normal TRBs. Only the isoc TRB has the TBC a

[ 02/26] drm/radeon/evergreen+: wait for the MC to settle after MC blackout

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit ed39fadd6df01095378e499fac3674883f16b853 upstream. Some chips seem to need a little delay after blacking out the MC before the requests actually stop. May fix: https://bugs

[ 05/26] drm/radeon: fix MC blackout on evergreen+

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Christopher Staite commit bb588820ef421c6098dca1fec29c3b347f1c8c19 upstream. Force the crtc mem requests on/off immediately rather than waiting for the double buffered updates to kick in. Seems

[ 06/26] drm/radeon: prevent crash in the ring space allocation

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit fd5d93a0015ce1a7db881382022b2fcdfdc61760 upstream. If the requested number of DWs on the ring is larger than the size of the ring itself, return an error. In testing with l

[ 07/26] drm/radeon: Calling object_unrefer() when creating fb failure

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: liu chuansheng commit f2d68cf4daa4de97d400d94836b907e35228e54f upstream. When kzalloc() failed in radeon_user_framebuffer_create(), need to call object_unreference() to match the object_referen

[ 08/26] x86-64: Replace left over sti/cli in ia32 audit exit code

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jan Beulich commit 40a1ef95da85843696fc3ebe5fce39b0db32669f upstream. For some reason they didn't get replaced so far by their paravirt equivalents, resulting in code to be run with interrupts

[ 03/26] drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TN

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 674a16f2b4724880d07389abbb95abf320b924aa upstream. Newer versions of mesa emit this. Signed-off-by: Alex Deucher Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/r

[ 15/26] USB: option: add Changhong CH690

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit d4fa681541aa7bf8570d03426dd7ba663a71c467 upstream. New device with 3 serial interfaces: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend) Sub=ff Prot=ff If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend)

[ 04/26] drm/radeon: add quirk for RV100 board

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 9200ee4941a6e5d1ec5df88982243686882dff3f upstream. vbios says external TMDS while the board is actually internal TMDS. fixes: https://bugs.freedesktop.org/show_bug.cgi?id=6

[ 16/26] USB: qcserial: add Telit Gobi QDL device

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Daniele Palmas commit 78796ae17eacedcdcaaeb03ba73d2e532a4c8f83 upstream. Add VID and PID for Telit Gobi QDL device Signed-off-by: Daniele Palmas Signed-off-by: Greg Kroah-Hartman --- drive

[ 17/26] USB: EHCI: fix timer bug affecting port resume

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit ee74290b7853db9d5fd64db70e5c175241c59fba upstream. This patch (as1652) fixes a long-standing bug in ehci-hcd. The driver relies on status polls to know when to stop port-resu

[ 18/26] USB: EHCI: fix bug in scheduling periodic split transfers

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 3e619d04159be54b3daa0b7036b0ce9e067f4b5d upstream. This patch (as1654) fixes a very old bug in ehci-hcd, connected with scheduling of periodic split transfers. The calculatio

[ 09/26] sched/rt: Use root_domain of rt_rq not current processor

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Shawn Bohrer commit aa7f67304d1a03180f463258aa6f15a8b434e77d upstream. When the system has multiple domains do_sched_rt_period_timer() can run on any CPU and may iterate over all rt_rq in cpu_o

[ 10/26] nilfs2: fix fix very long mount time issue

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Vyacheslav Dubeyko commit a9bae189542e71f91e61a4428adf6e5a7dfe8063 upstream. There exists a situation when GC can work in background alone without any other filesystem activity during significa

[ 14/26] USB: option: add support for Telit LE920

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Daniele Palmas commit 03eb466f276ceef9dcf023dc5474db02af68aad9 upstream. Add PID and special handling for Telit LE920 Signed-off-by: Daniele Palmas Signed-off-by: Greg Kroah-Hartman --- dr

[ 13/26] USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Sven Killig commit c249f911406efcc7456cb4af79396726bf7b8c57 upstream. Add PID/VID entries for ELV WS 300 PC II weather station Signed-off-by: Sven Killig Signed-off-by: Greg Kroah-Hartman -

[ 11/26] drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jan Luebbe commit 72fca4a4b32dc778b5b885c3498700e42b610d49 upstream. Previously the alarm event was not propagated into the RTC subsystem. By adding a call to rtc_update_irq, this fixes a timeo

[ 12/26] USB: ftdi_sio: add Zolix FTDI PID

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Petr Kubánek commit 0ba3b2ccc72b3df5c305d61f59d93ab0f0e87991 upstream. Add support for Zolix Omni 1509 monochromator custom USB-RS232 converter. Signed-off-by: Petr Kubánek Signed-off-by: Gre

[ 20/26] USB: storage: Define a new macro for USB storage match rules

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: fangxiaozhi commit 07c7be3d87e5cdaf5f94c271c516456364ef286c upstream. 1. Define a new macro for USB storage match rules: matching with Vendor ID and interface descriptors. Signed-off-by: f

[ 22/26] drivers: xhci: fix incorrect bit test

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Nickolai Zeldovich commit ba7b5c22d33136a5612ca5ef8d31564dcc501126 upstream. Fix incorrect bit test that originally showed up in 4ee823b83bc9851743fab756c76b27d6a1e2472b "USB/xHCI: Support devi

[ 00/16] 3.0.63-stable review

2013-02-07 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.0.63 release. There are 16 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:19 UTC 2013. Anything receive

[ 01/16] drm/radeon/evergreen+: wait for the MC to settle after MC blackout

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit ed39fadd6df01095378e499fac3674883f16b853 upstream. Some chips seem to need a little delay after blacking out the MC before the requests actually stop. May fix: https://bugs

[ 21/26] USB: storage: optimize to match the Huawei USB storage devices and support new switch command

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: fangxiaozhi commit 200e0d994d9d1919b28c87f1a5fb99a8e13b8a0f upstream. 1. Optimize the match rules with new macro for Huawei USB storage devices, to avoid to load USB storage driver for the m

[ 23/26] xhci: Fix isoc TD encoding.

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Sarah Sharp commit 760973d2a74b93eb1697981f7448f0e62767cfc4 upstream. An isochronous TD is comprised of one isochronous TRB chained to zero or more normal TRBs. Only the isoc TRB has the TBC a

[ 24/26] xhci: Fix TD size for isochronous URBs.

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Sarah Sharp commit f18f8ed2a9adc41c2d9294b85b6af115829d2af1 upstream. To calculate the TD size for a particular TRB in an isoc TD, we need know the endpoint's max packet size. Isochronous endp

[ 19/26] usb: Using correct way to clear usb3.0 devices remote wakeup feature.

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Lan Tianyu commit 54a3ac0c9e5b7213daa358ce74d154352657353a upstream. Usb3.0 device defines function remote wakeup which is only for interface recipient rather than device recipient. This is dif

[ 25/26] USB: XHCI: fix memory leak of URB-private data

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 48c3375c5f69b1c2ef3d1051a0009cb9bce0ce24 upstream. This patch (as1640) fixes a memory leak in xhci-hcd. The urb_priv data structure isn't always deallocated in the handle_tx_

[ 05/16] nilfs2: fix fix very long mount time issue

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Vyacheslav Dubeyko commit a9bae189542e71f91e61a4428adf6e5a7dfe8063 upstream. There exists a situation when GC can work in background alone without any other filesystem activity during significa

[ 04/16] x86-64: Replace left over sti/cli in ia32 audit exit code

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jan Beulich commit 40a1ef95da85843696fc3ebe5fce39b0db32669f upstream. For some reason they didn't get replaced so far by their paravirt equivalents, resulting in code to be run with interrupts

[ 03/16] drm/radeon: Calling object_unrefer() when creating fb failure

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: liu chuansheng commit f2d68cf4daa4de97d400d94836b907e35228e54f upstream. When kzalloc() failed in radeon_user_framebuffer_create(), need to call object_unreference() to match the object_referen

[ 07/16] USB: ftdi_sio: add Zolix FTDI PID

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Petr Kubánek commit 0ba3b2ccc72b3df5c305d61f59d93ab0f0e87991 upstream. Add support for Zolix Omni 1509 monochromator custom USB-RS232 converter. Signed-off-by: Petr Kubánek Signed-off-by: Gre

[ 08/16] USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Sven Killig commit c249f911406efcc7456cb4af79396726bf7b8c57 upstream. Add PID/VID entries for ELV WS 300 PC II weather station Signed-off-by: Sven Killig Signed-off-by: Greg Kroah-Hartman -

[ 09/16] USB: option: add support for Telit LE920

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Daniele Palmas commit 03eb466f276ceef9dcf023dc5474db02af68aad9 upstream. Add PID and special handling for Telit LE920 Signed-off-by: Daniele Palmas Signed-off-by: Greg Kroah-Hartman --- dr

[ 06/16] drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jan Luebbe commit 72fca4a4b32dc778b5b885c3498700e42b610d49 upstream. Previously the alarm event was not propagated into the RTC subsystem. By adding a call to rtc_update_irq, this fixes a timeo

[ 10/16] USB: option: add Changhong CH690

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit d4fa681541aa7bf8570d03426dd7ba663a71c467 upstream. New device with 3 serial interfaces: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend) Sub=ff Prot=ff If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend)

[ 02/16] drm/radeon: add quirk for RV100 board

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 9200ee4941a6e5d1ec5df88982243686882dff3f upstream. vbios says external TMDS while the board is actually internal TMDS. fixes: https://bugs.freedesktop.org/show_bug.cgi?id=6

[ 12/16] USB: EHCI: fix bug in scheduling periodic split transfers

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 3e619d04159be54b3daa0b7036b0ce9e067f4b5d upstream. This patch (as1654) fixes a very old bug in ehci-hcd, connected with scheduling of periodic split transfers. The calculatio

[ 13/16] USB: storage: Define a new macro for USB storage match rules

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: fangxiaozhi commit 07c7be3d87e5cdaf5f94c271c516456364ef286c upstream. 1. Define a new macro for USB storage match rules: matching with Vendor ID and interface descriptors. Signed-off-by: f

[ 14/16] USB: storage: optimize to match the Huawei USB storage devices and support new switch command

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: fangxiaozhi commit 200e0d994d9d1919b28c87f1a5fb99a8e13b8a0f upstream. 1. Optimize the match rules with new macro for Huawei USB storage devices, to avoid to load USB storage driver for the m

[ 15/16] xhci: Fix isoc TD encoding.

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Sarah Sharp commit 760973d2a74b93eb1697981f7448f0e62767cfc4 upstream. An isochronous TD is comprised of one isochronous TRB chained to zero or more normal TRBs. Only the isoc TRB has the TBC a

[ 11/16] USB: qcserial: add Telit Gobi QDL device

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Daniele Palmas commit 78796ae17eacedcdcaaeb03ba73d2e532a4c8f83 upstream. Add VID and PID for Telit Gobi QDL device Signed-off-by: Daniele Palmas Signed-off-by: Greg Kroah-Hartman --- drive

[ 16/16] USB: XHCI: fix memory leak of URB-private data

2013-02-07 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 48c3375c5f69b1c2ef3d1051a0009cb9bce0ce24 upstream. This patch (as1640) fixes a memory leak in xhci-hcd. The urb_priv data structure isn't always deallocated in the handle_tx_

[ 26/26] usb: Prevent dead ports when xhci is not enabled

2013-02-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: David Moore commit 58b2939b4d5a030eaec469d29812ab8477ee7e76 upstream. When the xHCI driver is not available, actively switch the ports to EHCI mode since some BIOSes leave them in xHCI mode whe

[ 13/34] mtd: davinci_nand: fix modular build with CONFIG_OF=y

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Sergei Shtylyov commit 7a9c83888761a9a26049b439dc0b09e7ea8a854b upstream. Commit cdeadd712f52b16a9285386d61ee26fd14eb4085 (mtd: nand: davinci: add OF support for davinci nand controller) has ne

[ 20/34] USB: option: add support for Telit LE920

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Daniele Palmas commit 03eb466f276ceef9dcf023dc5474db02af68aad9 upstream. Add PID and special handling for Telit LE920 Signed-off-by: Daniele Palmas Signed-off-by: Greg Kroah-Hartman --- dr

[ 21/34] USB: option: add Changhong CH690

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit d4fa681541aa7bf8570d03426dd7ba663a71c467 upstream. New device with 3 serial interfaces: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend) Sub=ff Prot=ff If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend)

[ 05/34] drm/radeon: add quirk for RV100 board

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 9200ee4941a6e5d1ec5df88982243686882dff3f upstream. vbios says external TMDS while the board is actually internal TMDS. fixes: https://bugs.freedesktop.org/show_bug.cgi?id=6

[ 00/34] 3.7.7-stable review

2013-02-07 Thread Greg Kroah-Hartman
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

[ 06/34] drm/radeon: fix MC blackout on evergreen+

2013-02-07 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Christopher Staite commit bb588820ef421c6098dca1fec29c3b347f1c8c19 upstream. Force the crtc mem requests on/off immediately rather than waiting for the double buffered updates to kick in. Seems

Patch "xhci: Fix TD size for isochronous URBs." has been added to the 3.4-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Fix TD size for isochronous URBs. to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xhci-fix-td-size

Patch "USB: XHCI: fix memory leak of URB-private data" has been added to the 3.4-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: XHCI: fix memory leak of URB-private data to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-xhci-

Patch "xhci: Fix isoc TD encoding." has been added to the 3.4-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Fix isoc TD encoding. to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xhci-fix-isoc-td-encoding.pa

Patch "USB: storage: optimize to match the Huawei USB storage devices and support new switch command" has been added to the 3.4-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: storage: optimize to match the Huawei USB storage devices and support new switch command to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summa

Patch "usb: Prevent dead ports when xhci is not enabled" has been added to the 3.4-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: Prevent dead ports when xhci is not enabled to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-pre

Patch "USB: storage: Define a new macro for USB storage match rules" has been added to the 3.4-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: storage: Define a new macro for USB storage match rules to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "xhci: Fix isoc TD encoding." has been added to the 3.0-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Fix isoc TD encoding. to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xhci-fix-isoc-td-encoding.pa

Patch "drivers: xhci: fix incorrect bit test" has been added to the 3.4-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers: xhci: fix incorrect bit test to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drivers-xhci-fix-i

Patch "xhci: Fix isoc TD encoding." has been added to the 3.7-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Fix isoc TD encoding. to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xhci-fix-isoc-td-encoding.pa

Patch "USB: storage: optimize to match the Huawei USB storage devices and support new switch command" has been added to the 3.0-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: storage: optimize to match the Huawei USB storage devices and support new switch command to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summa

Patch "USB: storage: Define a new macro for USB storage match rules" has been added to the 3.0-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: storage: Define a new macro for USB storage match rules to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "USB: XHCI: fix memory leak of URB-private data" has been added to the 3.0-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: XHCI: fix memory leak of URB-private data to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-xhci-

Patch "xhci: Fix TD size for isochronous URBs." has been added to the 3.7-stable tree

2013-02-07 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Fix TD size for isochronous URBs. to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xhci-fix-td-size

  1   2   >