Re: [PATCH 0/4] usb-serial: xHCI and timeout fixes

2020-03-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200312125524.7812-1-jandr...@gmail.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash export

Re: [PATCH 0/4] usb-serial: xHCI and timeout fixes

2020-03-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200312125524.7812-1-jandr...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH 0/4] usb-serial: xHCI and timeout fixes Message-id: 20200312125524.7812-1-jandr...@gmail.com Type

[PATCH 0/4] usb-serial: xHCI and timeout fixes

2020-03-12 Thread Jason Andryuk
This patch series includes two fixes for usb-serial. The first is a data corruption issue with xHCI controllers. The FTDI data packets need to have a 2 byte header start every 64 bytes of packet data. For EHCI this is not a problem since USBPacket size is 64, so only 1 such chunk fits in a packe