Re: [PATCH 0/6] USB: OHCI: work with controllers that lose TDs

2014-10-22 Thread Matteo Fortini
I (partly) reopen this issue because it fixed the problem we had (lost TDs lead to random process lockups on FTDI serial), but we're now seeing another kind of lockup which is also USB-related on the same board, just at the time we close() the serial port. We enabled USB debug to gather all

Re: [PATCH 0/6] USB: OHCI: work with controllers that lose TDs

2014-10-22 Thread Matteo Fortini
Good question, I'll get back to you as soon as I get to build a 3.17 tree rebasing the changes we need for our board to behave properly. Thanks, Matteo 2014-10-22 19:43 GMT+02:00 Alan Stern st...@rowland.harvard.edu: On Wed, 22 Oct 2014, Matteo Fortini wrote: I (partly) reopen this issue

Re: Deadlock v3.10.35 with FTD_SIO usb-serial adapter

2014-05-28 Thread Matteo Fortini
Hi Alan, I was wondering if the patch for the OHCI controller bug could be tested on our system. Thank you, Matteo 2014-04-30 22:29 GMT+02:00 Alan Stern st...@rowland.harvard.edu: On Wed, 30 Apr 2014, Matteo Fortini wrote: Thank you Alan, here you go: http://pastebin.com/txu8M68L we included

Re: Deadlock v3.10.35 with FTD_SIO usb-serial adapter

2014-04-30 Thread Matteo Fortini
Thank you Alan, here you go: http://pastebin.com/txu8M68L we included the register file both before and after the hangup, with a 1s interval. Matteo Il 25/04/2014 18:29, Alan Stern ha scritto: On Thu, 24 Apr 2014, Matteo Fortini wrote: After some time, we finally had another hangup

Re: Deadlock v3.10.35 with FTD_SIO usb-serial adapter

2014-04-30 Thread Matteo Fortini
Great, thank you! Just tell me if you need any help. Matteo Il 30/04/2014 22:29, Alan Stern ha scritto: On Wed, 30 Apr 2014, Matteo Fortini wrote: Thank you Alan, here you go: http://pastebin.com/txu8M68L we included the register file both before and after the hangup, with a 1s interval

Re: Deadlock v3.10.35 with FTD_SIO usb-serial adapter

2014-04-24 Thread Matteo Fortini
18:01, Alan Stern ha scritto: On Wed, 16 Apr 2014, Matteo Fortini wrote: It's and AMD Geode single board computer, using CS5535 companion chip. Here's the pertaining lspci -vvv section: 00:0f.4 Class 0c03: Device 1022:2094 (rev 02) (prog-if 10) Subsystem: Device 1022:2094 Control: I

Re: Deadlock v3.10.35 with FTD_SIO usb-serial adapter

2014-04-16 Thread Matteo Fortini
ha scritto: On Tue, 15 Apr 2014, Matteo Fortini wrote: Yes, we tried with 3.14 and after less than 24hrs. What could we do to fix the issue? Thank you, Matteo Here's dmesg output: [103200.145660] INFO: task :2341 blocked for more than 120 seconds. [103200.145774] Not tainted

Re: Deadlock v3.10.35 with FTD_SIO usb-serial adapter

2014-04-15 Thread Matteo Fortini
...@linuxfoundation.org: On Fri, Apr 11, 2014 at 12:19:55PM +0200, Matteo Fortini wrote: We are experiencing stuck processes (D state) which are talking to an FTD_SIO usb_serial adapter. The process sometimes has to close the serial device when it detects an error or a timeout. Does this also happen with 3.14

Deadlock v3.10.35 with FTD_SIO usb-serial adapter

2014-04-11 Thread Matteo Fortini
We are experiencing stuck processes (D state) which are talking to an FTD_SIO usb_serial adapter. The process sometimes has to close the serial device when it detects an error or a timeout. We rebuilt the kernel with the CONFIG_DEBUG_USB option and the stuck processes reporting enabled. The